Subject: PCI bus enumeration, HELP nedded
To: None <current-users@netbsd.org>
From: Lista de NetBSD current <list11@sepc.edu.mx>
List: current-users
Date: 10/30/2001 20:34:59
Hello

I am not sure if this is the right list to post my message,
but 6 months ago you were talking about a problem like the
mine in this list.

In may 2001, Paul Hoffman had the problem with a DELL 1550 1U
and Frank van der Linden found the problem of PCI bus
enumeration and wrote the patches for Paul (151b2). The patches
are in ftp.netbsd.org/pub/NetBSD/misc/fvdl/floppy-151beta2-dell

Today I have a problem with a DELL 4400, I could not install
NetBSD-1.5.2/i386 because OS couldnt find the scsi disks.

The server have two PIII processors, memory 512 MB, 2 scsi disks
(80 pin connector, seems like hot swap but i am not sure), 7899
scsi chip, 7800 scsi chip (this is for cdrom 50 pins), the scsi
chips are in mainboard, 8 PCI large size slots. Also an UTP port
in mainboard, and a UTP card in a slot (fxp0 and fxp1).

First listing is the dmesg output (/kern/msgbuf) of boot with
NetBSD-1.5.2 (2 diskettes)

Second listing is the msgbuf output of booting with NetBSD-1.5.2
with the patches of Frank van der Linden (I patched the files
by hand, and I am not sure if I made the right procedure for
generate the diskettes)

Third listing (for reference) is for the links to the messages
of Paul Hoffman and his problem with a DELL server. Please read
them, specially those of may 18 2001.

Please ask me for the specific information of this server
that you need in order to find the problem.
I need your help to install NetBSD in this beast.

Thanks in advance

Heron Gallegos
Centro Siglo XXI - Informatica Educativa
Saltillo, Coahuila, Mexico
*Heavy BSD user since 1983*
--------------------------------------------------------------
First listing, booting with 1.5.2 diskettes
NetBSD 1.5.2 (INSTALL) #3: Sat Aug 18 23:52:07 CEST 2001
    he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/INSTALL
cpu0: Intel Pentium III (Coppermine) Xeon (686-class), 930.51 MHz
total memory = 511 MB
avail memory = 468 MB
using 6574 buffers containing 26296 KB of memory
BIOS32 rev. 0 found at 0xffe90
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 0 function 0
pchb0: vendor 0x1166 product 0x0009 (rev. 0x06)
pchb1 at pci0 dev 0 function 1
pchb1: vendor 0x1166 product 0x0009 (rev. 0x06)
pci1 at pchb1 bus 1
pci1: i/o space, memory space enabled
fxp0 at pci0 dev 4 function 0: Intel i82557 Ethernet, rev 8
fxp0: interrupting at irq 14
fxp0: Ethernet address 00:b0:d0:78:ad:51, 10/100 Mb/s
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vendor 0x1002 product 0x4759 (VGA display, revision 0x7a) at pci0 dev 6 function 0 not configured
pcib0 at pci0 dev 15 function 0
pcib0: vendor 0x1166 product 0x0200 (rev. 0x50)
ohci0 at pci0 dev 15 function 2: vendor 0x1166 product 0x0220 (rev. 0x04)
ohci0: interrupting at irq 11
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: vendor 0x1166 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pchb2 at pci0 dev 17 function 0
pchb2: vendor 0x1166 product 0x0009 (rev. 0x06)
pci2 at pchb2 bus 6
pci2: memory space enabled
ppb0 at pci2 dev 4 function 0: vendor 0x8086 product 0x0962 (rev. 0x02)
pci3 at ppb0 bus 7
pci3: memory space enabled
ahc1 at pci3 dev 4 function 0: unable to map registers
ahc2 at pci3 dev 4 function 1: unable to map registers
ahc3 at pci3 dev 6 function 0: unable to map registers
pchb3 at pci0 dev 17 function 1
pchb3: vendor 0x1166 product 0x0009 (rev. 0x06)
pci4 at pchb3 bus 8
pci4: i/o space, memory space enabled
fxp1 at pci4 dev 4 function 0: Intel i82557 Ethernet, rev 8
fxp1: interrupting at irq 10
fxp1: Ethernet address 00:02:b3:5d:78:48, 10/100 Mb/s
inphy1 at fxp1 phy 1: i82555 10/100 media interface, rev. 4
inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isa0 at pcib0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
npx0 at isa0 port 0xf0-0xff: using exception 16
pc0 at isa0 port 0x60-0x6f irq 1: color
pc0: console
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
isapnp0: no ISA Plug 'n Play devices found
biomask bbe5 netmask ffe5 ttymask ffe7
md0: internal 2048K image area
boot device: fd0
root on md0a dumps on md0b
root file system type: ffs
---where is vga0? and bus2? bus3, bus4 and bus5?
------------------------------------------------------------
Second listing, booting 1.5.2 with patches
NetBSD 1.5.2 (INSTALL) #0: Mon Oct 15 15:17:07 CST 2001
    gallegos@kernel:/usr/src/sys/arch/i386/compile/INSTALL
