Re: RFC: ATA to CAM integration patch (and gjournaled previuos nodes)

From: Juergen Lock <nox_at_jelal.kn-bremen.de>
Date: Sat, 25 Jul 2009 21:00:01 +0200
On Mon, Jul 06, 2009 at 11:16:46PM +0200, Juergen Lock wrote:
> In article <4A50C331.3040505_at_FreeBSD.org> you write:
> >Lucius Windschuh wrote:
> >> Hi Alexander.
> >> 
> >> 2009/7/5 Alexander Motin <mav_at_freebsd.org>:
> >>> It's never late. I have just uploaded fresh patch:
> >>> http://people.freebsd.org/~mav/cam-ata.20090704.patch
> >> 
> >> "make buildworld" with this patch stops in my configuration with:
> >> 
> >> /usr/obj/usr/src/tmp/usr/lib/libcam.a(ata_all.o)(.text+0x263): In
> >> function `ata_max_mode':
> >> : undefined reference to `min'
> >> 
> >> Simply adding
> >> #ifndef min
> >> #define min(a,b) (((a)<(b))?(a):(b))
> >> #endif
> >> in ata_all.c helps, obviously.
> >
> >Thanks.
> 
> I tried this on the box with that optical drive that head no
> longer likes (fails to be probed and generates an irq storm, see
> 	http://docs.freebsd.org/cgi/mid.cgi?20090628101656.GA38983
> ), and with ahci.ko loaded by loader.conf I got timeouts followed by
> a panic:
> 	http://people.freebsd.org/~nox/cam-ata.20090704-panic1.jpg
> 	http://people.freebsd.org/~nox/cam-ata.20090704-panic2.jpg
> [...]

