OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Alexander Farber (Alexander.Farber_at_t-online.de)
Date: Tue Jan 21 2003 - 06:07:22 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Maybe this script by naddy helps (dunno where to get the original):

    #!/bin/sh

    #export CVSREADONLYFS=1
    cd /sys

    cvs -d $CVSROOT up -kk -j1.255 -j1.254 conf/files

    while read file revision; do
        cvs -d $CVSROOT up -r${revision} ${file}
        done <<TABLE
        arch/i386/isa/ahc_isa.c 1.9
        dev/eisa/ahc_eisa.c 1.13
        dev/ic/aic7xxx.c 1.39
        dev/ic/aic7xxx.h 1.2
        dev/ic/aic7xxx_inline.h 1.2
        dev/ic/aic7xxx_openbsd.c 1.4
        dev/ic/aic7xxx_openbsd.h 1.4
        dev/ic/aic7xxxreg.h 1.9
        dev/ic/aic7xxxvar.h 1.15
        dev/ic/smc93cx6.c 1.9
        dev/ic/smc93cx6var.h 1.8
        dev/microcode/aic7xxx/Makefile 1.3
        dev/microcode/aic7xxx/aic7xxx.reg 1.4
        dev/microcode/aic7xxx/aic7xxx.seq 1.10
        dev/microcode/aic7xxx/aic7xxx_seq.h 1.7
        dev/microcode/aic7xxx/aicasm.c 1.6
        dev/microcode/aic7xxx/aicasm.h 1.3
        dev/microcode/aic7xxx/aicasm_gram.y 1.6
        dev/microcode/aic7xxx/aicasm_scan.l 1.3
        dev/microcode/aic7xxx/aicasm_symbol.c 1.3
        dev/microcode/aic7xxx/aicasm_symbol.h 1.5
        dev/microcode/aic7xxx/sequencer.h 1.3
        dev/pci/ahc_pci.c 1.31
    TABLE

    On Sun, Jan 19, 2003 at 04:16:50PM -0700, Cameron Schaus wrote:
    > I have a i386 machine running 3.2 following stable (dmesg below). The
    > machine was running 2.9 for over a year with no problems. I recently
    > upgraded it to 3.2, and the machine crashed after being up for a
    > couple of weeks.
    >
    > ahc1 at pci0 dev 17 function 0 "Adaptec AHA-2940U" rev 0x00: irq 10
    > ahc1: aic7880: Ultra Wide Channel A, SCSI Id=7, 16/255 SCBs
    > scsibus0 at ahc1: 16 targets
    > ahc1: target 0 synchronous at 10.0MHz, offset = 0xf
    > ahc1: target 0 using tagged queuing
    > sd0 at scsibus0 targ 0 lun 0: <SEAGATE, ST19171N, 0017> SCSI2 0/direct fixed
    > sd0: 8683MB, 5268 cyl, 20 head, 168 sec, 512 bytes/sec, 17783112 sec total
    > ahc1: target 1 synchronous at 10.0MHz, offset = 0xf
    > ahc1: target 1 using tagged queuing
    > sd1 at scsibus0 targ 1 lun 0: <SEAGATE, ST19171N, 0019> SCSI2 0/direct fixed
    > sd1: 8683MB, 5268 cyl, 20 head, 168 sec, 512 bytes/sec, 17783112 sec total