Hi all,

  I have tried 2.1.125 on rufus to get the feeling w.r.t. the upcoming
2.2 kernels. The short version is: hung within 3 minutes and the watchdog
card rebooting the machine. 2.0.3x is stable (currently running 2.0.35).

  I already had troubles when I tried around 2.1.99 and 2.1.107 at the
beginning of the summer. I was hoping it would be just a matter of debugging
but with the announcement of the pre-2.2 series I am really anxious
about something really bad between my HW and 2.1.X.

Ok more information:
  Intel Buckeye server Dual PPro 200, 256 Meg of memory
  On board AIC 7880, but nothing connected to it, drivers not loaded
  Six SCSI drives, 2 tapes and CD rom on an 53c875 (thanks for the card Larry)
  2 IDE drives on the on-board interface
  Onboard Intel EtherExpress Pro 10/100 as eth1
  Pci Intel EtherExpress Pro 10/100 as eth0

Loading 2.1.125, everything starts fine (see kernel logs 1 below).
The interrupt load is dispatched between both processors for net and SCSI, fine
But after 3 minutes (lower network traffic than usual + Gnome compilation
started) the machine freeze, and don't reboot. The watchdog card reboot the
machine after 30 sec then 15 minutes of fsck :-\

  The only think I remember was that the dump was nearly one page
starting with:
  Unable to handle kernel reference
  .. in swapper task, not syncing
Or something similar ... I don't trust much my memory.

Having a look at the kernel logs, nothing has been saved concerning the
hang, then I see:
 eepro100.c:v0.36 10/20/97 Donald Becker [EMAIL PROTECTED]
            ^^^^^
I'm really surprized. For the record on 2.0.35 using the driver 0.99B
(standard version) our server machines couldn't sustain a dual 100MBps
Ethernet ping flood without crashing after a couple of hours. Using the
1.03 driver fixed that on these machines (kernel interrupt reentrancy
syndrom), and they are now rock solid. So I go to Donald site, grab
the latest 1.03, put it into the 2.1.125 and try to compile. It fails on
a module section. Commenting it out gives a clean compile. I reboot this
new kernel, after unplugging the watchdog, things seems fine, the first
FTP clients arrive and I start stressing the machine, with an eye on the
console. A couple of compiles, two 100MBps ping flood, and wait ... The
machine crashed after 15mn while I started a du to exercise disk accesses
a bit more.  The window scrolled and I couldn't grab the first lines, I
got one page of this delicious debug messages:

[<c0108d1d>][<c0111cf2>][<c0210e94>][<c011805b>][<c0118415>]
[<c0109126>][<c010912b>][<c010faaa>][<c0210de6>][<c0108d1d>]
[<c0111cf2>][<c0210e94>][<c011805b>][<c0118415>][<c010912b>]
[<c010faaa>][<c0210de6>][<c0108d1d>][<c0118415>][<c0109126>]
[<c0109126>][<c010912b>]<[c010faaa>]....

ending by

Code ff 84 90 7c fe 23 c0 8d 04 52 8b 04 c5 b0 e4 23 c0 8d 4d 08

 Looking at the System.map this looks like

Stack trace  Where in System.map         Next symbol in the System.map

