(Please CC me in replies as I'm not a subscriber of this list) Hello,
I'm having difficulties getting a system with an PCI Serial ATA controller stable under stress. Sorry for the long email, but I'm pretty confused about the problem, so my description won't be as structured as I'd have liked. First some background about the system. It's a Intel D915GAV mainboard with 1GB RAM and a P4 3GHz (Hyperthreading turned on, both in BIOS and in FreeBSD). It has four SATA channels via the ICH6 SATA controller and one PATA channel. It has two SATA HD's (mirrored via geom_mirror) for the OS, and three SATA HD's (RAID 5 via gvinum) for data. The system disks work flawlessly, and the system is stable under stress (eg. a make world). However, after some time of stress on the data RAID array, eg. copying 35G via rsync over the fxp0 network interface, I get errors about READ_DMA timeouts (exact errors below). The drive that gives the errors eventually disappears, and gvinum takes down the RAID array if two disks do this. This only happens to the disks that are connected to the PCI SATA controller. I tried both a Promise SATAII 150 TX4 controller (PDC 40518) and an Adaptec SATA Connect SII3112A based controller. The SII3112A even gives errors (ad6: TIMEOUT - READ_DMA retrying (2 retries left) LBA=21679174) when I run newfs. I planned to run FreeBSD 5.4 on it. When copying lots of data to the data RAID array, I eventually (sometimes after 10 minutes, sometimes after 2 hours) get this errors: ad6: TIMEOUT - READ_DMA retrying (2 retries left) LBA=21679174 ad6: FAILURE - ATA_IDENTIFY timed out ad6: FAILURE - ATA_IDENTIFY timed out agvinum: lost drive 'backup2' d6: WARNING - removed from configuration aGEOM_VINUM: subdisk backup.p0.s1 state change: up -> down GEOM_VINUM: plex backup.p0 state change: up -> degraded ta3-master: FAILURE - READ_DMA timed out Sometimes it spontaneously rebooted, or crashed, in other cases, all processes that tried to access the disks stopped. This is one of the crashes: GEOM_VINUM: plex backup.p0 state change: degraded -> down ARNING - removed from configuration GEOM_VINUM: plex backup.p0 state change: degraded -> down ARNING - removed from configuration a Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x98 fault code = supervisor write, page not present instruction pointer = 0x8:0xc04edb6a stack pointer = 0x10:0xe336bcc8 frame pointer = 0x10:0xe336bcc8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 3 (g_up) trap number = 12 panic: page fault cpuid=1 ta5-master: FAILURE - READ_DMA timed out boot() called on cpu#0 Uptime: 12m57s GEOM_MIRROR: Device gm0: provider mirror/gm0 destroyed. ad14: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=69625709 ad14: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=69625709 (sorry, no backtrace or dump, don't have that kernel anymore) ad6 and ad14 were connected to the Promise TX4. I've never seen this error for a disk connected to the ICH6 controller. I also ran the HD manufacturer's test utility (advanced test), and it didn't find any errors, so I assume the HD's are fine. I also replaced the SATA cables. I tried disabling ACPI and hyperthreading. I don't think a SATA disk can run without UDMA (PIO mode), at least atacontrol won't do it. It doesn't many how many disks are on the PCI controller, so it doesn't seem to have anything todo with concurrent access to multiple channels. It doesn't surprise me that I get this errors with the SII3112A controller, since it's supposed to be pretty crappy, but I expected the promise controller to be well supported. I also tried the ATA-mkIIIn patch from people.freebsd.org/~sos/ATA, the only difference was a different error message: ad4: WARNING - SETFEATURES SET TRANSFER MODE interrupt was seen but timeout fired ad4: req=0xc3cdfa28 SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinsion !! (lots of these, and all processes that try to access the FS hang) Same with FreeBSD 6.0-RC1. I've yet to try a different mainboard, but I want to have this server working soon, so maybe I'll just put four disks on the ICH6 controller and forget about the fifth disk until I figure this out. Please let me know if you've any ideas, this certainly looks like a bug in the ATA driver to me. Alson A verbose dmesg from 5.4-RELEASE (most recent RELENG_5_4, -p7 or so) is below (I believe the top part is missing, probably because it didn't fit in the ring buffer, let me know if it's important and I'll try to obtain it). bus=0, slot=28, func=1 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) intpin=b, irq=255 found-> vendor=0x8086, dev=0x2664, revid=0x03 bus=0, slot=28, func=2 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) intpin=c, irq=255 found-> vendor=0x8086, dev=0x2666, revid=0x03 bus=0, slot=28, func=3 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x00 (0 ns) intpin=d, irq=255 map[20]: type 4, range 32, base 0000c800, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x2658, revid=0x03 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 map[20]: type 4, range 32, base 0000cc00, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2659, revid=0x03 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 map[20]: type 4, range 32, base 0000d000, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x265a, revid=0x03 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=18 map[20]: type 4, range 32, base 0000d400, size 5, enabled pcib0: matched entry for 0.29.INTD pcib0: slot 29 INTD hardwired to IRQ 16 found-> vendor=0x8086, dev=0x265b, revid=0x03 bus=0, slot=29, func=3 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=16 map[10]: type 1, range 32, base ff43fc00, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x265c, revid=0x03 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=23 powerspec 2 supports D0 D3 current D0 found-> vendor=0x8086, dev=0x244e, revid=0xd3 bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x06 (1500 ns), maxlat=0x02 (500 ns) found-> vendor=0x8086, dev=0x2640, revid=0x03 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 0000ffa0, size 4, enabled found-> vendor=0x8086, dev=0x266f, revid=0x03 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, 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 0000e800, size 3, enabled map[14]: type 4, range 32, base 0000e400, size 2, enabled map[18]: type 4, range 32, base 0000e000, size 3, enabled map[1c]: type 4, range 32, base 0000dc00, size 2, enabled map[20]: type 4, range 32, base 0000d800, size 4, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2651, revid=0x03 bus=0, slot=31, func=2 class=01-01-8f, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 powerspec 2 supports D0 D3 current D0 map[20]: type 4, range 32, base 0000c400, size 5, enabled pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x266a, revid=0x03 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0101, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=19 pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x0-0x0 pcib1: memory decode 0xffa00000-0xffafffff pcib1: prefetched decode 0xd7f00000-0xd7ffffff ACPI PCI link initial configuration: pci1: <ACPI PCI bus> on pcib1 pci1: physical bus=1 pci0: <display, VGA> at device 2.0 (no driver attached) pcib2: <ACPI PCI-PCI bridge> at device 28.0 on pci0 pcib2: secondary bus 5 pcib2: subordinate bus 5 pcib2: I/O decode 0x0-0x0 pcib2: memory decode 0xff600000-0xff6fffff pcib2: prefetched decode 0xd7b00000-0xd7bfffff ACPI PCI link initial configuration: pci5: <ACPI PCI bus> on pcib2 pci5: physical bus=5 pcib3: <ACPI PCI-PCI bridge> at device 28.1 on pci0 pcib3: secondary bus 4 pcib3: subordinate bus 4 pcib3: I/O decode 0x0-0x0 pcib3: memory decode 0xff700000-0xff7fffff pcib3: prefetched decode 0xd7c00000-0xd7cfffff ACPI PCI link initial configuration: pci4: <ACPI PCI bus> on pcib3 pci4: physical bus=4 pcib4: <ACPI PCI-PCI bridge> at device 28.2 on pci0 pcib4: secondary bus 3 pcib4: subordinate bus 3 pcib4: I/O decode 0x0-0x0 pcib4: memory decode 0xff800000-0xff8fffff pcib4: prefetched decode 0xd7d00000-0xd7dfffff ACPI PCI link initial configuration: pci3: <ACPI PCI bus> on pcib4 pci3: physical bus=3 pcib5: <ACPI PCI-PCI bridge> at device 28.3 on pci0 pcib5: secondary bus 2 pcib5: subordinate bus 2 pcib5: I/O decode 0x0-0x0 pcib5: memory decode 0xff900000-0xff9fffff pcib5: prefetched decode 0xd7e00000-0xd7efffff ACPI PCI link initial configuration: pci2: <ACPI PCI bus> on pcib5 pci2: physical bus=2 uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0xc800-0xc81f irq 23 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xc800 uhci0: [GIANT-LOCKED] usb0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0xcc00-0xcc1f irq 19 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xcc00 uhci1: [GIANT-LOCKED] usb1: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0xd000-0xd01f irq 18 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xd000 uhci2: [GIANT-LOCKED] usb2: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> port 0xd400-0xd41f irq 16 at device 29.3 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0xd400 uhci3: [GIANT-LOCKED] usb3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: <EHCI (generic) USB 2.0 controller> mem 0xff43fc00-0xff43ffff irq 23 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xff43fc00 ehci0: [GIANT-LOCKED] usb4: waiting for BIOS to give up control usb4: timed out waiting for BIOS usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: <EHCI (generic) USB 2.0 controller> on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib6: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0xa000-0xbfff pcib6: memory decode 0xff500000-0xff5fffff pcib6: prefetched decode 0xd7a00000-0xd7afffff pcib6: Subtractively decoded bridge. ACPI PCI link initial configuration: pci6: <ACPI PCI bus> on pcib6 pci6: physical bus=6 map[10]: type 4, range 32, base 0000bc00, size 7, enabled pcib6: device (null) requested decoded I/O range 0xbc00-0xbc7f map[18]: type 4, range 32, base 0000b800, size 8, enabled pcib6: device (null) requested decoded I/O range 0xb800-0xb8ff map[1c]: type 1, range 32, base ff580000, size 12, enabled pcib6: device (null) requested decoded memory range 0xff580000-0xff580fff map[20]: type 1, range 32, base ff500000, size 17, enabled pcib6: device (null) requested decoded memory range 0xff500000-0xff51ffff pcib6: matched entry for 6.0.INTA pcib6: slot 0 INTA hardwired to IRQ 21 found-> vendor=0x105a, dev=0x3d18, revid=0x02 bus=6, slot=0, func=0 class=01-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=1 (dwords) lattimer=0x48 (2160 ns), mingnt=0x04 (1000 ns), maxlat=0x12 (4500 ns) intpin=a, irq=21 powerspec 2 supports D0 D1 D3 current D0 map[10]: type 4, range 32, base 0000b400, size 7, enabled pcib6: device (null) requested decoded I/O range 0xb400-0xb47f map[14]: type 1, range 32, base ff582000, size 7, enabled pcib6: device (null) requested decoded memory range 0xff582000-0xff58207f pcib6: matched entry for 6.1.INTA pcib6: slot 1 INTA hardwired to IRQ 22 found-> vendor=0x10b7, dev=0x9200, revid=0x74 bus=6, slot=1, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0210, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x0a (2500 ns) intpin=a, irq=22 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base ff581000, size 12, enabled pcib6: device (null) requested decoded memory range 0xff581000-0xff581fff map[14]: type 4, range 32, base 0000b000, size 6, enabled pcib6: device (null) requested decoded I/O range 0xb000-0xb03f map[18]: type 1, range 32, base ff540000, size 17, enabled pcib6: device (null) requested decoded memory range 0xff540000-0xff55ffff pcib6: matched entry for 6.2.INTA pcib6: slot 2 INTA hardwired to IRQ 18 found-> vendor=0x8086, dev=0x1229, revid=0x0c bus=6, slot=2, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=18 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 4, range 32, base 0000ac00, size 5, enabled pcib6: device (null) requested decoded I/O range 0xac00-0xac1f map[18]: type 4, range 32, base 0000a800, size 3, enabled pcib6: device (null) requested decoded I/O range 0xa800-0xa807 map[1c]: type 4, range 32, base 0000a400, size 3, enabled pcib6: device (null) requested decoded I/O range 0xa400-0xa407 pcib6: matched entry for 6.3.INTA pcib6: slot 3 INTA hardwired to IRQ 19 found-> vendor=0x1409, dev=0x7168, revid=0x01 bus=6, slot=3, func=0 class=07-00-02, hdrtype=0x00, mfdev=0 cmdreg=0x0181, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=19 atapci0: <Promise PDC40518 SATA150 controller> port 0xb800-0xb8ff,0xbc00-0xbc7f mem 0xff500000-0xff51ffff,0xff580000-0xff580fff irq 21 at device 0.0 on pci6 atapci0: failed: rid 0x20 is memory, requested 4 atapci0: Reserved 0x20000 bytes for rid 0x20 type 3 at 0xff500000 atapci0: Reserved 0x1000 bytes for rid 0x1c type 3 at 0xff580000 atapci0: [MPSAFE] ata2: channel #0 on atapci0 ata2: reset tp1 mask=00 ostat0=ff ostat1=ff ata2: [MPSAFE] ata3: channel #1 on atapci0 ata3: reset tp1 mask=01 ostat0=50 ostat1=50 ata3-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata3: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ata3: [MPSAFE] ata4: channel #2 on atapci0 ata4: reset tp1 mask=00 ostat0=ff ostat1=ff ata4: [MPSAFE] ata5: channel #3 on atapci0 ata5: reset tp1 mask=01 ostat0=50 ostat1=50 ata5-master: stat=0xd0 err=0x00 lsb=0x00 msb=0x00 ata5-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata5: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ata5: [MPSAFE] xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xb400-0xb47f mem 0xff582000-0xff58207f irq 22 at device 1.0 on pci6 xl0: Reserved 0x80 bytes for rid 0x14 type 3 at 0xff582000 xl0: using memory mapped I/O xl0: media options word: a xl0: found MII/AUTO miibus0: <MII bus> on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: bpf attached xl0: Ethernet address: 00:01:02:0c:0c:55 xl0: [MPSAFE] fxp0: <Intel 82550 Pro/100 Ethernet> port 0xb000-0xb03f mem 0xff540000-0xff55ffff,0xff581000-0xff581fff irq 18 at device 2.0 on pci6 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xff581000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 0040 000c fxp0: Dynamic Standby mode is disabled miibus1: <MII bus> on fxp0 inphy0: <i82555 10/100 media interface> on miibus1 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:02:b3:96:76:39 fxp0: [MPSAFE] puc0: <Dolphin Peripherals 4036> port 0xa400-0xa407,0xa800-0xa807,0xac00-0xac1f irq 19 at device 3.0 on pci6 puc0: Reserved 0x20 bytes for rid 0x10 type 4 at 0xac00 sio4: <Dolphin Peripherals 4036> on puc0 sio4: type 16550A sio4: unable to activate interrupt in fast mode - using normal mode sio5: <Dolphin Peripherals 4036> on puc0 sio5: type 16550A sio5: unable to activate interrupt in fast mode - using normal mode isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 atapci1: <Intel ICH6 UDMA100 controller> port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: channel #0 on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x10 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=50 stat1=10 devices=0x9<ATAPI_SLAVE,ATA_MASTER> ata0: [MPSAFE] ata1: channel #1 on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci1: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=7f ostat1=7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-master: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1-slave: stat=0x7f err=0x7f lsb=0x7f msb=0x7f ata1: reset tp2 stat0=ff stat1=ff devices=0x0 ata1: [MPSAFE] atapci2: <Intel ICH6 SATA150 controller> port 0xd800-0xd80f,0xdc00-0xdc03,0xe000-0xe007,0xe400-0xe403,0xe800-0xe807 irq 19 at device 31.2 on pci0 atapci2: Reserved 0x10 bytes for rid 0x20 type 4 at 0xd800 atapci2: [MPSAFE] ata6: channel #0 on atapci2 atapci2: Reserved 0x8 bytes for rid 0x10 type 4 at 0xe800 atapci2: Reserved 0x4 bytes for rid 0x14 type 4 at 0xe400 ata6: reset tp1 mask=03 ostat0=80 ostat1=80 ata6-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata6-slave: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata6: reset tp2 stat0=50 stat1=50 devices=0x3<ATA_SLAVE,ATA_MASTER> ata6: [MPSAFE] ata7: channel #1 on atapci2 atapci2: Reserved 0x8 bytes for rid 0x18 type 4 at 0xe000 atapci2: Reserved 0x4 bytes for rid 0x1c type 4 at 0xdc00 ata7: reset tp1 mask=03 ostat0=50 ostat1=00 ata7-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata7-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata7: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER> ata7: [MPSAFE] pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> on acpi0 atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 atkbd0: <AT Keyboard> 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:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ unknown: not probed (disabled) fdc0: <floppy drive controller> port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 fdc0: [MPSAFE] fdc0: [FAST] sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ppc0: using extended I/O port range ppc0: EPP SPP ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: <Parallel port bus> on ppc0 plip0: <PLIP network interface> on ppbus0 plip0: bpf attached ppi0: <Parallel I/O> on ppbus0 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sc: sc0 already exists; skipping it sio: sio0 already exists; skipping it vga: vga0 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 isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: <ISA Option ROMs> at iomem 0xd2000-0xd2fff,0xd0800-0xd1fff,0xd0000-0xd07ff,0xcb000-0xcffff 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) 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 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) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) sio1: not probed (disabled) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vt0: not probed (disabled) isa_probe_children: probing PnP devices Device configuration finished. procfs registered Timecounter "TSC" frequency 2999997450 Hz quality -100 Timecounters tick every 10.000 msec lo0: bpf attached fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout fdc0: output ready timeout ata0-slave: pio=0x0c wdma=0x22 udma=0xffffffff cable=40pin ata0-master: pio=0x0c wdma=0x22 udma=0x46 cable=80pin ata0-master: setting PIO4 on Intel ICH6 chip ata0-master: setting UDMA100 on Intel ICH6 chip ata0-slave: setting PIO4 on Intel ICH6 chip ad0: <Maxtor 6E040L0/NAR61590> ATA-7 disk at ata0-master ad0: 39205MB (80293248 sectors), 79656 C, 16 H, 63 S, 512 B ad0: 16 secs/int, 1 depth queue, UDMA100 GEOM: new disk ad0 ar: FreeBSD check1 failed [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:80292807 [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 ad0s1, start 32256 length 41109917184 end 41109949439 acd0: <SAMSUNG CD-ROM SC-148F/PS02> CDROM drive at ata0 as slave acd0: read 171KB/s (8250KB/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 ata3-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad6: <ST3200826AS/3.03> ATA-7 disk at ata3-master ad6: 190782MB (390721968 sectors), 387621 C, 16 H, 63 S, 512 B ad6: 16 secs/int, 1 depth queue, SATA150 ar: Promise check1 failed [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 ata5-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin GEOM: Configure ad0s1a, start 0 length 536870912 end 536870911 GEOM: Configure ad0s1b, start 536870912 length 2117402624 end 2654273535 GEOM: Configure ad0s1c, start 0 length 41109917184 end 41109917183 GEOM: Configure ad0s1d, start 2654273536 length 2131755008 end 4786028543 GEOM: Configure ad0s1e, start 4786028544 length 536870912 end 5322899455 GEOM: Configure ad0s1f, start 5322899456 length 35787017728 end 41109917183 ad10: <ST3200826AS/3.03> ATA-7 disk at ata5-master ad10: 190782MB (390721968 sectors), 387621 C, 16 H, 63 S, 512 B ad10: 16 secs/int, 1 depth queue, SATA150 GEOM: new disk ad6 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 ar: Promise check1 failed ata6-slave: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ata6-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad12: <WDC WD360GD-00FLA2/31.08F31> ATA-6 disk at ata6-master ad12: 35304MB (72303840 sectors), 71730 C, 16 H, 63 S, 512 B ad12: 16 secs/int, 1 depth queue, SATA150 ar: FreeBSD check1 failed ad13: <ST3200826AS/3.03> ATA-7 disk at ata6-slave ad13: 190782MB (390721968 sectors), 387621 C, 16 H, 63 S, 512 B ad13: 16 secs/int, 1 depth queue, SATA150 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 ar: FreeBSD check1 failed ata7-master: pio=0x0c wdma=0x22 udma=0x46 cable=40pin ad14: <WDC WD360GD-00FLA2/31.08F31> ATA-6 disk at ata7-master ad14: 35304MB (72303840 sectors), 71730 C, 16 H, 63 S, 512 B ad14: 16 secs/int, 1 depth queue, SATA150 ar: FreeBSD check1 failed GEOM: new disk ad10 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:378876897 [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 ad6s1, start 32256 length 193984971264 end 193985003519 GEOM: new disk ad12 GEOM: new disk ad13 GEOM: new disk ad14 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/15/63 s:63 l:378876897 [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 ad10s1, start 32256 length 193984971264 end 193985003519 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure ad6s1c, start 0 length 193984971264 end 193984971263 GEOM: Configure ad6s1d, start 8192 length 193984963072 end 193984971263 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:69625647 [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 ad12s1, start 32256 length 35648331264 end 35648363519 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:378876897 [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 ad13s1, start 32256 length 193984971264 end 193985003519 [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:69625647 [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 ad14s1, start 32256 length 35648331264 end 35648363519 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure ad10s1c, start 0 length 193984971264 end 193984971263 GEOM: Configure ad10s1d, start 8192 length 193984963072 end 193984971263 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure ad12s1a, start 8192 length 1073741824 end 1073750015 GEOM: Configure ad12s1b, start 1073750016 length 3221225472 end 4294975487 GEOM: Configure ad12s1c, start 0 length 35648330752 end 35648330751 GEOM: Configure ad12s1d, start 4294975488 length 5368709120 end 9663684607 GEOM: Configure ad12s1e, start 9663684608 length 1073741824 end 10737426431 GEOM: Configure ad12s1f, start 10737426432 length 1073741824 end 11811168255 GEOM: Configure ad12s1g, start 11811168256 length 5368709120 end 17179877375 GEOM: Configure ad12s1h, start 17179877376 length 18468444672 end 35648322047 GEOM_MIRROR: Device gm0 created (id=1857773921). GEOM_MIRROR: Device gm0: provider ad12s1 detected. [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure ad13s1c, start 0 length 193984971264 end 193984971263 GEOM: Configure ad13s1d, start 8192 length 193984963072 end 193984971263 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure ad14s1a, start 8192 length 1073741824 end 1073750015 GEOM: Configure ad14s1b, start 1073750016 length 3221225472 end 4294975487 GEOM: Configure ad14s1c, start 0 length 35648330752 end 35648330751 GEOM: Configure ad14s1d, start 4294975488 length 5368709120 end 9663684607 GEOM: Configure ad14s1e, start 9663684608 length 1073741824 end 10737426431 GEOM: Configure ad14s1f, start 10737426432 length 1073741824 end 11811168255 GEOM: Configure ad14s1g, start 11811168256 length 5368709120 end 17179877375 GEOM: Configure ad14s1h, start 17179877376 length 18468444672 end 35648322047 GEOM_MIRROR: Device gm0: provider ad14s1 detected. [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM_MIRROR: Device gm0: provider ad14s1 activated. GEOM_MIRROR: Device gm0: provider ad12s1 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure mirror/gm0a, start 8192 length 1073741824 end 1073750015 GEOM: Configure mirror/gm0b, start 1073750016 length 3221225472 end 4294975487 GEOM: Configure mirror/gm0c, start 0 length 35648330752 end 35648330751 GEOM: Configure mirror/gm0d, start 4294975488 length 5368709120 end 9663684607 GEOM: Configure mirror/gm0e, start 9663684608 length 1073741824 end 10737426431 GEOM: Configure mirror/gm0f, start 10737426432 length 1073741824 end 11811168255 GEOM: Configure mirror/gm0g, start 11811168256 length 5368709120 end 17179877375 GEOM: Configure mirror/gm0h, start 17179877376 length 18468444672 end 35648322047 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [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:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout fdc0: output ready timeout fdc0: input ready timeout fdc0: input ready timeout 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 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 6 (ISA IRQ 6) to cluster 0 ioapic0: routing intpin 7 (ISA IRQ 7) to cluster 0 ioapic0: routing intpin 8 (ISA IRQ 8) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 ioapic0: routing intpin 14 (ISA IRQ 14) to cluster 0 ioapic0: routing intpin 15 (ISA IRQ 15) to cluster 0 ioapic0: routing intpin 16 (PCI IRQ 16) to cluster 0 ioapic0: routing intpin 18 (PCI IRQ 18) to cluster 0 ioapic0: routing intpin 19 (PCI IRQ 19) to cluster 0 ioapic0: routing intpin 21 (PCI IRQ 21) to cluster 0 ioapic0: routing intpin 22 (PCI IRQ 22) to cluster 0 ioapic0: routing intpin 23 (PCI IRQ 23) to cluster 0 Mounting root from ufs:/dev/mirror/gm0a start_init: trying /sbin/init _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"