Subject: siop1: can't map on-board RAM
To: None <bouyer@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-kern
Date: 07/06/2000 13:40:07
I've just tried to boot the 1.5 snapshot from ftp.netbsd.org on the
Toshiba 4G machine (i know it's a Magnia 7010 now, with only 3G RAM
installed this week). It seems the siop driver is still having problems,
though, see the dmesg output below.

I also tried to (manually) mknod /dev/scsibus[0-2], but got no disk found
after a 'scsictl scan' either. The machine has several harddisks on each
of the two 53c896s.


 - Hubert


NetBSD 1.5_ALPHA (INSTALL) #1: Wed Jun 21 12:34:45 PDT 2000
    matt@pilot.local:/other/kobj/i386/INSTALL
cpu0: family 6 model 7 step 3
cpu0: Intel Pentium III (686-class)
total memory = 3071 MB
avail memory = 2843 MB
using 11424 buffers containing 153 MB of memory
BIOS32 rev. 0 found at 0xfd7ee
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled
fxp0 at pci0 dev 6 function 0: Intel i82557 Ethernet, rev 8
fxp0: interrupting at irq 11
fxp0: Ethernet address 00:90:27:c2:c8:13, 10/100 Mb/s
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
siop0 at pci0 dev 8 function 0: Symbios Logic 53c810a (fast scsi)
siop0: interrupting at irq 10
scsibus0 at siop0: 8 targets, 8 luns per target
ppb0 at pci0 dev 9 function 0: vendor 0x8086 product 0x0960 (rev. 0x05)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
vendor 0x8086 product 0x1960 (1.0 I2O, interface 0x01, revision 0x05) at pci0 dev 9 function 1 not configured
vendor 0x1013 product 0x00bc (VGA display, revision 0x23) at pci0 dev 10 function 0 not configured
vendor 0x8086 product 0x123d (8259 PIC system, interface 0x03) at pci0 dev 11 function 0 not configured
pcib0 at pci0 dev 12 function 0
pcib0: vendor 0x8086 product 0x7110 (rev. 0x02)
pciide0 at pci0 dev 12 function 1: Intel 82371AB IDE controller (PIIX4) (rev. 0x01)
pciide0: bus-master DMA support present
pciide0: primary channel wired to compatibility mode
pciide0: disabling primary channel (no drives)
pciide0: secondary channel wired to compatibility mode
pciide0: secondary channel ignored (disabled)
vendor 0x8086 product 0x7112 (USB serial bus, revision 0x01) at pci0 dev 12 function 2 not configured
vendor 0x8086 product 0x7113 (miscellaneous bridge, revision 0x02) at pci0 dev 12 function 3 not configured
pchb0 at pci0 dev 16 function 0
pchb0: vendor 0x8086 product 0x84ca (rev. 0x03)
pchb1 at pci0 dev 18 function 0
pchb1: vendor 0x8086 product 0x84cb (rev. 0x04)
pchb2 at pci0 dev 19 function 0
pchb2: vendor 0x8086 product 0x84cb (rev. 0x04)
pci2 at pchb2 bus 2
pci2: i/o space, memory space enabled
siop1 at pci2 dev 3 function 0: Symbios Logic 53c896 (ultra2-wide scsi)
siop1: can't map on-board RAM
siop1: interrupting at irq 11
scsibus1 at siop1: 16 targets, 8 luns per target
siop2 at pci2 dev 3 function 1: Symbios Logic 53c896 (ultra2-wide scsi)
siop2: can't map on-board RAM
siop2: interrupting at irq 11
scsibus2 at siop2: 16 targets, 8 luns per target
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 ffe5 netmask ffe5 ttymask ffe7
scsibus0: waiting 2 seconds for devices to settle...
siop0: target 6 now synchronous at 10.0Mhz, offset 8
cd0 at scsibus0 target 6 lun 0: <TOSHIBA, CD-ROM XM-6201TA, 1037> SCSI2 5/cdrom removable
scsibus1: waiting 2 seconds for devices to settle...
scsibus2: waiting 2 seconds for devices to settle...
md0: internal 2048K image area
boot device: fd0
root on md0a dumps on md0b
root file system type: ffs

-- 
NetBSD - because Unix isn't just #include <linux.h>, i386, ILP32, ELF, ...!