c0108d1d    c0108cf0 t error_code        (c0108d28 T coprocessor_error)
c0111cf2    c01119e0 T schedule          (c0111d08 T __wake_up)
c0210e94    c0210e80 r tvecs             (c021d3bc r rtm_min)
c011805b    c0117f40 t exit_notify       (c011819c T do_exit)
c0118415    c011819c T do_exit           (c011841c T sys_exit)
c0109126    c01090d8 T die               (c010912c t die_if_no_fixup)
c010912b    c01090d8 T die               ("        " ")
c010faaa    c010f7a4 T do_page_fault     (c010fab4 t remap_area_pages)
c0210de6    c0210437 R lk_lockmsg        (c0210e80 r tvecs)
c0108d1d    c0108cf0 t error_code        (c0108d28 T coprocessor_error)
c0111cf2    c01119e0 T schedule          (c0111d08 T __wake_up)
c0210e94    c0210e80 r tvecs             (c021d3bc r rtm_min)
c011805b    c0117f40 t exit_notify       (c011819c T do_exit)
c0118415    c011819c T do_exit           (c011841c T sys_exit)

  Looks like that either:
    - the kernel entered a recursive loop while trying to deal with
      an error
    - or the post mortem stack analysis failed decoding the stack content.

The code fragment seems to be in do_IRQ:

c010a524 <do_IRQ>:
c010a524:       55              pushl  %ebp
c010a525:       89 e5           movl   %esp,%ebp
c010a527:       0f b6 55 2c     movzbl 0x2c(%ebp),%edx
c010a52b:       b8 00 e0 ff ff  movl   $0xffffe000,%eax
c010a530:       21 e0           andl   %esp,%eax
c010a532:       8b 40 24        movl   0x24(%eax),%eax
c010a535:       c1 e0 08        shll   $0x8,%eax
                
c010a538:       ff 84 90 7c fe  incl   0xc023fe7c(%eax,%edx,4)
                ^^ right here
c010a53d:       23 c0 
c010a53f:       8d 04 52        leal   (%edx,%edx,2),%eax
c010a542:       8b 04 c5 b0 e5  movl   0xc023e5b0(,%eax,8),%eax
c010a547:       23 c0 
c010a549:       8d 4d 08        leal   0x8(%ebp),%ecx
c010a54c:       51              pushl  %ecx
c010a54d:       52              pushl  %edx
c010a54e:       8b 40 0c        movl   0xc(%eax),%eax
c010a551:       ff d0           call   *%eax
c010a553:       83 c4 08        addl   $0x8,%esp
c010a556:       8b 0d d4 28 24  movl   0xc02428d4,%ecx

  I don't really know what to do next, maybe someone with a working
knowledge of the kernel could look at this or instruct me.
On the other hand, I don't like bringing rufus down, but during this
quiet week-end this should be ok to retry.
  In the meantime I'm back to 2.0.35 + eepro.c version 1.03,

 thanks for any help, feedback, etc ...

Daniel

----------- Interrupt dispatching with 2.1.xxx -----------------
           CPU0       CPU1       
  0:      26747          0          XT-PIC  timer
  1:         64         81    IO-APIC-edge  keyboard
  2:          0          0          XT-PIC  cascade
  3:          2          3    IO-APIC-edge  serial
  4:        258        275    IO-APIC-edge  serial
  5:          0          0    IO-APIC-edge  soundblaster
  8:          0          1    IO-APIC-edge  rtc
  9:       5675       5666   IO-APIC-level  ncr53c8xx
 11:     211917     211914   IO-APIC-level  Intel EtherExpress Pro 10/100 Ethernet
 12:          0          4    IO-APIC-edge  PS/2 Mouse
 13:          1          0          XT-PIC  fpu
 14:        772       4818    IO-APIC-edge  ide0
 15:         38         52   IO-APIC-level  Intel EtherExpress Pro 10/100 Ethernet
NMI:          0
IPI:          0
------------------------------------------------------------

----------- Bootup of the first kernel eepro.c v0.36 --------------
Linux version 2.1.125 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 SMP Fri Oct 9 
13:33:54 EDT 1998
Intel MultiProcessor Specification v1.1
    Virtual Wire compatibility mode.
OEM ID: INTEL    Product ID: BUCKEYE      APIC at: 0xFEC08000
Processor #0 Pentium(tm) Pro APIC version 17
Processor #4 Pentium(tm) Pro APIC version 17
I/O APIC #13 Version 17 at 0xFEC00000.
Processors: 2
mapped APIC to ffffe000 (fec08000)
mapped IOAPIC to ffffd000 (fec00000)
ide_setup: hda=22332,16,63
ide_setup: hdb=22332,16,63
Console: colour VGA+ 80x25
Calibrating delay loop... 198.25 BogoMIPS
Memory: 255908k/261120k available (1260k kernel code, 416k reserved, 3468k data, 68k 
init)
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.26 (19981001) Richard Gooch ([EMAIL PROTECTED])
CPU0: Intel Pentium Pro stepping 09
calibrating APIC timer ... 
..... CPU clock speed is 198.6715 MHz.
..... APIC bus clock speed is 66.2236 MHz.
Booting processor 4 eip 2000
Calibrating delay loop... 198.25 BogoMIPS
OK.
CPU4: Intel Pentium Pro stepping 09
Total of 2 processors activated (396.49 BogoMIPS).
enabling symmetric IO mode... ...done.
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC pin 0, 2, 13, 16, 17, 18, 19, 20, 21, 22, 23 not connected.
...trying to set up timer as ExtINT... .. (found pin 0) ... works.
number of MP IRQ sources: 14.
number of IO-APIC registers: 24.
testing the IO APIC.......................
.... register #00: 0D000000
.......    : physical APIC id: 0D
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : IO APIC version: 0011
.... register #02: 0F000000
.......     : arbitration: 0F
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 001 01  0    0    0   0   0    1    7    00
 01 000 00  0    0    0   0   0    1    1    59
 02 000 00  1    0    0   0   0    0    0    00
 03 000 00  0    0    0   0   0    1    1    61
 04 000 00  0    0    0   0   0    1    1    69
 05 000 00  0    0    0   0   0    1    1    71
 06 000 00  0    0    0   0   0    1    1    79
 07 000 00  0    0    0   0   0    1    1    81
 08 000 00  0    0    0   0   0    1    1    89
 09 0FF 0F  1    1    0   1   0    1    1    91
 0a 0FF 0F  1    1    0   1   0    1    1    99
 0b 0FF 0F  1    1    0   1   0    1    1    A1
 0c 000 00  0    0    0   0   0    1    1    A9
 0d 000 00  1    0    0   0   0    0    0    00
 0e 000 00  0    0    0   0   0    1    1    B1
 0f 0FF 0F  1    1    0   1   0    1    1    B9
 10 000 00  1    0    0   0   0    0    0    00
 11 000 00  1    0    0   0   0    0    0    00
 12 000 00  1    0    0   0   0    0    0    00
 13 000 00  1    0    0   0   0    0    0    00
 14 000 00  1    0    0   0   0    0    0    00
 15 000 00  1    0    0   0   0    0    0    00
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
PCI: PCI BIOS revision 2.10 entry at 0xfd891
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: 00:00 [8086/1237]: Passive release enable (00)
PIIX3: Enabling Passive Release
Swansea University Computer Society NET3.039 for Linux 2.1
NET3: Unix domain sockets 0.16 for Linux NET3.038.
Swansea University Computer Society TCP/IP for NET3.037
Oct 11 19:44:45 rufus named[362]: Ready to answer queries. 
IP Protocols: ICMP, UDP, TCP, IGMP
IPv4 over IPv4 tunneling driver
early initialization of device tunl0 is deferred
Initializing RT netlink socket
Starting kswapd v 1.5 
parport0: PC-style at 0x378 [SPP]
parport0: no IEEE-1284 device present.
Serial driver version 4.26 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 1024 Unix98 ptys configured
PS/2 auxiliary pointing device detected -- driver installed.
Real Time Clock Driver v1.09
Non-volatile memory driver v1.0
<Sound Blaster Pro (8 BIT ONLY) (3.2)> at 0x220 irq 5 dma 1,5
This sound card may not be fully Sound Blaster Pro compatible.
In many cases there is another way to configure OSS so that
it works properly with OSS (for example in 16 bit mode).
Please ignore this message if you _really_ have a SB Pro.
PIIX3: IDE controller on PCI bus 00 dev 91
PIIX3: not 100ative mode: will probe irqs later
    ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:pio, hdb:pio
hda: Maxtor 91152D8, ATA DISK drive
hdb: Maxtor 91152D8, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: Maxtor 91152D8, 10991MB w/256kB Cache, CHS=22332/16/63, (U)DMA
hdb: Maxtor 91152D8, 10991MB w/256kB Cache, CHS=22332/16/63, (U)DMA
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
ncr53c8xx: at PCI bus 0, device 13, function 0
ncr53c8xx: 53c875 detected with Symbios NVRAM
ncr53c875-0: rev=0x04, base=0xfbfffc00, io_port=0xec00, irq=9
ncr53c875-0: Symbios format NVRAM, ID 7, Fast-20, Parity Checking
ncr53c875-0: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/4e/80/01/00/24
ncr53c875-0: final   SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/46/a0/00/08/24
ncr53c875-0: on-chip RAM at 0xfbffe000
ncr53c875-0: requesting shared irq 9 (dev_id=0xc0088080)
ncr53c875-0: resetting, command processing suspended for 2 seconds
ncr53c875-0: restart (scsi reset).
ncr53c875-0: enabling clock multiplier
ncr53c875-0: Downloading SCSI SCRIPTS.
scsi0 : ncr53c8xx - revision 3.0i
scsi : 1 host.
ncr53c875-0: command processing resumed
  Vendor: SEAGATE   Model: ST34371W          Rev: 0338
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
  Vendor: SEAGATE   Model: ST32550N          Rev: 0021
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
  Vendor: HP        Model: C1533A            Rev: 9608
  Type:   Sequential-Access                  ANSI SCSI revision: 02
Detected scsi tape st0 at scsi0, channel 0, id 2, lun 0
  Vendor: ARCHIVE   Model: VIPER 150  21822  Rev: -001
  Type:   Sequential-Access                  ANSI SCSI revision: 01
Detected scsi tape st1 at scsi0, channel 0, id 3, lun 0
  Vendor: QUANTUM   Model: FB1080J  SUN1.05  Rev: 630E
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdc at scsi0, channel 0, id 4, lun 0
  Vendor: SONY      Model: CD-ROM CDU-76S    Rev: 1.2d
  Type:   CD-ROM                             ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 5, lun 0
  Vendor: SEAGATE   Model: ST15150W          Rev: 0023
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdd at scsi0, channel 0, id 8, lun 0
  Vendor: SEAGATE   Model: ST32171W          Rev: 0338
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sde at scsi0, channel 0, id 9, lun 0
  Vendor: SEAGATE   Model: ST31200W SUN1.05  Rev: 8724
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdf at scsi0, channel 0, id 11, lun 0
ncr53c875-0-<0,0>: tagged command queue depth set to 8
ncr53c875-0-<1,0>: tagged command queue depth set to 8
ncr53c875-0-<8,0>: tagged command queue depth set to 8
ncr53c875-0-<9,0>: tagged command queue depth set to 8
ncr53c875-0-<11,0>: tagged command queue depth set to 8
scsi : detected 2 SCSI tapes 1 SCSI cdrom 6 SCSI disks total.
ncr53c875-0-<5,*>: FAST-10 SCSI 5.3 MB/s (187 ns, offset 15)
sr0: disc change detected.
Uniform CDROM driver Revision: 2.14
ncr53c875-0-<0,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<0,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8496960 [4148 MB] [4.1 GB]
ncr53c875-0-<1,*>: FAST-5 SCSI 5.0 MB/s (200 ns, offset 15)
SCSI device sdb: hdwr sector= 512 bytes. Sectors= 4194058 [2047 MB] [2.0 GB]
ncr53c875-0-<4,*>: FAST-10 SCSI 10.0 MB/s (100 ns, offset 8)
SCSI device sdc: hdwr sector= 512 bytes. Sectors= 2134305 [1042 MB] [1.0 GB]
ncr53c875-0-<8,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<8,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 ns, offset 15)
SCSI device sdd: hdwr sector= 512 bytes. Sectors= 8388315 [4095 MB] [4.1 GB]
ncr53c875-0-<9,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<9,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
SCSI device sde: hdwr sector= 512 bytes. Sectors= 4222640 [2061 MB] [2.1 GB]
ncr53c875-0-<11,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<11,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 ns, offset 15)
SCSI device sdf: hdwr sector= 512 bytes. Sectors= 2061108 [1006 MB] [1.0 GB]
PPP: version 2.3.3 (demand dialling)
TCP compression code copyright 1989 Regents of the University of California
PPP line discipline registered.
Found Intel i82557 PCI Speedo at I/O 0xe800, IRQ 11.
  PCI latency timer (CFLT) is 0x42.