cpu0: Intel Pentium III (Coppermine) Xeon (686-class), 930.50 MHz
total memory = 511 MB
avail memory = 468 MB
using 6574 buffers containing 26296 KB of memory
BIOS32 rev. 0 found at 0xffe90
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 0 function 0
pchb0: vendor 0x1166 product 0x0009 (rev. 0x06)
pchb1 at pci0 dev 0 function 1
pchb1: vendor 0x1166 product 0x0009 (rev. 0x06)
fxp0 at pci0 dev 4 function 0: Intel i82557 Ethernet, rev 8
fxp0: interrupting at irq 14
fxp0: Ethernet address 00:b0:d0:78:ad:51, 10/100 Mb/s
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vendor 0x1002 product 0x4759 (VGA display, revision 0x7a) at pci0 dev 6 function 0 not configured
pcib0 at pci0 dev 15 function 0
pcib0: vendor 0x1166 product 0x0200 (rev. 0x50)
ohci0 at pci0 dev 15 function 2: vendor 0x1166 product 0x0220 (rev. 0x04)
ohci0: interrupting at irq 11
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: vendor 0x1166 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pchb2 at pci0 dev 17 function 0
pchb2: vendor 0x1166 product 0x0009 (rev. 0x06)
pchb3 at pci0 dev 17 function 1
pchb3: vendor 0x1166 product 0x0009 (rev. 0x06)
isa0 at pcib0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
npx0 at isa0 port 0xf0-0xff: using exception 16
pc0 at isa0 port 0x60-0x6f irq 1: color
pc0: console
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
isapnp0: no ISA Plug 'n Play devices found
pci1 at mainbus0 bus 1
pci1: i/o space, memory space enabled
pci2 at mainbus0 bus 2
pci2: i/o space, memory space enabled
pci3 at mainbus0 bus 3
pci3: i/o space, memory space enabled
biomask bfe5 netmask ffe5 ttymask ffe7
md0: internal 2048K image area
boot device: fd0
root on md0a dumps on md0b
root file system type: ffs
---------------------------------------------------------------
Reference thread:
http://mail-index.netbsd.org/current-users/2001/05/13/0012.html
http://mail-index.netbsd.org/current-users/2001/05/14/0005.html
http://mail-index.netbsd.org/current-users/2001/05/14/0006.html
http://mail-index.netbsd.org/current-users/2001/05/14/0007.html
http://mail-index.netbsd.org/current-users/2001/05/14/0008.html
http://mail-index.netbsd.org/current-users/2001/05/14/0010.html
http://mail-index.netbsd.org/current-users/2001/05/14/0011.html
http://mail-index.netbsd.org/current-users/2001/05/14/0015.html
http://mail-index.netbsd.org/current-users/2001/05/14/0017.html
http://mail-index.netbsd.org/current-users/2001/05/14/0018.html
http://mail-index.netbsd.org/current-users/2001/05/14/0020.html
http://mail-index.netbsd.org/current-users/2001/05/14/0021.html
http://mail-index.netbsd.org/current-users/2001/05/14/0023.html
http://mail-index.netbsd.org/current-users/2001/05/14/0024.html
http://mail-index.netbsd.org/current-users/2001/05/14/0025.html
http://mail-index.netbsd.org/current-users/2001/05/14/0026.html
http://mail-index.netbsd.org/current-users/2001/05/14/0028.html

http://mail-index.netbsd.org/current-users/2001/05/15/0001.html
http://mail-index.netbsd.org/current-users/2001/05/15/0002.html
http://mail-index.netbsd.org/current-users/2001/05/15/0003.html
http://mail-index.netbsd.org/current-users/2001/05/15/0004.html
http://mail-index.netbsd.org/current-users/2001/05/15/0007.html
http://mail-index.netbsd.org/current-users/2001/05/15/0012.html
http://mail-index.netbsd.org/current-users/2001/05/15/0014.html
http://mail-index.netbsd.org/current-users/2001/05/15/0015.html

http://mail-index.netbsd.org/current-users/2001/05/16/0000.html

http://mail-index.netbsd.org/current-users/2001/05/17/0011.html
http://mail-index.netbsd.org/current-users/2001/05/17/0020.html
http://mail-index.netbsd.org/current-users/2001/05/17/0021.html
http://mail-index.netbsd.org/current-users/2001/05/17/0022.html
http://mail-index.netbsd.org/current-users/2001/05/17/0024.html
http://mail-index.netbsd.org/current-users/2001/05/17/0029.html
http://mail-index.netbsd.org/current-users/2001/05/17/0030.html

http://mail-index.netbsd.org/current-users/2001/05/18/0000.html
http://mail-index.netbsd.org/current-users/2001/05/18/0001.html
http://mail-index.netbsd.org/current-users/2001/05/18/0002.html
http://mail-index.netbsd.org/current-users/2001/05/18/0006.html
http://mail-index.netbsd.org/current-users/2001/05/18/0007.html
http://mail-index.netbsd.org/current-users/2001/05/18/0008.html
http://mail-index.netbsd.org/current-users/2001/05/18/0013.html
http://mail-index.netbsd.org/current-users/2001/05/18/0014.html