Date: Fri, 9 Apr 2004 00:02:55 -0400 From: Michael Wang <mwang@unixlabplus.com> To: Bruce Evans <bde@zeta.org.au> Cc: freebsd-hardware@FreeBSD.org Subject: Re: 4.9-R panic with Lava DSerial-PCI 3.3v and device puc Message-ID: <20040409040255.GA3318@unixlabplus.com> In-Reply-To: <20040407222807.Y11144@gamplex.bde.org> References: <20040407042821.GB1060@unixlabplus.com> <20040407222807.Y11144@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce, Thank you very much for your earlier reply! Since I could not get the Lava DSerial-PCI 3.3v dual port serial card to work under 4.9-R. I upgraded the FreeBSD to 5.2.1-R. Here is the new info. (0) Hardware / Software info Hardware: - Dell 1750 - 133 MHz 3.3v PCIX - Lava DSerial-PCI 3.3v (dual serial port PCI adapter) Software: - FreeBSD 5.2.1-R - device puc (1) Boot message On 5.2.1-R, it did not panic (on 4.9-R, it paniced), The verbose boot message shows: ... pci3: <ACPI PCI bus> on pcib2 pci3: physical bus=3 map[10]: type 4, range 32, base 0000ccf8, size 3, port disabled found-> vendor=0x1407, dev=0x0110, revid=0x00 bus=3, slot=6, func=0 class=07-00-02, hdrtype=0x00, mfdev=1 cmdreg=0x0040, statreg=0x0480, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[10]: type 4, range 32, base 0000ccf0, size 3, port disabled found-> vendor=0x1407, dev=0x0111, revid=0x00 bus=3, slot=6, func=1 class=07-00-02, hdrtype=0x00, mfdev=1 cmdreg=0x0040, statreg=0x0480, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 puc0: <Lava Computers serial port> port 0xccf8-0xccff at device 6.0 on pci3 pcib2: matched entry for 3.6.INTA (source ) pcib2: device is hardwired to IRQ 24 puc0: failed to enable port mapping! puc0: could not get resource puc1: <Lava Computers serial port> port 0xccf0-0xccf7 at device 6.1 on pci3 pcib2: matched entry for 3.6.INTA (source ) pcib2: device is hardwired to IRQ 24 puc1: failed to enable port mapping! puc1: could not get resource ... My reading is on pci3, it found two devices (two ports). Here are things that I doubt: (a) The "irq=255" does not look right. And later it says "device is hardwired to IRQ 24". (b) And I do not know why port disabled. (c) I also do not understand "size 3". The base address are 0000ccf0-0000ccf7 and 0000ccf8-0000ccff. The size should be 8, shouldn't it? On 4.9-R, the boot message is (I did not turn on verbose mode): pcib3: <Host to PCI bridge> on motherboard pci3: <PCI bus> on pcib3 pci3: <unknown card> (vendor=0x1407, dev=0x0110) at 6.0 irq 0 pci3: <unknown card> (vendor=0x1407, dev=0x0111) at 6.1 irq 0 And Bruce Evans said: irq 0 is from the card's PCI registers. The irq should be nonzero here. This is hard to recover from, and FreeBSD-4.9 apparently doesn't manage to figure out the actual irq. Look at BIOS boot messages to see if the BIOS prints a useable irq number. My guess is that it doesn't. (2) BIOS On Dell 1750, BIOS set IRQ for PCI device like this. You hit a "next key", the next IRQ appears. It is not continuously. In my case, it cycle through 5, 7, and 11. When you change the IRQ for one PCI device, the IRQ's for other devices change automatically. This is to avoid conflict. I set the IRQ for both ports to be 11 (they can not be different, they change together when you change one of them); no other PCI device has this IRQ. So I do not understand why this IRQ (11) is not picked up by FreeBSD. I tried other settings, there is no difference. (3) Vendor provided lavaconf.exe output The vendor provided a DOS utility "lavaconf.exe" on floppy. When I run it on DOS environment, I got: 330 Lava DSerial PCI port A = CCF8 331 Lava DSerial PCI port A = CCF0 The documentation says it should print the IRQ and memory address, but I do not know where the IRQ should be printed. I do not see a correct output. I do not know what 330 and 331 are. I recognized the memory address are the same as FreeBSD reported. When I downloaded the "lavaconf.exe" from lavalink website which is different than the one on floppy, I do not get any output when I run it. I would appreciate any advice what the possible problems are, and what should I try next. Thanks. PS: I am afraid I miss something from the boot message, it is included in its entirety here: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 ---- initial configuration ------------------------ \\_SB_.LUSB irq 5: [ 4 5 6 7 10 11 12] low,level,sharable 0.15.0 ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- \\_SB_.LUSB irq 5: [ 4 5 6 7 10 11 12] low,level,sharable 0.15.0 pci0: <ACPI PCI bus> on pcib0 pci0: physical bus=0 found-> vendor=0x1166, dev=0x0014, revid=0x33 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0014, revid=0x00 bus=0, slot=0, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base fd000000, size 24, enabled map[14]: type 4, range 32, base 0000ec00, size 8, enabled map[18]: type 1, range 32, base fe101000, size 12, enabled found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=0, slot=14, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x00a7, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) powerspec 2 supports D0 D1 D2 D3 current D0 found-> vendor=0x1166, dev=0x0201, revid=0x93 bus=0, slot=15, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0147, statreg=0x2200, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 000001f0, size 3, enabled map[14]: type 4, range 32, base 000003f4, size 2, enabled map[18]: type 4, range 32, base 00000170, size 3, enabled map[1c]: type 4, range 32, base 00000374, size 2, enabled map[20]: type 4, range 32, base 000008b0, size 4, enabled found-> vendor=0x1166, dev=0x0212, revid=0x93 bus=0, slot=15, func=1 class=01-01-8a, hdrtype=0x00, mfdev=1 cmdreg=0x0145, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base fe100000, size 12, enabled pcib0: matched entry for 0.15.INTA (source \\_SB_.LUSB) pcib0: slot 15 INTA is routed to irq 5 found-> vendor=0x1166, dev=0x0220, revid=0x05 bus=0, slot=15, func=2 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0157, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=5 found-> vendor=0x1166, dev=0x0225, revid=0x00 bus=0, slot=15, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0110, revid=0x12 bus=0, slot=16, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0110, revid=0x12 bus=0, slot=16, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1166, dev=0x0101, revid=0x05 bus=0, slot=17, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0142, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0: <display, VGA> at device 14.0 (no driver attached) atapci0: <ServerWorks CSB5 UDMA100 controller> port 0x8b0-0x8bf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 15.1 on pci0 ata0: reset tp1 mask=03 ostat0=7f ostat1=7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0-slave: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata0: reset tp2 mask=00 stat0=ff stat1=ff devices=0x0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: simplex device, DMA on primary only ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata1-slave: stat=0x00 err=0x00 lsb=0x00 msb=0xdf ata1: reset tp2 mask=03 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER> ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] ohci0: <OHCI (generic) USB controller> mem 0xfe100000-0xfe100fff irq 5 at device 15.2 on pci0 ohci0: (New OHCI DeviceId=0x02201166) usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: <OHCI (generic) USB controller> on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered isab0: <PCI-ISA bridge> at device 15.3 on pci0 isa0: <ISA bus> on isab0 pcib1: <ACPI Host-PCI bridge> on acpi0 ---- initial configuration ------------------------ ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- pci4: <ACPI PCI bus> on pcib1 pci4: physical bus=4 map[10]: type 4, range 32, base 0000bc00, size 8, enabled map[14]: type 1, range 64, base fcc30000, size 16, enabled map[1c]: type 1, range 64, base fcc20000, size 16, enabled pcib1: matched entry for 4.5.INTA (source ) pcib1: device is hardwired to IRQ 18 found-> vendor=0x1000, dev=0x0030, revid=0x07 bus=4, slot=5, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=a, irq=18 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 4, range 32, base 0000b800, size 8, enabled map[14]: type 1, range 64, base fcc10000, size 16, enabled map[1c]: type 1, range 64, base fcc00000, size 16, enabled pcib1: matched entry for 4.5.INTB (source ) pcib1: device is hardwired to IRQ 19 found-> vendor=0x1000, dev=0x0030, revid=0x07 bus=4, slot=5, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x48 (2160 ns), mingnt=0x11 (4250 ns), maxlat=0x12 (4500 ns) intpin=b, irq=19 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit mpt0: <LSILogic 1030 Ultra4 Adapter> port 0xbc00-0xbcff mem 0xfcc20000-0xfcc2ffff,0xfcc30000-0xfcc3ffff irq 18 at device 5.0 on pci4 mpt0: soft reset mpt1: <LSILogic 1030 Ultra4 Adapter> port 0xb800-0xb8ff mem 0xfcc00000-0xfcc0ffff,0xfcc10000-0xfcc1ffff irq 19 at device 5.1 on pci4 mpt1: linking with peer (mpt0) mpt1: soft reset pcib2: <ACPI Host-PCI bridge> on acpi0 ---- initial configuration ------------------------ ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- pci3: <ACPI PCI bus> on pcib2 pci3: physical bus=3 map[10]: type 4, range 32, base 0000ccf8, size 3, port disabled found-> vendor=0x1407, dev=0x0110, revid=0x00 bus=3, slot=6, func=0 class=07-00-02, hdrtype=0x00, mfdev=1 cmdreg=0x0040, statreg=0x0480, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[10]: type 4, range 32, base 0000ccf0, size 3, port disabled found-> vendor=0x1407, dev=0x0111, revid=0x00 bus=3, slot=6, func=1 class=07-00-02, hdrtype=0x00, mfdev=1 cmdreg=0x0040, statreg=0x0480, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 puc0: <Lava Computers serial port> port 0xccf8-0xccff at device 6.0 on pci3 pcib2: matched entry for 3.6.INTA (source ) pcib2: device is hardwired to IRQ 24 puc0: failed to enable port mapping! puc0: could not get resource puc1: <Lava Computers serial port> port 0xccf0-0xccf7 at device 6.1 on pci3 pcib2: matched entry for 3.6.INTA (source ) pcib2: device is hardwired to IRQ 24 puc1: failed to enable port mapping! puc1: could not get resource pcib3: <ACPI Host-PCI bridge> on acpi0 ---- initial configuration ------------------------ ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- pci2: <ACPI PCI bus> on pcib3 pci2: physical bus=2 map[10]: type 1, range 64, base fcf30000, size 16, enabled map[18]: type 1, range 64, base fcf20000, size 16, enabled pcib3: matched entry for 2.0.INTA (source ) pcib3: device is hardwired to IRQ 16 found-> vendor=0x14e4, dev=0x1648, revid=0x02 bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0116, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base fcf10000, size 16, enabled map[18]: type 1, range 64, base fcf00000, size 16, enabled pcib3: matched entry for 2.0.INTB (source ) pcib3: device is hardwired to IRQ 17 found-> vendor=0x14e4, dev=0x1648, revid=0x02 bus=2, slot=0, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0116, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=b, irq=17 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit bge0: <Broadcom BCM5704C Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 0xfcf20000-0xfcf2ffff,0xfcf30000-0xfcf3ffff irq 16 at device 0.0 on pci2 bge0: Ethernet address: 00:0d:56:fd:d0:b3 miibus0: <MII bus> on bge0 brgphy0: <BCM5704 10/100/1000baseTX PHY> on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge1: <Broadcom BCM5704C Dual Gigabit Ethernet, ASIC rev. 0x2002> mem 0xfcf00000-0xfcf0ffff,0xfcf10000-0xfcf1ffff irq 17 at device 0.1 on pci2 bge1: Ethernet address: 00:0d:56:fd:d0:b4 miibus1: <MII bus> on bge1 brgphy1: <BCM5704 10/100/1000baseTX PHY> on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge1: bpf attached pcib4: <ACPI Host-PCI bridge> on acpi0 ---- initial configuration ------------------------ ---- before setting priority for links ------------ ---- before fixup boot-disabled links ------------- ---- after fixup boot-disabled links -------------- ---- arbitrated configuration --------------------- pci1: <ACPI PCI bus> on pcib4 pci1: physical bus=1 fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: unable to allocate IRQ psmcpnp0 irq 12 on acpi0 psm0: current command byte:0065 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0x2003 0x2013 0x2003 0x2003 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A acpi_cpu2: <CPU> on acpi0 device_probe_and_attach: acpi_cpu2 attach returned 6 acpi_cpu2: <CPU> on acpi0 device_probe_and_attach: acpi_cpu2 attach returned 6 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 ex_isa_identify() sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: <Option ROMs> at iomem 0xec000-0xeffff,0xcd000-0xce7ff,0xc9000-0xccfff,0xc8000-0xc8fff,0xc0000-0xc7fff on isa0 pmtimer0 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) ppc0: parallel port not found. ppc0: <Parallel port> failed to probe at irq 7 on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sn0: not probed (disabled) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounter "TSC" frequency 2387908196 Hz quality -100 Timecounters tick every 10.000 msec lo0: bpf attached ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin ata1-master: setting PIO4 on ServerWorks CSB5 chip acd0: <SAMSUNG CD-ROM SN-124/N103> CDROM drive at ata1 as master acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4 acd0: Reads: CDR, CDRW, CDDA stream, packet acd0: Writes: acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc Waiting 15 seconds for SCSI devices to settle (probe0:mpt0:0:0:0): Retrying Command (probe20:mpt1:0:5:0): error 22 (probe20:mpt1:0:5:0): Unretryable Error (probe2:mpt0:0:2:0): error 22 (probe2:mpt0:0:2:0): Unretryable Error (probe21:mpt1:0:6:0): error 22 (probe21:mpt1:0:6:0): Unretryable Error (probe3:mpt0:0:3:0): error 22 (probe3:mpt0:0:3:0): Unretryable Error (probe22:mpt1:0:8:0): error 22 (probe22:mpt1:0:8:0): Unretryable Error (probe4:mpt0:0:4:0): error 22 (probe4:mpt0:0:4:0): Unretryable Error (probe23:mpt1:0:9:0): error 22 (probe23:mpt1:0:9:0): Unretryable Error (probe5:mpt0:0:5:0): error 22 (probe5:mpt0:0:5:0): Unretryable Error (probe24:mpt1:0:10:0): error 22 (probe24:mpt1:0:10:0): Unretryable Error (probe7:mpt0:0:8:0): error 22 (probe7:mpt0:0:8:0): Unretryable Error (probe25:mpt1:0:11:0): error 22 (probe25:mpt1:0:11:0): Unretryable Error (probe8:mpt0:0:9:0): error 22 (probe8:mpt0:0:9:0): Unretryable Error (probe26:mpt1:0:12:0): error 22 (probe26:mpt1:0:12:0): Unretryable Error (probe9:mpt0:0:10:0): error 22 (probe9:mpt0:0:10:0): Unretryable Error (probe27:mpt1:0:13:0): error 22 (probe27:mpt1:0:13:0): Unretryable Error (probe10:mpt0:0:11:0): error 22 (probe10:mpt0:0:11:0): Unretryable Error (probe15:mpt1:0:0:0): error 22 (probe15:mpt1:0:0:0): Unretryable Error (probe11:mpt0:0:12:0): error 22 (probe11:mpt0:0:12:0): Unretryable Error (probe16:mpt1:0:1:0): error 22 (probe16:mpt1:0:1:0): Unretryable Error (probe12:mpt0:0:13:0): error 22 (probe12:mpt0:0:13:0): Unretryable Error (probe17:mpt1:0:2:0): error 22 (probe17:mpt1:0:2:0): Unretryable Error (probe13:mpt0:0:14:0): error 22 (probe13:mpt0:0:14:0): Unretryable Error (probe18:mpt1:0:3:0): error 22 (probe18:mpt1:0:3:0): Unretryable Error (probe14:mpt0:0:15:0): error 22 (probe14:mpt0:0:15:0): Unretryable Error (probe1:mpt0:0:1:0): Retrying Command (probe19:mpt1:0:4:0): error 22 (probe19:mpt1:0:4:0): Unretryable Error (probe28:mpt1:0:14:0): error 22 (probe28:mpt1:0:14:0): Unretryable Error (probe29:mpt1:0:15:0): error 22 (probe29:mpt1:0:15:0): Unretryable Error GEOM: create disk da0 dp=0xc6cb9050 GEOM: create disk da1 dp=0xc6cb8c50 pass0 at mpt0 bus 0 target 0 lun 0 pass0: <FUJITSU MAP3367NC 5608> Fixed Direct Access SCSI-3 device pass0: Serial Number UQL7P410169D pass0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled pass1 at mpt0 bus 0 target 1 lun 0 pass1: <FUJITSU MAP3367NC 5608> Fixed Direct Access SCSI-3 device pass1: Serial Number UQL7P4100VF8 pass1: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled pass2 at mpt0 bus 0 target 6 lun 0 pass2: <PE/PV 1x3 SCSI BP 1.1> Fixed Processor SCSI-2 device pass2: Serial Number 1 pass2: 3.300MB/s transfers ses0 at mpt0 bus 0 target 6 lun 0 ses0: <PE/PV 1x3 SCSI BP 1.1> Fixed Processor SCSI-2 device ses0: Serial Number 1 ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device da1 at mpt0 bus 0 target 1 lun 0 da1: <FUJITSU MAP3367NC 5608> Fixed Direct Access SCSI-3 device da1: Serial Number UQL7P4100VF8 da1: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled da1: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C) da0 at mpt0 bus 0 target 0 lun 0 da0: <FUJITSU MAP3367NC 5608> Fixed Direct Access SCSI-3 device da0: Serial Number UQL7P410169D da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit), Tagged Queueing Enabled da0: 34732MB (71132959 512 byte sectors: 255H 63S/T 4427C) GEOM: new disk da0 GEOM: new disk da1 SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x02000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff ioapic0: routing intpin 1 (IRQ 1) to cluster 0 ioapic0: routing intpin 4 (IRQ 4) to cluster 0 ioapic0: routing intpin 5 (IRQ 5) to cluster 0 ioapic0: routing intpin 6 (IRQ 6) to cluster 0 ioapic0: routing intpin 8 (IRQ 8) to cluster 0 ioapic0: routing intpin 9 (IRQ 9) to cluster 0 ioapic0: routing intpin 12 (IRQ 12) to cluster 0 ioapic0: routing intpin 13 (IRQ 13) to cluster 0 ioapic0: routing intpin 14 (IRQ 14) to cluster 0 ioapic0: routing intpin 15 (IRQ 15) to cluster 0 ioapic1: routing intpin 0 (IRQ 16) to cluster 0 ioapic1: routing intpin 1 (IRQ 17) to cluster 0 ioapic1: routing intpin 2 (IRQ 18) to cluster 0 ioapic1: routing intpin 3 (IRQ 19) to cluster 0 ioapic1: routing intpin 8 (IRQ 24) to cluster 0 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:71119692 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure da0s1, start 32256 length 36413282304 end 36413314559 [0] f:80 typ:222 s(CHS):0/1/1 e(CHS):6/254/63 s:63 l:112392 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure da1s1, start 32256 length 57544704 end 57576959 GEOM: Configure da0s1a, start 0 length 268435456 end 268435455 GEOM: Configure da0s1b, start 268435456 length 2120843264 end 2389278719 GEOM: Configure da0s1c, start 0 length 36413282304 end 36413282303 GEOM: Configure da0s1d, start 2389278720 length 268435456 end 2657714175 GEOM: Configure da0s1e, start 2657714176 length 268435456 end 2926149631 GEOM: Configure da0s1f, start 2926149632 length 33487132672 end 36413282303 Mounting root from ufs:/dev/da0s1a start_init: trying /sbin/init Linux ELF exec handler installed -- Michael Wang * http://www.unixlabplus.com/ * mwang@unixlabplus.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040409040255.GA3318>