eepro100.c:v0.36 10/20/97 Donald Becker [EMAIL PROTECTED]
eth0: OEM i82557/i82558 10/100 Ethernet at 0xe800, 00:60:B0:3C:BE:EB, IRQ 11.
  Board assembly 661921-004, Physical connectors present: RJ45
  Primary interface chip DP83840A PHY #1.
  DP83840 specific setup, setting register 23 to 8462.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x49caa8d6).
  Receiver lock-up workaround activated.
Found Intel i82557 PCI Speedo at I/O 0xc800, IRQ 15.
  PCI latency timer (CFLT) is 0x42.
eth1: Intel EtherExpress Pro 10/100 at 0xc800, 00:A0:C9:06:96:9C, IRQ 15.
  Board assembly 645520-034, Physical connectors present: RJ45
  Primary interface chip DP83840 PHY #1.
  DP83840 specific setup, setting register 23 to 8462.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x49caa8d6).
  Receiver lock-up workaround activated.
eepro100.c:v0.36 10/20/97 Donald Becker [EMAIL PROTECTED]
-------------------------------------------------------------------

  Bootup messages of the second kernel 

-------------------------------------------------------------------
Linux version 2.1.125 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #3 SMP Sun Oct 11 
20:43:14 EDT 1998
Intel MultiProcessor Specification v1.1
    Virtual Wire compatibility mode.
