From owner-freebsd-stable@FreeBSD.ORG Sat Mar 29 23:38:28 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBDD3106566C for ; Sat, 29 Mar 2008 23:38:28 +0000 (UTC) (envelope-from rpp@ci.com.au) Received: from mippet.ci.com.au (mippet.ci.com.au [192.65.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id D00258FC2F for ; Sat, 29 Mar 2008 23:38:27 +0000 (UTC) (envelope-from rpp@ci.com.au) Received: from mippet.ci.com.au (localhost [127.0.0.1]) by mippet.ci.com.au (8.14.2/8.14.2/CE070809/cml) with ESMTP id m2TN59fR020939 for ; Sun, 30 Mar 2008 10:05:09 +1100 (EST) (envelope-from rpp@mippet.ci.com.au) Received: (from rpp@localhost) by mippet.ci.com.au (8.14.2/8.14.2/Submit) id m2TN59xr020935 for freebsd-stable@freebsd.org; Sun, 30 Mar 2008 10:05:09 +1100 (EST) (envelope-from rpp) Date: Sun, 30 Mar 2008 10:05:09 +1100 From: Richard Perini To: freebsd-stable@freebsd.org Message-ID: <20080329230509.GA20266@mippet.ci.com.au> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline X-Scanned-By: MIMEDefang 2.63 on 192.65.182.30 Subject: PCI add-in parallel port problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 23:38:28 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I'm trying to get a PCI-express add-in parallel port card working with 7.0-STABLE, and after trying the following, I'm unable to get it to attach to the ppc bus. The card has a "MosChip NM9805" chip. Motherboard is an ASUS P5E64 WS. (which of course has no on-board parallel port). The card seems to be recognised by the puc layer. I've added device puc to the kernel config file, and added { 0x9710, 0x9805, 0xffff, 0, "MosChip NM9805 Dual 1284 Printer port", 0, PUC_PORT_2P, 0x10, 8, 0, }, to sys/dev/puc/pucdata.c and with verbose booting, get the following extracts from dmesg: (full dmesg attached below) pcib3: slot 0 INTB hardwired to IRQ 17 pcib4: slot 1 INTA is routed to irq 17 pcib5: slot 0 INTA is routed to irq 17 pcib6: slot 0 INTA is routed to irq 17 ppc0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xdc00 ppc0: using extended I/O port range puc0: port 0xdc00-0xdc07,0xd880-0xd887,0xd800-0xd807,0xd480-0xd487,0xd400-0xd407,0xd080-0xd08f irq 17 at device 0.0 on pci10 pcib6: puc0 requested I/O range 0xdc00-0xdc07: in range pcib5: puc0 requested I/O range 0xdc00-0xdc07: in range pcib4: puc0 requested I/O range 0xdc00-0xdc07: in range pcib3: puc0 requested I/O range 0xdc00-0xdc07: in range puc0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xd800 puc0: [FILTER] ppc0: using extended I/O port range ppc0: using extended I/O port range [ and later ] ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 Any suggestions would be appreciated. -- Richard --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-STABLE #8: Sat Mar 29 16:40:32 EST 2008 rpp@marvin.ci.com.au:/u3/obj/usr/src/sys/LOCAL Preloaded elf kernel "/boot/kernel/kernel" at 0xc0ef1000. Preloaded elf module "/boot/kernel/snd_driver.ko" at 0xc0ef1188. Preloaded elf module "/boot/kernel/snd_ad1816.ko" at 0xc0ef1238. Preloaded elf module "/boot/kernel/sound.ko" at 0xc0ef12e8. Preloaded elf module "/boot/kernel/snd_als4000.ko" at 0xc0ef1394. Preloaded elf module "/boot/kernel/snd_atiixp.ko" at 0xc0ef1444. Preloaded elf module "/boot/kernel/snd_cmi.ko" at 0xc0ef14f4. Preloaded elf module "/boot/kernel/snd_cs4281.ko" at 0xc0ef15a0. Preloaded elf module "/boot/kernel/snd_csa.ko" at 0xc0ef1650. Preloaded elf module "/boot/kernel/snd_ds1.ko" at 0xc0ef16fc. Preloaded elf module "/boot/kernel/snd_emu10kx.ko" at 0xc0ef17a8. Preloaded elf module "/boot/kernel/snd_envy24.ko" at 0xc0ef1858. Preloaded elf module "/boot/kernel/snd_spicds.ko" at 0xc0ef1908. Preloaded elf module "/boot/kernel/snd_envy24ht.ko" at 0xc0ef19b8. Preloaded elf module "/boot/kernel/snd_es137x.ko" at 0xc0ef1a6c. Preloaded elf module "/boot/kernel/snd_ess.ko" at 0xc0ef1b1c. Preloaded elf module "/boot/kernel/snd_sbc.ko" at 0xc0ef1bc8. Preloaded elf module "/boot/kernel/snd_fm801.ko" at 0xc0ef1c74. Preloaded elf module "/boot/kernel/snd_mss.ko" at 0xc0ef1d24. Preloaded elf module "/boot/kernel/snd_hda.ko" at 0xc0ef1dd0. Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0ef1e7c. Preloaded elf module "/boot/kernel/snd_maestro.ko" at 0xc0ef1f28. Preloaded elf module "/boot/kernel/snd_maestro3.ko" at 0xc0ef1fd8. Preloaded elf module "/boot/kernel/snd_neomagic.ko" at 0xc0ef208c. Preloaded elf module "/boot/kernel/snd_sb16.ko" at 0xc0ef2140. Preloaded elf module "/boot/kernel/snd_sb8.ko" at 0xc0ef21f0. Preloaded elf module "/boot/kernel/snd_solo.ko" at 0xc0ef229c. Preloaded elf module "/boot/kernel/snd_t4dwave.ko" at 0xc0ef234c. Preloaded elf module "/boot/kernel/snd_via8233.ko" at 0xc0ef23fc. Preloaded elf module "/boot/kernel/snd_via82c686.ko" at 0xc0ef24ac. Preloaded elf module "/boot/kernel/snd_vibes.ko" at 0xc0ef2560. Preloaded elf module "/boot/kernel/atapicam.ko" at 0xc0ef2610. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0ef26c0. Calibrating clock(s) ... i8254 clock: 1193200 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2999672289 Hz CPU: Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz (2999.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3fd AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries 1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size 1st-level data cache: 32 KB, 8-way set associative, 64 byte line size L2 cache: 4096 kbytes, 16-way associative, 64 bytes/line real memory = 2146697216 (2047 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001028000 - 0x000000007dae2fff, 2091626496 bytes (510651 pages) avail memory = 2091003904 (1994 MB) Table 'FACP' at 0x7ff40200 Table 'APIC' at 0x7ff40390 MADT: Found table at 0x7ff40390 MP Configuration Table version 1.4 found at 0xc00f1540 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 130 ACPI ID 3: disabled MADT: Found CPU APIC ID 131 ACPI ID 4: disabled ACPI APIC Table: INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 bios32: Found BIOS32 Service Directory header at 0xc00f0000 bios32: Entry = 0xf0010 (c00f0010) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0x31 pnpbios: Found PnP BIOS data at 0xc00f7040 pnpbios: Entry = f0000:803a Rev = 1.0 Other BIOS signatures found: APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 ULE: setup cpu group 1 ULE: setup cpu 1 ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 ACPI: RSDP @ 0x0xfaff0/0x0014 (v 0 ACPIAM) ACPI: RSDT @ 0x0x7ff40000/0x003C (v 1 A_M_I_ OEMRSDT 0x11000728 MSFT 0x00000097) ACPI: FACP @ 0x0x7ff40200/0x0084 (v 2 A_M_I_ OEMFACP 0x11000728 MSFT 0x00000097) ACPI: DSDT @ 0x0x7ff40440/0x9098 (v 1 A0870 A0870031 0x00000031 INTL 0x20060113) ACPI: FACS @ 0x0x7ff4e000/0x0040 ACPI: APIC @ 0x0x7ff40390/0x006C (v 1 A_M_I_ OEMAPIC 0x11000728 MSFT 0x00000097) ACPI: MCFG @ 0x0x7ff40400/0x003C (v 1 A_M_I_ OEMMCFG 0x11000728 MSFT 0x00000097) ACPI: OEMB @ 0x0x7ff4e040/0x0081 (v 1 A_M_I_ AMI_OEM 0x11000728 MSFT 0x00000097) ACPI: HPET @ 0x0x7ff494e0/0x0038 (v 1 A_M_I_ OEMHPET 0x11000728 MSFT 0x00000097) ACPI: OSFR @ 0x0x7ff49520/0x00B0 (v 1 A_M_I_ OEMOSFR 0x11000728 MSFT 0x00000097) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010000 ath_rate: version 1.2 wlan_amrr: wlan: <802.11 Link Layer> snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 random: nfslock: pseudo-device crypto: kbd: new array size 4 kbd1 at kbdmux0 io: mem: Pentium Pro MTRR support enabled null: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Mar 29 2008 16:39:27) npx0: INT 16 interface cryptosoft0: on motherboard crypto: assign cryptosoft0 driver id 0, flags 100663296 crypto: cryptosoft0 registers alg 1 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 2 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 3 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 4 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 5 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 16 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 6 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 7 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 18 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 19 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 20 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 8 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 15 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 9 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 10 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 13 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 14 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 11 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0 crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0 acpi0: on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xd90a7000 pa 0x1000 acpi: bad write to port 0x080 (16), val 0xaa pci_open(1): mode 1 addr port (0x0cf8) is 0x80000094 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=29e08086) pcibios: BIOS version 3.00 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.IELK.RXA0 -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.FHR0 -> bus 0 dev 31 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.PIX0 -> bus 0 dev 31 func 0 acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7ff00000 (3) failed ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 5 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 15 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 3 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 3 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 7 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 14 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 14 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x8086 rev: 0x1 num: 3 hz: 14318180 opts: legacy_route 64-bit Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 ACPI Warning (tbutils-0243): Incorrect checksum in table [OEMB] - BE, should be B5 [20070320] ACPI: SSDT @ 0x0x7ff4e0d0/0x01D2 (v 1 AMI CPU1PM 0x00000001 INTL 0x20060113) cpu0: switching to generic Cx mode est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 ACPI: SSDT @ 0x0x7ff4e2b0/0x0143 (v 1 AMI CPU2PM 0x00000001 INTL 0x20060113) est1: on cpu1 est1: Invalid id16 (set, cur) = (2344, 1576) est1: Invalid freq 2997, ignored. est1: Invalid id16 (set, cur) = (1559, 2327) est1: Invalid freq 1998, ignored. p4tcc1: on cpu1 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x29e0, revid=0x01 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x29e1, revid=0x01 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.1.INTA pcib0: slot 1 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x29e9, revid=0x01 domain=0, bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2937, revid=0x02 domain=0, bus=0, slot=26, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[20]: type I/O Port, range 32, base 0x8800, size 5, enabled pcib0: matched entry for 0.26.INTA pcib0: slot 26 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2938, revid=0x02 domain=0, bus=0, slot=26, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=3 map[20]: type I/O Port, range 32, base 0x8880, size 5, enabled pcib0: matched entry for 0.26.INTB pcib0: slot 26 INTB hardwired to IRQ 21 found-> vendor=0x8086, dev=0x2939, revid=0x02 domain=0, bus=0, slot=26, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[20]: type I/O Port, range 32, base 0x8c00, size 5, enabled pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x293c, revid=0x02 domain=0, bus=0, slot=26, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfe2ffc00, size 10, enabled pcib0: matched entry for 0.26.INTC pcib0: slot 26 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x293e, revid=0x02 domain=0, bus=0, slot=27, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe2f8000, size 14, enabled pcib0: matched entry for 0.27.INTA pcib0: slot 27 INTA hardwired to IRQ 22 found-> vendor=0x8086, dev=0x2940, revid=0x02 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x2948, revid=0x02 domain=0, bus=0, slot=28, func=4 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 17 found-> vendor=0x8086, dev=0x294a, revid=0x02 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 16 found-> vendor=0x8086, dev=0x2934, revid=0x02 domain=0, bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=14 map[20]: type I/O Port, range 32, base 0x8080, size 5, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x2935, revid=0x02 domain=0, bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=15 map[20]: type I/O Port, range 32, base 0x8400, size 5, enabled pcib0: matched entry for 0.29.INTB pcib0: slot 29 INTB hardwired to IRQ 19 found-> vendor=0x8086, dev=0x2936, revid=0x02 domain=0, bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[20]: type I/O Port, range 32, base 0x8480, size 5, enabled pcib0: matched entry for 0.29.INTC pcib0: slot 29 INTC hardwired to IRQ 18 found-> vendor=0x8086, dev=0x293a, revid=0x02 domain=0, bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=14 powerspec 2 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0xfe2ff800, size 10, enabled pcib0: matched entry for 0.29.INTA pcib0: slot 29 INTA hardwired to IRQ 23 found-> vendor=0x8086, dev=0x244e, revid=0x92 domain=0, 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=0x02 (500 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2916, revid=0x02 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2930, revid=0x02 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=5 map[10]: type Memory, range 64, base 0xfe2ff400, size 8, enabled map[20]: type I/O Port, range 32, base 0x400, size 5, enabled pcib0: matched entry for 0.31.INTC pcib0: slot 31 INTC hardwired to IRQ 18 pcib1: irq 16 at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0x9000-0x9fff pcib1: memory decode 0xfe300000-0xfe3fffff pcib1: prefetched decode 0xd0000000-0xdfffffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1002, dev=0x94c3, revid=0x00 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib1: requested memory range 0xd0000000-0xdfffffff: good map[18]: type Memory, range 64, base 0xfe3e0000, size 16, enabled pcib1: requested memory range 0xfe3e0000-0xfe3effff: good map[20]: type I/O Port, range 32, base 0x9000, size 8, enabled pcib1: requested I/O range 0x9000-0x90ff: in range pcib1: matched entry for 1.0.INTA pcib1: slot 0 INTA hardwired to IRQ 16 found-> vendor=0x1002, dev=0xaa10, revid=0x00 domain=0, bus=1, slot=0, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe3fc000, size 14, enabled pcib1: requested memory range 0xfe3fc000-0xfe3fffff: good pcib1: matched entry for 1.0.INTB pcib1: slot 0 INTB hardwired to IRQ 17 vgapci0: port 0x9000-0x90ff mem 0xd0000000-0xdfffffff,0xfe3e0000-0xfe3effff irq 16 at device 0.0 on pci1 pcm0: mem 0xfe3fc000-0xfe3fffff irq 17 at device 0.1 on pci1 pcm0: DMA Coherency: Uncacheable / vendor=0x1002 pcm0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe3fc000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 49 pcm0: [MPSAFE] pcm0: [ITHREAD] pcm0: hdac_dma_alloc: size=1024 -> roundsz=1024 pcm0: hdac_dma_alloc: size=2048 -> roundsz=2048 pcib2: irq 16 at device 6.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xa000-0xafff pcib2: memory decode 0xfe400000-0xfe7fffff pcib2: no prefetched decode pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x1000, dev=0x0056, revid=0x04 domain=0, bus=2, slot=0, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 1 message in map 0x14 map[10]: type I/O Port, range 32, base 0xa800, size 8, enabled pcib2: requested I/O range 0xa800-0xa8ff: in range map[14]: type Memory, range 64, base 0xfe7fc000, size 14, enabled pcib2: requested memory range 0xfe7fc000-0xfe7fffff: good map[1c]: type Memory, range 64, base 0xfe7e0000, size 16, enabled pcib2: requested memory range 0xfe7e0000-0xfe7effff: good pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 mpt0: port 0xa800-0xa8ff mem 0xfe7fc000-0xfe7fffff,0xfe7e0000-0xfe7effff irq 16 at device 0.0 on pci2 mpt0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xa800 mpt0: Reserved 0x4000 bytes for rid 0x14 type 3 at 0xfe7fc000 ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50 mpt0: [MPSAFE] mpt0: [ITHREAD] mpt0: MPI Version=1.5.17.0 mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). mpt0: mpt_cam_event: 0x12 mpt0: Unhandled Event Notify Frame. Event 0x12 (ACK not required). mpt0: mpt_cam_event: 0x16 mpt0: Unhandled Event Notify Frame. Event 0x16 (ACK not required). uhci0: port 0x8800-0x881f irq 16 at device 26.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8800 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x8880-0x889f irq 21 at device 26.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8880 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 51 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x8c00-0x8c1f irq 18 at device 26.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8c00 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 52 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfe2ffc00-0xfe2fffff irq 18 at device 26.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfe2ffc00 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pcm1: mem 0xfe2f8000-0xfe2fbfff irq 22 at device 27.0 on pci0 pcm1: TCSEL: 0x07 -> 0x00 pcm1: DMA Coherency: Uncacheable / vendor=0x8086 pcm1: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe2f8000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 53 pcm1: [MPSAFE] pcm1: [ITHREAD] pcm1: hdac_dma_alloc: size=1024 -> roundsz=1024 pcm1: hdac_dma_alloc: size=2048 -> roundsz=2048 pcib3: irq 17 at device 28.0 on pci0 pcib3: domain 0 pcib3: secondary bus 5 pcib3: subordinate bus 10 pcib3: I/O decode 0xd000-0xdfff pcib3: memory decode 0xfea00000-0xfeafffff pcib3: prefetched decode 0xfde00000-0xfdffffff pci5: on pcib3 pci5: domain=0, physical bus=5 found-> vendor=0x10b5, dev=0x8518, revid=0xac domain=0, bus=5, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xfeae0000, size 17, enabled pcib3: requested memory range 0xfeae0000-0xfeafffff: good pcib3: matched entry for 5.0.INTA pcib3: slot 0 INTA hardwired to IRQ 16 pcib4: mem 0xfeae0000-0xfeafffff irq 16 at device 0.0 on pci5 pcib4: domain 0 pcib4: secondary bus 6 pcib4: subordinate bus 10 pcib4: I/O decode 0xd000-0xdfff pcib4: prefetched decode 0xfde00000-0xfdffffff pcib4: could not get PCI interrupt routing table for \\_SB_.PCI0.P0P4.P4PB - AE_NOT_FOUND pci6: on pcib4 pci6: domain=0, physical bus=6 found-> vendor=0x10b5, dev=0x8518, revid=0xac domain=0, bus=6, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0105, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pcib3: matched entry for 5.0.INTB pcib3: slot 0 INTB hardwired to IRQ 17 pcib4: slot 1 INTA is routed to irq 17 found-> vendor=0x10b5, dev=0x8518, revid=0xac domain=0, bus=6, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=5 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pcib3: matched entry for 5.0.INTC pcib3: slot 0 INTC hardwired to IRQ 18 pcib4: slot 2 INTA is routed to irq 18 found-> vendor=0x10b5, dev=0x8518, revid=0xac domain=0, bus=6, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=15 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit pcib3: matched entry for 5.0.INTD pcib3: slot 0 INTD hardwired to IRQ 19 pcib4: slot 3 INTA is routed to irq 19 pcib5: irq 17 at device 1.0 on pci6 pcib5: domain 0 pcib5: secondary bus 9 pcib5: subordinate bus 10 pcib5: I/O decode 0xd000-0xdfff pcib5: no prefetched decode pci9: on pcib5 pci9: domain=0, physical bus=9 found-> vendor=0x10b5, dev=0x8111, revid=0x21 domain=0, bus=9, slot=0, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0115, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 MSI supports 1 message, 64 bit pcib3: matched entry for 5.0.INTB pcib3: slot 0 INTB hardwired to IRQ 17 pcib4: slot 1 INTA is routed to irq 17 pcib5: slot 0 INTA is routed to irq 17 pcib6: irq 17 at device 0.0 on pci9 pcib6: domain 0 pcib6: secondary bus 10 pcib6: subordinate bus 10 pcib6: I/O decode 0xd000-0xdfff pcib6: no prefetched decode pci10: on pcib6 pci10: domain=0, physical bus=10 found-> vendor=0x9710, dev=0x9805, revid=0x01 domain=0, bus=10, slot=0, func=0 class=07-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type I/O Port, range 32, base 0xdc00, size 3, enabled pcib6: requested I/O range 0xdc00-0xdc07: in range pcib5: requested I/O range 0xdc00-0xdc07: in range pcib4: requested I/O range 0xdc00-0xdc07: in range pcib3: requested I/O range 0xdc00-0xdc07: in range map[14]: type I/O Port, range 32, base 0xd880, size 3, enabled pcib6: requested I/O range 0xd880-0xd887: in range pcib5: requested I/O range 0xd880-0xd887: in range pcib4: requested I/O range 0xd880-0xd887: in range pcib3: requested I/O range 0xd880-0xd887: in range map[18]: type I/O Port, range 32, base 0xd800, size 3, enabled pcib6: requested I/O range 0xd800-0xd807: in range pcib5: requested I/O range 0xd800-0xd807: in range pcib4: requested I/O range 0xd800-0xd807: in range pcib3: requested I/O range 0xd800-0xd807: in range map[1c]: type I/O Port, range 32, base 0xd480, size 3, enabled pcib6: requested I/O range 0xd480-0xd487: in range pcib5: requested I/O range 0xd480-0xd487: in range pcib4: requested I/O range 0xd480-0xd487: in range pcib3: requested I/O range 0xd480-0xd487: in range map[20]: type I/O Port, range 32, base 0xd400, size 3, enabled pcib6: requested I/O range 0xd400-0xd407: in range pcib5: requested I/O range 0xd400-0xd407: in range pcib4: requested I/O range 0xd400-0xd407: in range pcib3: requested I/O range 0xd400-0xd407: in range map[24]: type I/O Port, range 32, base 0xd080, size 4, enabled pcib6: requested I/O range 0xd080-0xd08f: in range pcib5: requested I/O range 0xd080-0xd08f: in range pcib4: requested I/O range 0xd080-0xd08f: in range pcib3: requested I/O range 0xd080-0xd08f: in range pcib3: matched entry for 5.0.INTB pcib3: slot 0 INTB hardwired to IRQ 17 pcib4: slot 1 INTA is routed to irq 17 pcib5: slot 0 INTA is routed to irq 17 pcib6: slot 0 INTA is routed to irq 17 ppc0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xdc00 ppc0: using extended I/O port range puc0: port 0xdc00-0xdc07,0xd880-0xd887,0xd800-0xd807,0xd480-0xd487,0xd400-0xd407,0xd080-0xd08f irq 17 at device 0.0 on pci10 pcib6: puc0 requested I/O range 0xdc00-0xdc07: in range pcib5: puc0 requested I/O range 0xdc00-0xdc07: in range pcib4: puc0 requested I/O range 0xdc00-0xdc07: in range pcib3: puc0 requested I/O range 0xdc00-0xdc07: in range puc0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xd800 puc0: [FILTER] ppc0: using extended I/O port range ppc0: using extended I/O port range pcib7: irq 18 at device 2.0 on pci6 pcib7: domain 0 pcib7: secondary bus 8 pcib7: subordinate bus 8 pcib7: I/O decode 0x0-0x0 pcib7: prefetched decode 0xfdf00000-0xfdffffff pci8: on pcib7 pci8: domain=0, physical bus=8 pcib8: irq 19 at device 3.0 on pci6 pcib8: domain 0 pcib8: secondary bus 7 pcib8: subordinate bus 7 pcib8: I/O decode 0x0-0x0 pcib8: prefetched decode 0xfde00000-0xfdefffff pci7: on pcib8 pci7: domain=0, physical bus=7 pcib9: irq 17 at device 28.4 on pci0 pcib9: domain 0 pcib9: secondary bus 4 pcib9: subordinate bus 4 pcib9: I/O decode 0xc000-0xcfff pcib9: memory decode 0xfe900000-0xfe9fffff pcib9: no prefetched decode pci4: on pcib9 pci4: domain=0, physical bus=4 found-> vendor=0x11ab, dev=0x6145, revid=0xa1 domain=0, bus=4, slot=0, func=0 class=01-01-8f, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D3 current D0 MSI supports 1 message map[10]: type I/O Port, range 32, base 0xcc00, size 3, enabled pcib9: requested I/O range 0xcc00-0xcc07: in range map[14]: type I/O Port, range 32, base 0xc880, size 2, enabled pcib9: requested I/O range 0xc880-0xc883: in range map[18]: type I/O Port, range 32, base 0xc800, size 3, enabled pcib9: requested I/O range 0xc800-0xc807: in range map[1c]: type I/O Port, range 32, base 0xc480, size 2, enabled pcib9: requested I/O range 0xc480-0xc483: in range map[20]: type I/O Port, range 32, base 0xc400, size 4, enabled pcib9: requested I/O range 0xc400-0xc40f: in range map[24]: type Memory, range 32, base 0xfe9ffc00, size 10, enabled pcib9: requested memory range 0xfe9ffc00-0xfe9fffff: good pcib9: matched entry for 4.0.INTA pcib9: slot 0 INTA hardwired to IRQ 16 atapci0: port 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc807,0xc480-0xc483,0xc400-0xc40f mem 0xfe9ffc00-0xfe9fffff irq 16 at device 0.0 on pci4 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xc400 atapci0: [MPSAFE] atapci0: [ITHREAD] ata2: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xcc00 atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc880 ata2: reset tp1 mask=03 ostat0=50 ostat1=00 ata2: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata2: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=00 stat1=00 devices=0x4 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc800 atapci0: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc480 ata3: reset tp1 mask=03 ostat0=7f ostat1=7f ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat0=0x7f err=0xff lsb=0xff msb=0xff ata3: stat1=0x7f err=0xff lsb=0xff msb=0xff ata3: reset tp2 stat0=ff stat1=ff devices=0x0 ata3: [MPSAFE] ata3: [ITHREAD] pcib10: irq 16 at device 28.5 on pci0 pcib10: domain 0 pcib10: secondary bus 3 pcib10: subordinate bus 3 pcib10: I/O decode 0xb000-0xbfff pcib10: memory decode 0xfe800000-0xfe8fffff pcib10: no prefetched decode pci3: on pcib10 pci3: domain=0, physical bus=3 found-> vendor=0x11ab, dev=0x4364, revid=0x12 domain=0, bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe8fc000, size 14, enabled pcib10: requested memory range 0xfe8fc000-0xfe8fffff: good map[18]: type I/O Port, range 32, base 0xb800, size 8, enabled pcib10: requested I/O range 0xb800-0xb8ff: in range pcib10: matched entry for 3.0.INTA pcib10: slot 0 INTA hardwired to IRQ 17 mskc0: port 0xb800-0xb8ff mem 0xfe8fc000-0xfe8fffff irq 17 at device 0.0 on pci3 mskc0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe8fc000 mskc0: MSI count : 1 mskc0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 256 to vector 54 mskc0: using IRQ 256 for MSI mskc0: RAM buffer size : 128KB mskc0: Port 0 : Rx Queue 85KB(0x00000000:0x000153ff) mskc0: Port 0 : Tx Queue 43KB(0x00015400:0x0001ffff) msk0: on mskc0 msk0: bpf attached msk0: Ethernet address: 00:1e:8c:75:1c:8e miibus0: on msk0 e1000phy0: PHY 0 on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto mskc0: [MPSAFE] mskc0: [FILTER] uhci3: port 0x8080-0x809f irq 23 at device 29.0 on pci0 uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8080 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 55 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb4: on uhci3 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x8400-0x841f irq 19 at device 29.1 on pci0 uhci4: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8400 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 56 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] usb5: on uhci4 usb5: USB revision 1.0 uhub5: on usb5 uhub5: 2 ports with 2 removable, self powered uhci5: port 0x8480-0x849f irq 18 at device 29.2 on pci0 uhci5: Reserved 0x20 bytes for rid 0x20 type 4 at 0x8480 uhci5: [GIANT-LOCKED] uhci5: [ITHREAD] usb6: on uhci5 usb6: USB revision 1.0 uhub6: on usb6 uhub6: 2 ports with 2 removable, self powered ehci1: mem 0xfe2ff800-0xfe2ffbff irq 23 at device 29.7 on pci0 ehci1: Reserved 0x400 bytes for rid 0x10 type 3 at 0xfe2ff800 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb7: EHCI version 1.0 usb7: companion controllers, 2 ports each: usb4 usb5 usb6 usb7: on ehci1 usb7: USB revision 2.0 uhub7: on usb7 uhub7: 6 ports with 6 removable, self powered pcib11: at device 30.0 on pci0 pcib11: domain 0 pcib11: secondary bus 11 pcib11: subordinate bus 11 pcib11: I/O decode 0xe000-0xefff pcib11: memory decode 0xfeb00000-0xfebfffff pcib11: no prefetched decode pcib11: Subtractively decoded bridge. pci11: on pcib11 pci11: domain=0, physical bus=11 found-> vendor=0x9005, dev=0x00c0, revid=0x01 domain=0, bus=11, slot=1, func=0 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe000, size 8, enabled pcib11: requested I/O range 0xe000-0xe0ff: in range map[14]: type Memory, range 64, base 0xfebf9000, size 12, enabled pcib11: requested memory range 0xfebf9000-0xfebf9fff: good pcib11: matched entry for 11.1.INTA pcib11: slot 1 INTA hardwired to IRQ 17 found-> vendor=0x9005, dev=0x00c0, revid=0x01 domain=0, bus=11, slot=1, func=1 class=01-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0017, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x28 (10000 ns), maxlat=0x19 (6250 ns) intpin=b, irq=5 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe400, size 8, enabled pcib11: requested I/O range 0xe400-0xe4ff: in range map[14]: type Memory, range 64, base 0xfebfa000, size 12, enabled pcib11: requested memory range 0xfebfa000-0xfebfafff: good pcib11: matched entry for 11.1.INTB pcib11: slot 1 INTB hardwired to IRQ 18 found-> vendor=0x1106, dev=0x3044, revid=0xc0 domain=0, bus=11, slot=3, func=0 class=0c-00-10, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x0210, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x20 (8000 ns) intpin=a, irq=5 powerspec 2 supports D0 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfebfb800, size 11, enabled pcib11: requested memory range 0xfebfb800-0xfebfbfff: good map[14]: type I/O Port, range 32, base 0xec00, size 7, enabled pcib11: requested I/O range 0xec00-0xec7f: in range pcib11: matched entry for 11.3.INTA pcib11: slot 3 INTA hardwired to IRQ 18 found-> vendor=0x11ab, dev=0x4320, revid=0x14 domain=0, bus=11, slot=4, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0017, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x17 (5750 ns), maxlat=0x1f (7750 ns) intpin=a, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfebfc000, size 14, enabled pcib11: requested memory range 0xfebfc000-0xfebfffff: good map[14]: type I/O Port, range 32, base 0xe800, size 8, enabled pcib11: requested I/O range 0xe800-0xe8ff: in range pcib11: matched entry for 11.4.INTA pcib11: slot 4 INTA hardwired to IRQ 19 ahc0: port 0xe000-0xe0ff mem 0xfebf9000-0xfebf9fff irq 17 at device 1.0 on pci11 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe000 ahc0: Reading SEEPROM...done. ahc0: Manual SE Termination ahc0: BIOS eeprom is present ahc0: Primary Low Byte termination Enabled ahc0: Primary High Byte termination Enabled ahc0: Downloading Sequencer Program... 423 instructions downloaded ahc0: Features 0x1fef6, Bugs 0x40, Flags 0x28485560 ahc0: [MPSAFE] ahc0: [ITHREAD] aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xe400-0xe4ff mem 0xfebfa000-0xfebfafff irq 18 at device 1.1 on pci11 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xe400 ahc1: Reading SEEPROM...done. ahc1: Manual SE Termination ahc1: BIOS eeprom is present ahc1: Primary Low Byte termination Enabled ahc1: Primary High Byte termination Enabled ahc1: Downloading Sequencer Program... 423 instructions downloaded ahc1: Features 0x1fef6, Bugs 0x40, Flags 0x28485560 ahc1: [MPSAFE] ahc1: [ITHREAD] aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs fwohci0: port 0xec00-0xec7f mem 0xfebfb800-0xfebfbfff irq 18 at device 3.0 on pci11 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfebfb800 fwohci0: [MPSAFE] fwohci0: [FILTER] fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:1e:8c:00:00:1a:99:a7 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:1e:8c:1a:99:a7 fwe0: bpf attached fwe0: Ethernet address: 02:1e:8c:1a:99:a7 fwip0: on firewire0 fwip0: bpf attached fwip0: Firewire address: 00:1e:8c:00:00:1a:99:a7 @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 dcons_crom0: on firewire0 dcons_crom0: bus_addr 0x7d8c4000 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode skc0: port 0xe800-0xe8ff mem 0xfebfc000-0xfebfffff irq 19 at device 4.0 on pci11 skc0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 skc0: interrupt moderation is 100 us skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) skc0: chip ver = 0xb1 skc0: chip rev = 0x09 skc0: SK_EPROM0 = 0x10 skc0: SRAM size = 0x010000 sk0: on skc0 sk0: bpf attached sk0: Ethernet address: 00:1e:8c:75:19:0a miibus1: on sk0 e1000phy1: PHY 0 on miibus1 e1000phy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto skc0: [MPSAFE] skc0: [ITHREAD] isab0: at device 31.0 on pci0 isa0: on isab0 pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 57 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 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: 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 ioapic0: routing intpin 4 (ISA IRQ 4) to vector 58 sio0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 kbd0: atkbd0, generic (0), config:0x0, flags:0x3f0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ 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 ex_isa_identify() ahc_isa_probe 8: ioport 0x8c00 alloc failed ahc_isa_probe 12: ioport 0xcc00 alloc failed ahc_isa_probe 13: ioport 0xdc00 alloc failed ahc_isa_probe 14: ioport 0xec00 alloc failed atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcefff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata0: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 14 (ISA IRQ 14) to vector 60 ata0: [MPSAFE] ata0: [ITHREAD] ata1 at port 0x170-0x177,0x376 irq 15 on isa0 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ioapic0: routing intpin 15 (ISA IRQ 15) to vector 61 ata1: [MPSAFE] ata1: [ITHREAD] bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ukbd0: on uhub6 kbd2 at ukbd0 kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000 ums0: on uhub6 ums0: 5 buttons and Z dir. Device configuration finished. Reducing kern.maxvnodes 134057 -> 100000 procfs registered lapic: Divisor 2, Frequency 166648467 hz Timecounter "TSC" frequency 2999672289 Hz quality -100 Timecounters tick every 1.000 msec lo0: bpf attached hptrr: no controller detected. Waiting 5 seconds for SCSI devices to settle firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire acd0: DVDR drive at ata2 as master acd0: read 6890KB/s (6890KB/s) write 5511KB/s (6890KB/s), 2000KB buffer, UDMA66 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc [ copious sound card debugging deleted ] acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01 (probe100:ata2:0:0:0): error 22 (probe100:ata2:0:0:0): Unretryable Error (probe100:ata2:0:0:0): Down reving Protocol Version from 2 to 0? (probe93:sbp0:0:0:0): error 22 (probe93:sbp0:0:0:0): Unretryable Error (probe94:sbp0:0:1:0): error 22 (probe94:sbp0:0:1:0): Unretryable Error (probe95:sbp0:0:2:0): error 22 (probe95:sbp0:0:2:0): Unretryable Error (probe96:sbp0:0:3:0): error 22 (probe96:sbp0:0:3:0): Unretryable Error (probe97:sbp0:0:4:0): error 22 (probe97:sbp0:0:4:0): Unretryable Error (probe98:sbp0:0:5:0): error 22 (probe98:sbp0:0:5:0): Unretryable Error (probe99:sbp0:0:6:0): error 22 (probe99:sbp0:0:6:0): Unretryable Error ahc0: Selection Timeout on A:0. 0 SCBs aborted ahc1: Selection Timeout on A:5. 0 SCBs aborted ahc0: Selection Timeout on A:1. 0 SCBs aborted ahc1: Selection Timeout on A:6. 0 SCBs aborted ahc0: Selection Timeout on A:2. 0 SCBs aborted ahc1: Selection Timeout on A:12. 0 SCBs aborted ahc0: Selection Timeout on A:3. 0 SCBs aborted ahc1: Selection Timeout on A:13. 0 SCBs aborted ahc0: Selection Timeout on A:4. 0 SCBs aborted ahc1: Selection Timeout on A:0. 0 SCBs aborted ahc0: Selection Timeout on A:5. 0 SCBs aborted ahc1: Selection Timeout on A:1. 0 SCBs aborted ahc0: Selection Timeout on A:6. 0 SCBs aborted ahc1: Selection Timeout on A:2. 0 SCBs aborted ahc0: Selection Timeout on A:8. 0 SCBs aborted ahc1: Selection Timeout on A:4. 0 SCBs aborted ahc0: Selection Timeout on A:9. 0 SCBs aborted ahc1: Selection Timeout on A:8. 0 SCBs aborted ahc0: Selection Timeout on A:10. 0 SCBs aborted ahc1: Selection Timeout on A:9. 0 SCBs aborted ahc0: Selection Timeout on A:11. 0 SCBs aborted ahc1: Selection Timeout on A:10. 0 SCBs aborted ahc0: Selection Timeout on A:12. 0 SCBs aborted ahc1: Selection Timeout on A:11. 0 SCBs aborted ahc0: Selection Timeout on A:13. 0 SCBs aborted ahc1: Selection Timeout on A:14. 0 SCBs aborted ahc0: Selection Timeout on A:14. 0 SCBs aborted ahc1: Selection Timeout on A:15. 0 SCBs aborted (probe81:ahc1:0:3:0): Down reving Protocol Version from 4 to 3? (ahc1:A:3:0): Sending PPR bus_width 1, period 9, offset 7f, ppr_options 2 (ahc1:A:3:0): Received PPR width 1, period 9, offset 40,options 2 Filtered to width 1, period 9, offset 40, options 2 ahc1: target 3 using 16bit transfers ahc1: target 3 synchronous at 80.0MHz DT, offset = 0x40 (ahc1:A:3:0): Sending PPR bus_width 1, period 9, offset 40, ppr_options 2 (ahc1:A:3:0): Received PPR width 1, period 9, offset 40,options 2 Filtered to width 1, period 9, offset 40, options 2 ahc0: Selection Timeout on A:15. 0 SCBs aborted pass0 at mpt0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-5 device pass0: Serial Number BV00P81007F1 pass0: 300.000MB/s transfers pass0: Command Queueing Enabled da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-5 device da0: Serial Number BV00P81007F1 da0: 300.000MB/s transfers da0: Command Queueing Enabled da0: 70136MB (143638992 512 byte sectors: 255H 63S/T 8941C) da1 at mpt0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-5 device da1: Serial Number BV00P7C007D2 da1: 300.000MB/s transfers da1: Command Queueing Enabled da1: 70136MB (143638992 512 byte sectors: 255H 63S/T 8941C) da2 at mpt0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-5 device da2: Serial Number BV00P7C007C9 da2: 300.000MB/s transfers da2: Command Queueing Enabled da2: 70136MB (143638992 512 byte sectors: 255H 63S/T 8941C) da3 at mpt0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-5 device da3: Serial Number BV00P81007EU da3: 300.000MB/s transfers da3: Command Queueing Enabled da3: 70136MB (143638992 512 byte sectors: 255H 63S/T 8941C) GEOM: new disk da0 GEOM: new disk da1 GEOM: new disk da2 GEOM: new disk da3 pass1 at mpt0 bus 0 target 1 lun 0 pass1: Fixed Direct Access SCSI-5 device pass1: Serial Number BV00P7C007D2 pass1: 300.000MB/s transfers pass1: Command Queueing Enabled pass2 at mpt0 bus 0 target 2 lun 0 pass2: Fixed Direct Access SCSI-5 device pass2: Serial Number BV00P7C007C9 pass2: 300.000MB/s transfers pass2: Command Queueing Enabled pass3 at mpt0 bus 0 target 3 lun 0 pass3: Fixed Direct Access SCSI-5 device pass3: Serial Number BV00P81007EU pass3: 300.000MB/s transfers pass3: Command Queueing Enabled pass4 at ahc1 bus 0 target 3 lun 0 pass4: Removable Sequential Access SCSI-3 device pass4: Serial Number HU108021EN pass4: 160.000MB/s transfers (80.000MHz DT, offset 64, 16bit) pass5 at ata2 bus 0 target 0 lun 0 pass5: Removable CD-ROM SCSI-0 device pass5: 66.000MB/s transfers sa0 at ahc1 bus 0 target 3 lun 0 sa0: Removable Sequential Access SCSI-3 device sa0: Serial Number HU108021EN sa0: 160.000MB/s transfers (80.000MHz DT, offset 64, 16bit) ATA PseudoRAID loaded SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 ioapic0: Assigning ISA IRQ 1 to local APIC 0 ioapic0: Assigning ISA IRQ 4 to local APIC 1 ioapic0: Assigning ISA IRQ 6 to local APIC 0 ioapic0: Assigning ISA IRQ 9 to local APIC 1 ioapic0: Assigning ISA IRQ 14 to local APIC 0 ioapic0: Assigning ISA IRQ 15 to local APIC 1 ioapic0: Assigning PCI IRQ 16 to local APIC 0 ioapic0: Assigning PCI IRQ 17 to local APIC 1 ioapic0: Assigning PCI IRQ 18 to local APIC 0 ioapic0: Assigning PCI IRQ 19 to local APIC 1 ioapic0: Assigning PCI IRQ 21 to local APIC 0 ioapic0: Assigning PCI IRQ 22 to local APIC 1 ioapic0: Assigning PCI IRQ 23 to local APIC 0 msi: Assigning MSI IRQ 256 to local APIC 1 (cd0:ata2:0:0:0): error 6 (cd0:ata2:0:0:0): Unretryable Error cd0 at ata2 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 66.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present GEOM: new disk cd0 (cd0:ata2:0:0:0): error 6 (cd0:ata2:0:0:0): Unretryable Error (cd0:ata2:0:0:0): error 6 (cd0:ata2:0:0:0): Unretryable Error (cd0:ata2:0:0:0): error 6 (cd0:ata2:0:0:0): Unretryable Error (cd0:ata2:0:0:0): error 6 (cd0:ata2:0:0:0): Unretryable Error Trying to mount root from ufs:/dev/da0s1a start_init: trying /sbin/init lo1: bpf attached gif0: bpf attached Linux ELF exec handler installed msk0: link state changed to UP mpt0: QUEUE FULL EVENT: Bus 0x00 Target 0x00 Depth 129 (noperiph:mpt0:0:0:0): tagged openings now 128 --TB36FDmn/VVEgNH/--