Ok I managed to dig myself out of this mess by connecting the problem
drive to a jmicron pcie card that fell into my hands yesterday; I updated
the test install to head from today and started reinstalling ports (bc of
the shlib bumps) and testing the new hplip port on head (seems to work
no worse than on 7), when suddenly ahci got problems: it printed endless
retrying messages with the box' disk access led on solid, causing processes
to get stuck.  I was still able to switch to a console and enter ddb,
but dumping (call doadump) failed and I didn't know what to look for
otherwise, so I'm afraid I can't give more info about this hang. :(
Anyway, could this be caused by ncq?  I have disabled ahci.ko for now,
we'll see if this `fixes' it...  Oh and btw umass works better than
on 7-stable too, at least plugging in an usb key doesnt panic the box
like on 7, and i can mount it also.

 Here is the dmesg with ahci and the jmicron:

Copyright (c) 1992-2009 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 8.0-BETA2 #0: Sat Jul 25 06:50:29 CEST 2009
    nox_at_triton.kn-bremen.de:/usr/obj/usr/home/nox/src8postsil/src/sys/TRITON8
WARNING: WITNESS option enabled, expect reduced performance.
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81042000.
Preloaded elf obj module "/boot/kernel/ahci.ko" at 0xffffffff810421d0.
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 2812829137 Hz
CPU: AMD Phenom(tm) II X4 920 Processor (2812.83-MHz K8-class CPU)
  Origin = "AuthenticAMD"  Id = 0x100f42  Stepping = 2
  Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
  Features2=0x802009<SSE3,MON,CX16,POPCNT>
  AMD Features=0xee500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM,3DNow!+,3DNow!>
  AMD Features2=0x37ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,IBS,SKINIT,WDT>
  TSC: P-state invariant
L1 2MB data TLB: 48 entries, fully associative
L1 2MB instruction TLB: 16 entries, fully associative
L1 4KB data TLB: 48 entries, fully associative
L1 4KB instruction TLB: 32 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 2MB data TLB: 128 entries, 2-way associative
L2 2MB instruction TLB: 0 entries, 2-way associative
L2 4KB data TLB: 512 entries, 4-way associative
L2 4KB instruction TLB: 512 entries, 4-way associative
L2 unified cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative
real memory  = 9395240960 (8960 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x000000000106c000 - 0x00000000cfddffff, 3470213120 bytes (847220 pages)
0x0000000100000000 - 0x000000021f8affff, 4824170496 bytes (1177776 pages)
avail memory = 8252354560 (7870 MB)
ACPI APIC Table: <GBT    GBTUACPI>
INTR: Adding local APIC 1 as a target
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 3 as a target
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
FreeBSD/SMP: 1 package(s) x 4 core(s)
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
APIC: CPU 2 has ACPI ID 2
APIC: CPU 3 has ACPI ID 3
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ACPI: RSDP 0xf6fe0 00014 (v0 GBT   )
ACPI: RSDT 0xcfde3000 0003C (v1 GBT    GBTUACPI 42302E31 GBTU 01010101)
ACPI: FACP 0xcfde3040 00074 (v1 GBT    GBTUACPI 42302E31 GBTU 01010101)
ACPI: DSDT 0xcfde30c0 05E2B (v1 GBT    GBTUACPI 00001000 MSFT 03000000)
ACPI: FACS 0xcfde0000 00040
ACPI: SSDT 0xcfde8fc0 0088C (v1 PTLTD  POWERNOW 00000001  LTP 00000001)
ACPI: HPET 0xcfde9880 00038 (v1 GBT    GBTUACPI 42302E31 GBTU 00000098)
ACPI: MCFG 0xcfde98c0 0003C (v1 GBT    GBTUACPI 42302E31 GBTU 01010101)
ACPI: TAMG 0xcfde9900 00302 (v1 GBT    GBT   B0 5455312E BG\^A\^A 53450101)
ACPI: APIC 0xcfde8f00 00084 (v1 GBT    GBTUACPI 42302E31 GBTU 01010101)
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 2
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: intpin 9 polarity: low
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
lapic1: Routing NMI -> LINT1
lapic1: LINT1 trigger: edge
lapic1: LINT1 polarity: high
lapic2: Routing NMI -> LINT1
lapic2: LINT1 trigger: edge
lapic2: LINT1 polarity: high
lapic3: Routing NMI -> LINT1
lapic3: LINT1 trigger: edge
lapic3: LINT1 polarity: high
ioapic0 <Version 2.1> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400
wlan: <802.11 Link Layer>
nfslock: pseudo-device
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
null: <null device, zero device>
io: <I/O>
random: <entropy source, Software, Yarrow>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
acpi0: <GBT GBTUACPI> on motherboard
PCIe: Memory Mapped configuration base _at_ 0xe0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: [MPSAFE]
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xffffff800001a000 pa 0x4000
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \\_SB_.PCI0.SATA.SACS -> bus 0 dev 17 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \\_SB_.PCI0.BAR1 -> bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \\_SB_.PCI0.SMB0.HETT -> bus 0 dev 20 func 0
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, cfce0000 (3) failed
ACPI timer: 1/1 1/2 1/1 1/1 1/1 1/1 1/1 1/2 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 10 11
  Validation          0  255   N     0  3 4 5 6 7 10 11
  After Disable       0  255   N     0  3 4 5 6 7 10 11
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
acpi_hpet0: vend: 0x4353 rev: 0x1 num: 3 hz: 14318180 opts: legacy_route
Timecounter "HPET" frequency 14318180 Hz quality 900
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x1002, dev=0x5957, revid=0x00
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[1c]: type Memory, range 64, base 0xe0000000, size 29, enabled
found->	vendor=0x1002, dev=0x5978, revid=0x00
	domain=0, bus=0, slot=2, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.2.INTA
pcib0: slot 2 INTA hardwired to IRQ 18
found->	vendor=0x1002, dev=0x597b, revid=0x00
	domain=0, bus=0, slot=5, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 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.5.INTA
pcib0: slot 5 INTA hardwired to IRQ 17
found->	vendor=0x1002, dev=0x597d, revid=0x00
	domain=0, bus=0, slot=7, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=5
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.7.INTA
pcib0: slot 7 INTA hardwired to IRQ 19
found->	vendor=0x1002, dev=0x597f, revid=0x00
	domain=0, bus=0, slot=10, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.10.INTA
pcib0: slot 10 INTA hardwired to IRQ 18
found->	vendor=0x1002, dev=0x4391, revid=0x00
	domain=0, bus=0, slot=17, func=0
	class=01-06-01, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0230, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	map[10]: type I/O Port, range 32, base 0xff00, size  3, enabled
	map[14]: type I/O Port, range 32, base 0xfe00, size  2, enabled
	map[18]: type I/O Port, range 32, base 0xfd00, size  3, enabled
	map[1c]: type I/O Port, range 32, base 0xfc00, size  2, enabled
	map[20]: type I/O Port, range 32, base 0xfb00, size  4, enabled
	map[24]: type Memory, range 32, base 0xfe02f000, size 10, enabled
pcib0: matched entry for 0.17.INTA
pcib0: slot 17 INTA hardwired to IRQ 22
found->	vendor=0x1002, dev=0x4397, revid=0x00
	domain=0, bus=0, slot=18, func=0
	class=0c-03-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x02a0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[10]: type Memory, range 32, base 0xfe02e000, size 12, enabled
pcib0: matched entry for 0.18.INTA
pcib0: slot 18 INTA hardwired to IRQ 16
found->	vendor=0x1002, dev=0x4398, revid=0x00
	domain=0, bus=0, slot=18, func=1
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02a0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[10]: type Memory, range 32, base 0xfe02d000, size 12, enabled
pcib0: matched entry for 0.18.INTA
pcib0: slot 18 INTA hardwired to IRQ 16
found->	vendor=0x1002, dev=0x4396, revid=0x00
	domain=0, bus=0, slot=18, func=2
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x02b0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type Memory, range 32, base 0xfe02c000, size  8, enabled
pcib0: matched entry for 0.18.INTB
pcib0: slot 18 INTB hardwired to IRQ 17
found->	vendor=0x1002, dev=0x4397, revid=0x00
	domain=0, bus=0, slot=19, func=0
	class=0c-03-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x02a0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	map[10]: type Memory, range 32, base 0xfe02b000, size 12, enabled
pcib0: matched entry for 0.19.INTA
pcib0: slot 19 INTA hardwired to IRQ 18
found->	vendor=0x1002, dev=0x4398, revid=0x00
	domain=0, bus=0, slot=19, func=1
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x02a0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	map[10]: type Memory, range 32, base 0xfe02a000, size 12, enabled
pcib0: matched entry for 0.19.INTA
pcib0: slot 19 INTA hardwired to IRQ 18
found->	vendor=0x1002, dev=0x4396, revid=0x00
	domain=0, bus=0, slot=19, func=2
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x02b0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type Memory, range 32, base 0xfe029000, size  8, enabled
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 19
found->	vendor=0x1002, dev=0x4385, revid=0x3a
	domain=0, bus=0, slot=20, func=0
	class=0c-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0403, statreg=0x0230, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1002, dev=0x439c, revid=0x00
	domain=0, bus=0, slot=20, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0230, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	MSI supports 1 message
	map[20]: type I/O Port, range 32, base 0xfa00, size  4, enabled
found->	vendor=0x1002, dev=0x4383, revid=0x00
	domain=0, bus=0, slot=20, func=2
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0410, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 64, base 0xfe024000, size 14, enabled
pcib0: matched entry for 0.20.INTA
pcib0: slot 20 INTA hardwired to IRQ 16
found->	vendor=0x1002, dev=0x439d, revid=0x00
	domain=0, bus=0, slot=20, func=3
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1002, dev=0x4384, revid=0x00
	domain=0, bus=0, slot=20, func=4
	class=06-04-01, hdrtype=0x01, mfdev=1
	cmdreg=0x0027, statreg=0x02a0, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1002, dev=0x4399, revid=0x00
	domain=0, bus=0, slot=20, func=5
	class=0c-03-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0002, statreg=0x02a0, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=7
	map[10]: type Memory, range 32, base 0xfe028000, size 12, enabled
pcib0: matched entry for 0.20.INTC
pcib0: slot 20 INTC hardwired to IRQ 18
found->	vendor=0x1022, dev=0x1200, revid=0x00
	domain=0, bus=0, slot=24, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1201, revid=0x00
	domain=0, bus=0, slot=24, func=1
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1202, revid=0x00
	domain=0, bus=0, slot=24, func=2
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1203, revid=0x00
	domain=0, bus=0, slot=24, func=3
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x1022, dev=0x1204, revid=0x00
	domain=0, bus=0, slot=24, func=4
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> irq 18 at device 2.0 on pci0
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xfda00000-0xfdafffff
pcib1:   prefetched decode 0xd0000000-0xdfffffff
pci1: <ACPI PCI bus> on pcib1
pci1: domain=0, physical bus=1
found->	vendor=0x1002, dev=0x9498, revid=0x00
	domain=0, bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	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 0xfdae0000, size 16, enabled
pcib1: requested memory range 0xfdae0000-0xfdaeffff: good
	map[20]: type I/O Port, range 32, base 0xce00, size  8, enabled
pcib1: requested I/O range 0xce00-0xceff: in range
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 18
found->	vendor=0x1002, dev=0xaa38, revid=0x00
	domain=0, bus=1, slot=0, func=1
	class=04-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=7
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfdafc000, size 14, enabled
pcib1: requested memory range 0xfdafc000-0xfdafffff: good
pcib1: matched entry for 1.0.INTB
pcib1: slot 0 INTB hardwired to IRQ 19
vgapci0: <VGA-compatible display> port 0xce00-0xceff mem 0xd0000000-0xdfffffff,0xfdae0000-0xfdaeffff irq 18 at device 0.0 on pci1
pci1: <multimedia, HDA> at device 0.1 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 5.0 on pci0
pcib2:   domain            0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0xb000-0xbfff
pcib2:   memory decode     0xfd800000-0xfd8fffff
pcib2:   prefetched decode 0xfdf00000-0xfdffffff
pci2: <ACPI PCI bus> on pcib2
pci2: domain=0, physical bus=2
found->	vendor=0x197b, dev=0x2363, revid=0x03
	domain=0, bus=2, slot=0, func=0
	class=01-04-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type I/O Port, range 32, base 0xbf00, size  3, enabled
pcib2: requested I/O range 0xbf00-0xbf07: in range
	map[14]: type I/O Port, range 32, base 0xbe00, size  2, enabled
pcib2: requested I/O range 0xbe00-0xbe03: in range
	map[18]: type I/O Port, range 32, base 0xbd00, size  3, enabled
pcib2: requested I/O range 0xbd00-0xbd07: in range
	map[1c]: type I/O Port, range 32, base 0xbc00, size  2, enabled
pcib2: requested I/O range 0xbc00-0xbc03: in range
	map[20]: type I/O Port, range 32, base 0xbb00, size  4, enabled
pcib2: requested I/O range 0xbb00-0xbb0f: in range
	map[24]: type Memory, range 32, base 0xfd8fe000, size 13, enabled
pcib2: requested memory range 0xfd8fe000-0xfd8fffff: good
pcib2: matched entry for 2.0.INTA
pcib2: slot 0 INTA hardwired to IRQ 17
atapci0: <JMicron JMB363 SATA300 controller> port 0xbf00-0xbf07,0xbe00-0xbe03,0xbd00-0xbd07,0xbc00-0xbc03,0xbb00-0xbb0f mem 0xfd8fe000-0xfd8fffff irq 17 at device 0.0 on pci2
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbb00
ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 49
atapci0: [MPSAFE]
atapci0: [ITHREAD]
atapci0: Reserved 0x2000 bytes for rid 0x24 type 3 at 0xfd8fe000
atapci0: AHCI called from vendor specific driver
atapci0: AHCI v1.00 controller with 2 3Gbps ports, PM supported
atapci0: Caps: 64bit NCQ ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd 2ports
ata2: <ATA channel 0> on atapci0
ata2: AHCI reset...
ata2: hardware reset ...
ata2: SATA connect timeout status=00000000
ata2: AHCI reset done: phy reset found no device
ata2: [MPSAFE]
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: AHCI reset...
ata3: hardware reset ...
ata3: SATA connect time=0ms status=00000113
ata3: ready wait time=11ms
ata3: software reset port 15...
ata3: ready wait time=0ms
ata3: SIGNATURE: eb140101
ata3: AHCI reset done: devices=00010000
ata3: [MPSAFE]
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xbf00
atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0xbe00
ata4: reset tp1 mask=03 ostat0=60 ostat1=70
ata4: stat0=0x20 err=0x20 lsb=0x20 msb=0x20
ata4: stat1=0x30 err=0x30 lsb=0x30 msb=0x30
ata4: reset tp2 stat0=20 stat1=30 devices=0x0
ata4: [MPSAFE]
ata4: [ITHREAD]
pcib3: <ACPI PCI-PCI bridge> irq 19 at device 7.0 on pci0
pcib3:   domain            0
pcib3:   secondary bus     3
pcib3:   subordinate bus   3
pcib3:   I/O decode        0xe000-0xefff
pcib3:   memory decode     0xfde00000-0xfdefffff
pcib3:   prefetched decode 0xfdd00000-0xfddfffff
pci3: <ACPI PCI bus> on pcib3
pci3: domain=0, physical bus=3
found->	vendor=0x8086, dev=0x10b9, revid=0x06
	domain=0, bus=3, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfdee0000, size 17, enabled
pcib3: requested memory range 0xfdee0000-0xfdefffff: good
	map[14]: type Memory, range 32, base 0xfdec0000, size 17, enabled
pcib3: requested memory range 0xfdec0000-0xfdedffff: good
	map[18]: type I/O Port, range 32, base 0xef00, size  5, enabled
pcib3: requested I/O range 0xef00-0xef1f: in range
pcib3: matched entry for 3.0.INTA
pcib3: slot 0 INTA hardwired to IRQ 19
em0: <Intel(R) PRO/1000 Network Connection 6.9.14> port 0xef00-0xef1f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 19 at device 0.0 on pci3
em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xfdee0000
em0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 50
em0: using IRQ 256 for MSI
em0: Using MSI interrupt
em0: [FILTER]
em0: bpf attached
em0: Ethernet address: 00:1b:21:34:ef:46
pcib4: <ACPI PCI-PCI bridge> irq 18 at device 10.0 on pci0
pcib4:   domain            0
pcib4:   secondary bus     4
pcib4:   subordinate bus   4
pcib4:   I/O decode        0xd000-0xdfff
pcib4:   memory decode     0xfdc00000-0xfdcfffff
pcib4:   prefetched decode 0xfdb00000-0xfdbfffff
pci4: <ACPI PCI bus> on pcib4
pci4: domain=0, physical bus=4
found->	vendor=0x10ec, dev=0x8168, revid=0x02
	domain=0, bus=4, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=1 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=7
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 2 messages, 64 bit
	MSI-X supports 2 messages in map 0x20
	map[10]: type I/O Port, range 32, base 0xde00, size  8, enabled
pcib4: requested I/O range 0xde00-0xdeff: in range
	map[18]: type Prefetchable Memory, range 64, base 0xfdbff000, size 12, enabled
pcib4: requested memory range 0xfdbff000-0xfdbfffff: good
	map[20]: type Prefetchable Memory, range 64, base 0xfdbe0000, size 16, enabled
pcib4: requested memory range 0xfdbe0000-0xfdbeffff: good
pcib4: matched entry for 4.0.INTA
pcib4: slot 0 INTA hardwired to IRQ 18
re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xde00-0xdeff mem 0xfdbff000-0xfdbfffff,0xfdbe0000-0xfdbeffff irq 18 at device 0.0 on pci4
re0: Reserved 0x1000 bytes for rid 0x18 type 3 at 0xfdbff000
re0: MSI count : 2
re0: attempting to allocate 1 MSI vectors (2 supported)
msi: routing MSI IRQ 257 to local APIC 0 vector 52
re0: using IRQ 257 for MSI
re0: Using 1 MSI messages
re0: Chip rev. 0x3c000000
re0: MAC rev. 0x00400000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: bpf attached
re0: Ethernet address: 00:1f:d0:d7:4c:1b
re0: [MPSAFE]
re0: [FILTER]
ahci0: <AHCI controller> port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfe02f000-0xfe02f3ff irq 22 at device 17.0 on pci0
ahci0: Reserved 0x400 bytes for rid 0x24 type 3 at 0xfe02f000
ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 0 vector 51
ahci0: [MPSAFE]
ahci0: [ITHREAD]
ahci0: AHCI v1.10 with 6 3Gbps ports, Port Multiplier supported
ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd CCC 6ports
ahcich0: <AHCI channel> at channel 0 on ahci0
ahcich0: [MPSAFE]
ahcich0: [ITHREAD]
ahcich1: <AHCI channel> at channel 1 on ahci0
ahcich1: [MPSAFE]
ahcich1: [ITHREAD]
ahcich2: <AHCI channel> at channel 2 on ahci0
ahcich2: [MPSAFE]
ahcich2: [ITHREAD]
ahcich3: <AHCI channel> at channel 3 on ahci0
ahcich3: [MPSAFE]
ahcich3: [ITHREAD]
ahcich4: <AHCI channel> at channel 4 on ahci0
ahcich4: [MPSAFE]
ahcich4: [ITHREAD]
ahcich5: <AHCI channel> at channel 5 on ahci0
ahcich5: [MPSAFE]
ahcich5: [ITHREAD]
ohci0: <OHCI (generic) USB controller> mem 0xfe02e000-0xfe02efff irq 16 at device 18.0 on pci0
ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe02e000
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 53
ohci0: [MPSAFE]
ohci0: [ITHREAD]
usbus0: <OHCI (generic) USB controller> on ohci0
ohci1: <OHCI (generic) USB controller> mem 0xfe02d000-0xfe02dfff irq 16 at device 18.1 on pci0
ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe02d000
ohci1: [MPSAFE]
ohci1: [ITHREAD]
usbus1: <OHCI (generic) USB controller> on ohci1
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfe02c000-0xfe02c0ff irq 17 at device 18.2 on pci0
ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe02c000
ehci0: [MPSAFE]
ehci0: [ITHREAD]
usbus2: EHCI version 1.0
usbus2: <EHCI (generic) USB 2.0 controller> on ehci0
ohci2: <OHCI (generic) USB controller> mem 0xfe02b000-0xfe02bfff irq 18 at device 19.0 on pci0
ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe02b000
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 54
ohci2: [MPSAFE]
ohci2: [ITHREAD]
usbus3: <OHCI (generic) USB controller> on ohci2
ohci3: <OHCI (generic) USB controller> mem 0xfe02a000-0xfe02afff irq 18 at device 19.1 on pci0
ohci3: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe02a000
ohci3: [MPSAFE]
ohci3: [ITHREAD]
usbus4: <OHCI (generic) USB controller> on ohci3
ehci1: <EHCI (generic) USB 2.0 controller> mem 0xfe029000-0xfe0290ff irq 19 at device 19.2 on pci0
ehci1: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe029000
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 55
ehci1: [MPSAFE]
ehci1: [ITHREAD]
usbus5: EHCI version 1.0
usbus5: <EHCI (generic) USB 2.0 controller> on ehci1
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
atapci1: <ATI IXP700/800 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfa00-0xfa0f at device 20.1 on pci0
atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfa00
ata0: <ATA 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=7f ostat1=7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f
ata0: reset tp2 stat0=ff stat1=ff devices=0x0
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 56
ata0: [MPSAFE]
ata0: [ITHREAD]
ata1: <ATA 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=00 ostat0=ff ostat1=ff
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 0 vector 57
ata1: [MPSAFE]
ata1: [ITHREAD]
pci0: <multimedia, HDA> at device 20.2 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
pcib5: <ACPI PCI-PCI bridge> at device 20.4 on pci0
pcib5:   domain            0
pcib5:   secondary bus     5
pcib5:   subordinate bus   5
pcib5:   I/O decode        0xa000-0xafff
pcib5:   memory decode     0xf8000000-0xfcffffff
pcib5:   prefetched decode 0xfd900000-0xfd9fffff
pcib5:   Subtractively decoded bridge.
pci5: <ACPI PCI bus> on pcib5
pci5: domain=0, physical bus=5
found->	vendor=0x14f1, dev=0x8800, revid=0x05
	domain=0, bus=5, slot=6, func=0
	class=04-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x14 (5000 ns), maxlat=0x37 (13750 ns)
	intpin=a, irq=3
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xf9000000, size 24, enabled
pcib5: requested memory range 0xf9000000-0xf9ffffff: good
pcib5: matched entry for 5.6.INTA
pcib5: slot 6 INTA hardwired to IRQ 20
found->	vendor=0x14f1, dev=0x8811, revid=0x05
	domain=0, bus=5, slot=6, func=1
	class=04-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x04 (1000 ns), maxlat=0xff (63750 ns)
	intpin=a, irq=3
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xf8000000, size 24, enabled
pcib5: requested memory range 0xf8000000-0xf8ffffff: good
pcib5: matched entry for 5.6.INTA
pcib5: slot 6 INTA hardwired to IRQ 20
found->	vendor=0x14f1, dev=0x8802, revid=0x05
	domain=0, bus=5, slot=6, func=2
	class=04-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x06 (1500 ns), maxlat=0x58 (22000 ns)
	intpin=a, irq=3
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xfb000000, size 24, enabled
pcib5: requested memory range 0xfb000000-0xfbffffff: good
pcib5: matched entry for 5.6.INTA
pcib5: slot 6 INTA hardwired to IRQ 20
found->	vendor=0x14f1, dev=0x8804, revid=0x05
	domain=0, bus=5, slot=6, func=4
	class=04-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0290, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x06 (1500 ns), maxlat=0xff (63750 ns)
	intpin=a, irq=3
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xfa000000, size 24, enabled
pcib5: requested memory range 0xfa000000-0xfaffffff: good
pcib5: matched entry for 5.6.INTA
pcib5: slot 6 INTA hardwired to IRQ 20
found->	vendor=0x104c, dev=0x8024, revid=0x00
	domain=0, bus=5, slot=14, func=0
	class=0c-00-10, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0210, cachelnsz=1 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type Memory, range 32, base 0xfcfff000, size 11, enabled
pcib5: requested memory range 0xfcfff000-0xfcfff7ff: good
	map[14]: type Memory, range 32, base 0xfcff8000, size 14, enabled
pcib5: requested memory range 0xfcff8000-0xfcffbfff: good
pcib5: matched entry for 5.14.INTA
pcib5: slot 14 INTA hardwired to IRQ 22
pci5: <multimedia, video> at device 6.0 (no driver attached)
pci5: <multimedia> at device 6.1 (no driver attached)
pci5: <multimedia> at device 6.2 (no driver attached)
pci5: <multimedia> at device 6.4 (no driver attached)
fwohci0: <Texas Instruments TSB43AB23> mem 0xfcfff000-0xfcfff7ff,0xfcff8000-0xfcffbfff irq 22 at device 14.0 on pci5
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfcfff000
fwohci0: [MPSAFE]
fwohci0: [ITHREAD]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:ef:de:f8:00:00:1f:d0
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
dcons_crom0: <dcons configuration ROM> on firewire0
dcons_crom0: bus_addr 0x28b8000
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:ef:de:00:1f:d0
fwe0: bpf attached
fwe0: Ethernet address: 02:ef:de:00:1f:d0
fwip0: <IP over FireWire> on firewire0
fwip0: bpf attached
fwip0: Firewire address: 00:ef:de:f8:00:00:1f:d0 _at_ 0xfffe00000000, S400, maxrec 2048
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: fwohci_intr_core: BUS reset
fwohci0: fwohci_intr_core: node_id=0x00000000, SelfID Count=1, CYCLEMASTER mode
ohci4: <OHCI (generic) USB controller> mem 0xfe028000-0xfe028fff irq 18 at device 20.5 on pci0
ohci4: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe028000
ohci4: [MPSAFE]
ohci4: [ITHREAD]
usbus6: <OHCI (generic) USB controller> on ohci4
fdc0: <floppy drive controller> 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 lapic 0 vector 58
fdc0: [FILTER]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 59
uart0: [FILTER]
uart0: fast interrupt
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 60
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 61
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00000000, flags:00000008, packet size:4
psm0: syncmask:08, syncbits:00
atrtc0: <AT realtime clock> port 0x70-0x73 on acpi0
atrtc0: registered as a time-of-day clock (resolution 1000000us)
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
hwpstate0: <Cool`n'Quiet 2.0> on cpu0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
ex_isa_identify()
ahc_isa_probe 0: ioport 0xc00 alloc failed
ahc_isa_probe 11: ioport 0xbc00 alloc failed
isa_probe_children: disabling PnP devices
atkbdc: atkbdc0 already exists; skipping it
fdc: fdc0 already exists; skipping it
sc: sc0 already exists; skipping it
uart: uart0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcefff,0xd0000-0xd27ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ppc0: cannot reserve I/O port range
ppc0: <Parallel port> failed to probe at irq 7 on isa0
uart1: <ns8250> failed to probe at port 0x2f8-0x2ff irq 3 on isa0
uart2: not probed (disabled)
uart3: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Reducing kern.maxvnodes 512451 -> 100000
procfs registered
lapic: Divisor 2, Frequency 100458188 hz
Timecounter "TSC" frequency 2812829137 Hz quality -100
Timecounters tick every 1.000 msec
pfsync0: bpf attached
lo0: bpf attached
pflog0: bpf attached
hptrr: no controller detected.firewire0: 1 nodes, maxhop <= 0 cable IRM irm(0)  (me) 
firewire0: bus manager 0 

ata0: Identifying devices: 00000000
ata0: New devices: 00000000
ata1: Identifying devices: 00000000
ata1: New devices: 00000000
ata2: Identifying devices: 00000000
ata2: New devices: 00000000
ata3: Identifying devices: 00010000
ata3: New devices: 00010000
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 480Mbps High Speed USB v2.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 480Mbps High Speed USB v2.0
usbus6: 12Mbps Full Speed USB v1.0
ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
ata3: device_reset timeout=670us
acd0: <ATAPI BD B DH4B1S/7P5B> DVDR drive at ata3 as master
acd0: read 5512KB/s (5512KB/s) write 5512KB/s (5512KB/s), 16384KB buffer, SATA150
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes: CDR, CDRW, DVDR, test write, burnproof
acd0: Audio: play, 2 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
ata4: Identifying devices: 00000000
ata4: New devices: 00000000
Waiting 5 seconds for SCSI devices to settle
ahcich0: AHCI reset...
ahcich0: hardware reset ...
ahcich0: SATA connect time=0ms status=00000123
ahcich0: ready wait time=0ms
ahcich0: AHCI reset done: devices=00000001
ahcich1: AHCI reset...
ahcich1: hardware reset ...
ahcich1: SATA connect time=0ms status=00000113
ahcich1: ready wait time=143ms
ahcich1: AHCI reset done: devices=00000001
ahcich2: AHCI reset...
ahcich2: hardware reset ...
ahcich2: SATA connect time=0ms status=00000123
ahcich2: ready wait time=0ms
ahcich2: AHCI reset done: devices=00000001
ahcich3: AHCI reset...
ahcich3: hardware reset ...
ahcich3: SATA connect timeout status=00000000
ahcich3: AHCI reset done: phy reset found no device
ahcich4: AHCI reset...
ahcich4: hardware reset ...
ahcich4: SATA connect timeout status=00000000
ahcich4: AHCI reset done: phy reset found no device
ahcich5: AHCI reset...
ahcich5: hardware reset ...
ahcich5: SATA connect timeout status=00000000
ahcich5: AHCI reset done: phy reset found no device
ugen0.1: <ATI> at usbus0
uhub0: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <ATI> at usbus1
uhub1: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <ATI> at usbus2
uhub2: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2
ugen3.1: <ATI> at usbus3
uhub3: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <ATI> at usbus4
uhub4: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <ATI> at usbus5
uhub5: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus5
ugen6.1: <ATI> at usbus6
uhub6: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus6
uhub6: 2 ports with 2 removable, self powered
uhub0: 3 ports with 3 removable, self powered
uhub1: 3 ports with 3 removable, self powered
uhub3: 3 ports with 3 removable, self powered
uhub4: 3 ports with 3 removable, self powered
uhub2: 6 ports with 6 removable, self powered
uhub5: 6 ports with 6 removable, self powered
ugen2.2: <HP> at usbus2
(probe3:sbp0:0:3:0): error 22
(probe3:sbp0:0:3:0): Unretryable Error
(probe0:sbp0:0:0:0): error 22
(probe0:sbp0:0:0:0): Unretryable Error
(probe1:sbp0:0:1:0): error 22
(probe1:sbp0:0:1:0): Unretryable Error
(probe2:sbp0:0:2:0): error 22
(probe2:sbp0:0:2:0): Unretryable Error
(probe4:sbp0:0:4:0): error 22
(probe4:sbp0:0:4:0): Unretryable Error
(probe5:sbp0:0:5:0): error 22
(probe5:sbp0:0:5:0): Unretryable Error
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6:0): Unretryable Error
ahcich0: Poll timeout on slot 2
(aprobe0:ahcich0:0:15:0): Command timed out
(aprobe0:ahcich0:0:15:0): error 5
(aprobe0:ahcich0:0:15:0): Retries Exhausted
(aprobe0:ahcich0:0:0:0): SIGNATURE: 0000
ahcich1: Poll timeout on slot 2
(aprobe1:ahcich1:0:15:0): Command timed out
(aprobe1:ahcich1:0:15:0): error 5
(aprobe1:ahcich1:0:15:0): Retries Exhausted
(aprobe0:ahcich1:0:0:0): SIGNATURE: eb14
ahcich2: Poll timeout on slot 2
(aprobe2:ahcich2:0:15:0): Command timed out
(aprobe2:ahcich2:0:15:0): error 5
(aprobe2:ahcich2:0:15:0): Retries Exhausted
(aprobe0:ahcich2:0:0:0): SIGNATURE: 0000
ada0 at ahcich0 bus 0 target 0 lun 0
ada0: <Hitachi HDT721010SLA360 ST6OA31B> ATA/ATAPI-8 SATA 2.x device
ada0: Serial Number STF604MH0PU93B
ada0: 300.000MB/s transfers
ada0: 953868MB (1953523055 512 byte sectors: 16H 63S/T 16383C)
ada0: Native Command Queueing enabled
ada1 at ahcich2 bus 0 target 0 lun 0
ada1: <Hitachi HDT721010SLA360 ST6OA31B> ATA/ATAPI-8 SATA 2.x device
ada1: Serial Number STF604MH0PA68B
ada1: 300.000MB/s transfers
ada1: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
ada1: Native Command Queueing enabled
pass0 at ahcich0 bus 0 target 0 lun 0
pass0: <Hitachi HDT721010SLA360 ST6OA31B> ATA/ATAPI-8 SATA 2.x device
pass0: Serial Number STF604MH0PU93BGEOM: new disk ada0
GEOM: new disk ada1

pass0: 300.000MB/s transfers
pass1 at ahcich1 bus 0 target 0 lun 0
pass1: <PIONEER DVD-RW  DVR-216D 1.09> Removable CD-ROM SCSI-0 device 
pass1: Serial Number HJDP396785WL
pass1: 150.000MB/s transfers
pass2 at ahcich2 bus 0 target 0 lun 0
pass2: <Hitachi HDT721010SLA360 ST6OA31B> ATA/ATAPI-8 SATA 2.x device
pass2: Serial Number STF604MH0PA68B
pass2: 300.000MB/s transfers
ATA PseudoRAID loaded
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff(cd0:
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400ahcich1:0:
0:0): Retrying Command
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 1 vector 48
ioapic0: routing intpin 6 (ISA IRQ 6) to lapic 2 vector 48
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 3 vector 48
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 1 vector 49
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 2 vector 49
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 3 vector 49
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 1 vector 50
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 2 vector 50
ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 3 vector 50
msi: Assigning MSI IRQ 257 to local APIC 1 vector 51
WARNING: WITNESS option enabled, expect reduced performance.
(cd0:ahcich1:0:0:0): error 6
(cd0:ahcich1:0:0:0): Unretryable Error
cd0 at ahcich1 bus 0 target 0 lun 0
cd0: <PIONEER DVD-RW  DVR-216D 1.09> Removable CD-ROM SCSI-0 device 
cd0: Serial Number HJDP396785WL
cd0: 150.000MB/s transfers
cd0: Attempt to query device size failed: UNIT ATTENTION, Power on, reset, or bus device reset occurred
GEOM: ada1: partition 1 does not start on a track boundary.
GEOM: ada1: partition 1 does not end on a track boundary.
GEOM: new disk cd0
GEOM: ada0s2: geometry does not match label (255h,63s != 16h,63s).
GEOM: ada1s3: geometry does not match label (255h,63s != 16h,63s).
(cd0:ahcich1:0:0:0): Retrying Command
(cd0:ahcich1:0:0:0): error 6
(cd0:ahcich1:0:0:0): Unretryable Error
(cd0:ahcich1:0:0:0): Retrying Command
(cd0:ahcich1:0:0:0): error 6
(cd0:ahcich1:0:0:0): Unretryable Error
Trying to mount root from ufs:/dev/ufsid/49bca1defbad5bce
ct_to_ts([2009-07-25 07:03:27]) = 1248505407.000000000
start_init: trying /sbin/init
Linux ELF exec handler installed
linprocfs registered
lock order reversal:
 1st 0xffffffff80c1cbe0 pf task mtx (pf task mtx) _at_ /usr/home/nox/src8postsil/src/sys/contrib/pf/net/pf_ioctl.c:1394
 2nd 0xffffffff80e15f40 ifnet (ifnet) _at_ /usr/home/nox/src8postsil/src/sys/net/if.c:1822
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2a
_witness_debugger() at _witness_debugger+0x2e
witness_checkorder() at witness_checkorder+0x81e
_rw_rlock() at _rw_rlock+0x5f
ifunit() at ifunit+0x22
pfioctl() at pfioctl+0x1f6d
devfs_ioctl_f() at devfs_ioctl_f+0x76
kern_ioctl() at kern_ioctl+0xc5
ioctl() at ioctl+0xfd
syscall() at syscall+0x1af
Xfast_syscall() at Xfast_syscall+0xe1
--- syscall (54, FreeBSD ELF64, ioctl), rip = 0x80098798c, rsp = 0x7fffffffb568, rbp = 0x7fffffffb6c0 ---
tun0: bpf attached
altq: emulate 256000000Hz cpu clock
WARNING: attempt to domain_add(netgraph) after domainfinalize()
splash: image decoder found: green_saver
em0: Link is up 1000 Mbps Full Duplex
re0: link state changed to UP

em0: link state changed to UP
Received on Sat Jul 25 2009 - 17:01:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:52 UTC