OEM ID: INTEL    Product ID: BUCKEYE      APIC at: 0xFEC08000
Processor #0 Pentium(tm) Pro APIC version 17
Processor #4 Pentium(tm) Pro APIC version 17
I/O APIC #13 Version 17 at 0xFEC00000.
Processors: 2
mapped APIC to ffffe000 (fec08000)
mapped IOAPIC to ffffd000 (fec00000)
ide_setup: hda=22332,16,63
ide_setup: hdb=22332,16,63
Console: colour VGA+ 80x25
Calibrating delay loop... 198.25 BogoMIPS
Memory: 255908k/261120k available (1260k kernel code, 416k reserved, 3468k data, 68k 
init)
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.26 (19981001) Richard Gooch ([EMAIL PROTECTED])
CPU0: Intel Pentium Pro stepping 09
calibrating APIC timer ... 
..... CPU clock speed is 198.6715 MHz.
..... APIC bus clock speed is 66.2236 MHz.
Booting processor 4 eip 2000
Calibrating delay loop... 198.25 BogoMIPS
OK.
CPU4: Intel Pentium Pro stepping 09
Total of 2 processors activated (396.49 BogoMIPS).
enabling symmetric IO mode... ...done.
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC pin 0, 2, 13, 16, 17, 18, 19, 20, 21, 22, 23 not connected.
...trying to set up timer as ExtINT... .. (found pin 0) ... works.
number of MP IRQ sources: 14.
number of IO-APIC registers: 24.
testing the IO APIC.......................
.... register #00: 0D000000
.......    : physical APIC id: 0D
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : IO APIC version: 0011
.... register #02: 0F000000
.......     : arbitration: 0F
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 001 01  0    0    0   0   0    1    7    00
 01 000 00  0    0    0   0   0    1    1    59
 02 000 00  1    0    0   0   0    0    0    00
 03 000 00  0    0    0   0   0    1    1    61
 04 000 00  0    0    0   0   0    1    1    69
 05 000 00  0    0    0   0   0    1    1    71
 06 000 00  0    0    0   0   0    1    1    79
 07 000 00  0    0    0   0   0    1    1    81
 08 000 00  0    0    0   0   0    1    1    89
 09 0FF 0F  1    1    0   1   0    1    1    91
 0a 0FF 0F  1    1    0   1   0    1    1    99
 0b 0FF 0F  1    1    0   1   0    1    1    A1
 0c 000 00  0    0    0   0   0    1    1    A9
 0d 000 00  1    0    0   0   0    0    0    00
 0e 000 00  0    0    0   0   0    1    1    B1
 0f 0FF 0F  1    1    0   1   0    1    1    B9
 10 000 00  1    0    0   0   0    0    0    00
 11 000 00  1    0    0   0   0    0    0    00
 12 000 00  1    0    0   0   0    0    0    00
 13 000 00  1    0    0   0   0    0    0    00
 14 000 00  1    0    0   0   0    0    0    00
 15 000 00  1    0    0   0   0    0    0    00
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
Oct 11 20:51:33 rufus named[362]: Ready to answer queries. 
.................................... done.
PCI: PCI BIOS revision 2.10 entry at 0xfd891
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: 00:00 [8086/1237]: Passive release enable (00)
PIIX3: Enabling Passive Release
Swansea University Computer Society NET3.039 for Linux 2.1
NET3: Unix domain sockets 0.16 for Linux NET3.038.
Swansea University Computer Society TCP/IP for NET3.037
IP Protocols: ICMP, UDP, TCP, IGMP
IPv4 over IPv4 tunneling driver
early initialization of device tunl0 is deferred
Initializing RT netlink socket
Starting kswapd v 1.5 
parport0: PC-style at 0x378 [SPP]
parport0: no IEEE-1284 device present.
Serial driver version 4.26 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
pty: 1024 Unix98 ptys configured
PS/2 auxiliary pointing device detected -- driver installed.
Real Time Clock Driver v1.09
Non-volatile memory driver v1.0
<Sound Blaster Pro (8 BIT ONLY) (3.2)> at 0x220 irq 5 dma 1,5
This sound card may not be fully Sound Blaster Pro compatible.
In many cases there is another way to configure OSS so that
it works properly with OSS (for example in 16 bit mode).
Please ignore this message if you _really_ have a SB Pro.
PIIX3: IDE controller on PCI bus 00 dev 91
PIIX3: not 100ative mode: will probe irqs later
    ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:pio, hdb:pio
hda: Maxtor 91152D8, ATA DISK drive
hdb: Maxtor 91152D8, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: Maxtor 91152D8, 10991MB w/256kB Cache, CHS=22332/16/63, (U)DMA
hdb: Maxtor 91152D8, 10991MB w/256kB Cache, CHS=22332/16/63, (U)DMA
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
ncr53c8xx: at PCI bus 0, device 13, function 0
ncr53c8xx: 53c875 detected with Symbios NVRAM
ncr53c875-0: rev=0x04, base=0xfbfffc00, io_port=0xec00, irq=9
ncr53c875-0: Symbios format NVRAM, ID 7, Fast-20, Parity Checking
ncr53c875-0: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/4e/80/01/00/24
ncr53c875-0: final   SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 05/46/a0/00/08/24
ncr53c875-0: on-chip RAM at 0xfbffe000
ncr53c875-0: requesting shared irq 9 (dev_id=0xc0088080)
ncr53c875-0: resetting, command processing suspended for 2 seconds
ncr53c875-0: restart (scsi reset).
ncr53c875-0: enabling clock multiplier
ncr53c875-0: Downloading SCSI SCRIPTS.
scsi0 : ncr53c8xx - revision 3.0i
scsi : 1 host.
ncr53c875-0: command processing resumed
  Vendor: SEAGATE   Model: ST34371W          Rev: 0338
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
  Vendor: SEAGATE   Model: ST32550N          Rev: 0021
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
  Vendor: HP        Model: C1533A            Rev: 9608
  Type:   Sequential-Access                  ANSI SCSI revision: 02
Detected scsi tape st0 at scsi0, channel 0, id 2, lun 0
  Vendor: ARCHIVE   Model: VIPER 150  21822  Rev: -001
  Type:   Sequential-Access                  ANSI SCSI revision: 01
Detected scsi tape st1 at scsi0, channel 0, id 3, lun 0
  Vendor: QUANTUM   Model: FB1080J  SUN1.05  Rev: 630E
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdc at scsi0, channel 0, id 4, lun 0
  Vendor: SONY      Model: CD-ROM CDU-76S    Rev: 1.2d
  Type:   CD-ROM                             ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 5, lun 0
  Vendor: SEAGATE   Model: ST15150W          Rev: 0023
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdd at scsi0, channel 0, id 8, lun 0
  Vendor: SEAGATE   Model: ST32171W          Rev: 0338
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sde at scsi0, channel 0, id 9, lun 0
  Vendor: SEAGATE   Model: ST31200W SUN1.05  Rev: 8724
  Type:   Direct-Access                      ANSI SCSI revision: 02
Detected scsi disk sdf at scsi0, channel 0, id 11, lun 0
ncr53c875-0-<0,0>: tagged command queue depth set to 8
ncr53c875-0-<1,0>: tagged command queue depth set to 8
ncr53c875-0-<8,0>: tagged command queue depth set to 8
ncr53c875-0-<9,0>: tagged command queue depth set to 8
ncr53c875-0-<11,0>: tagged command queue depth set to 8
Oct 11 20:51:37 rufus sshd[522]: log: Server listening on port 23.
Oct 11 20:51:37 rufus sshd[522]: log: Generating 768 bit RSA key.
scsi : detected 2 SCSI tapes 1 SCSI cdrom 6 SCSI disks total.
ncr53c875-0-<5,*>: FAST-10 SCSI 5.3 MB/s (187 ns, offset 15)
sr0: disc change detected.
Uniform CDROM driver Revision: 2.14
ncr53c875-0-<0,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<0,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
SCSI device sda: hdwr sector= 512 bytes. Sectors= 8496960 [4148 MB] [4.1 GB]
ncr53c875-0-<1,*>: FAST-5 SCSI 5.0 MB/s (200 ns, offset 15)
SCSI device sdb: hdwr sector= 512 bytes. Sectors= 4194058 [2047 MB] [2.0 GB]
ncr53c875-0-<4,*>: FAST-10 SCSI 10.0 MB/s (100 ns, offset 8)
SCSI device sdc: hdwr sector= 512 bytes. Sectors= 2134305 [1042 MB] [1.0 GB]
ncr53c875-0-<8,*>: WIDE SCSI (16 bit) enabled.
Oct 11 20:51:37 rufus sshd[521]: log: Server listening on port 22.
Oct 11 20:51:37 rufus sshd[521]: log: Generating 768 bit RSA key.
ncr53c875-0-<8,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 ns, offset 15)
SCSI device sdd: hdwr sector= 512 bytes. Sectors= 8388315 [4095 MB] [4.1 GB]
ncr53c875-0-<9,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<9,*>: FAST-20 WIDE SCSI 40.0 MB/s (50 ns, offset 15)
SCSI device sde: hdwr sector= 512 bytes. Sectors= 4222640 [2061 MB] [2.1 GB]
ncr53c875-0-<11,*>: WIDE SCSI (16 bit) enabled.
ncr53c875-0-<11,*>: FAST-10 WIDE SCSI 20.0 MB/s (100 ns, offset 15)
SCSI device sdf: hdwr sector= 512 bytes. Sectors= 2061108 [1006 MB] [1.0 GB]
PPP: version 2.3.3 (demand dialling)
TCP compression code copyright 1989 Regents of the University of California
PPP line discipline registered.
eepro100.c:v1.03 8/11/98 Donald Becker 
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
eth0: OEM i82557/i82558 10/100 Ethernet at 0xe800, 00:60:B0:3C:BE:EB, IRQ 11.
  Board assembly 661921-004, Physical connectors present: RJ45
  Primary interface chip DP83840A PHY #1.
  DP83840 specific setup, setting register 23 to 8462.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x49caa8d6).
  Receiver lock-up workaround activated.
eth1: Intel EtherExpress Pro 10/100 at 0xc800, 00:A0:C9:06:96:9C, IRQ 15.
  Board assembly 645520-034, Physical connectors present: RJ45
  Primary interface chip DP83840 PHY #1.
  DP83840 specific setup, setting register 23 to 8462.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x49caa8d6).
  Receiver lock-up workaround activated.
eepro100.c:v1.03 8/11/98 Donald Becker 
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
Partition check:
 sda: sda1 sda2 sda3 sda4
 sdb: sdb1 sdb2 sdb3 sdb4
 sdc: sdc1 sdc2 sdc3
 sdd: sdd1 sdd2 sdd3 sdd4 < sdd5 sdd6 sdd7 sdd8 sdd9 >
 sde: sde1 sde2 sde3
 sdf: sdf1 sdf4
-------------------------------------------------------------------
-- 
[EMAIL PROTECTED] | W3C  MIT/LCS  NE43-344  | Today's Bookmarks :
Tel : +1 617 253 5884  | 545 Technology Square   | Linux, WWW, rpm2html,
Fax : +1 617 258 5999  | Cambridge, MA 02139 USA | badminton, Kaffe,
http://www.w3.org/People/W3Cpeople.html#Veillard | HTTP-NG and Amaya.

Reply via email to