Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 18:20:01 GMT
From:      Martin Simmons <martin@lispworks.com>
To:        "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
Cc:        freebsd-fs@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: 9-stable : geli + one-disk ZFS fails
Message-ID:  <201202141820.q1EIK1MP032526@higson.cam.lispworks.com>
In-Reply-To: <wppqdifjed.fsf@heho.snv.jussieu.fr> (arno@heho.snv.jussieu.fr)
References:  <wpty2xcqop.fsf@heho.snv.jussieu.fr> <wppqdifjed.fsf@heho.snv.jussieu.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Some random ideas:

1) Can you dd the whole of ada0s3.eli without errors?

2) If you scrub a few more times, does it find the same number of errors each
time and are they always in that XNAT.tar file?

3) Can you try zfs without geli?

4) Is the slice/partition layout definitely correct?

__Martin


>>>>> On Mon, 13 Feb 2012 23:39:06 +0100, Arno J Klaassen said:
> 
> hello,
> 
> to eventually gain interest in this issue :
> 
>  I updated to today's -stable, tested with vfs.zfs.debug=1
>  and vfs.zfs.prefetch_disable=0, no difference.
> 
>  I also tested to read the raw partition :
> 
>   [root@cc /usr/ports]# dd if=/dev/ada0s3 of=/dev/null bs=4096  conv=noerror
>   103746636+0 records in
>   103746636+0 records out
>   424946221056 bytes transferred in 13226.346738 secs (32128768 bytes/sec)
>   [root@cc /usr/ports]#
> 
>  Disk is brand new, looks ok, either my setup is not good or there is
>  a bug somewhere; I can play around with this box for some more time,
>  please feel free to provide me with some hints what to do to be useful
>  for you.
> 
> Best,
> 
> Arno
> 
> 
> "Arno J. Klaassen" <arno@heho.snv.jussieu.fr> writes:
> 
> > Hello,
> >
> >
> > I finally decided to 'play' a bit with ZFS on a notebook, some years
> > old, but I installed a brand new disk and memtest passes OK.
> >
> > I installed base+ports on partition 2, using 'classical' UFS.
> >
> > I crypted partition 3 and created a single zpool on it containing
> > 4 Z-"file-systems" :
> >
> >  [root@cc ~]# zfs list
> >  NAME                      USED  AVAIL  REFER  MOUNTPOINT
> >  zfiles                   10.7G   377G   152K  /zfiles
> >  zfiles/home              10.6G   377G   119M  /zfiles/home
> >  zfiles/home/arno         10.5G   377G  2.35G  /zfiles/home/arno
> >  zfiles/home/arno/.priv    192K   377G   192K  /zfiles/home/arno/.priv
> >  zfiles/home/arno/.scito  8.18G   377G  8.18G  /zfiles/home/arno/.scito
> >
> >
> > I export the ZFS's via nfs and rsynced on the other machine some backup
> > of my current note-book (geli + UFS, (almost) same 9-stable version, no
> > problem) to the ZFS's.
> >
> >
> > Quite fast, I see on the notebook :
> >
> >
> >  [root@cc /usr/temp]# zpool status -v
> >    pool: zfiles
> >   state: ONLINE
> >  status: One or more devices has experienced an error resulting in data
> >          corruption.  Applications may be affected.
> >  action: Restore the file in question if possible.  Otherwise restore the
> >          entire pool from backup.
> >     see: http://www.sun.com/msg/ZFS-8000-8A
> >    scan: scrub repaired 0 in 0h1m with 11 errors on Sat Feb 11 14:55:34
> >    2012
> >  config: 
> >  
> >          NAME          STATE     READ WRITE CKSUM
> >          zfiles        ONLINE       0     0    11
> >            ada0s3.eli  ONLINE       0     0    23
> >
> >  errors: Permanent errors have been detected in the following files:
> >
> >          /zfiles/home/arno/.scito/contrib/XNAT.tar
> >  [root@cc /usr/temp]# md5 /zfiles/home/arno/.scito/contrib/XNAT.tar
> >  md5: /zfiles/home/arno/.scito/contrib/XNAT.tar: Input/output error
> >  [root@cc /usr/temp]#
> >
> >
> > As said, memtest is OK, nothing is logged to the console, UFS on the
> > same disk works OK (I did some tests copying and comparing random data)
> > and smartctl as well seems to trust the disk :
> >
> >  SMART Self-test log structure revision number 1
> >  Num  Test_Description    Status                  Remaining  LifeTime(hours)
> >  # 1  Extended offline    Completed without error       00%       388
> >  # 2  Short offline       Completed without error       00%       387 
> >
> >
> > Am I doing something wrong and/or let me know what I could provide as
> > extra info to try to solve this (dmesg.boot at the end of this mail).
> >
> > Thanx a lot in advance,
> >
> > best, Arno
> >
> >
> >
> > ################### demsg.boot #######
> >
> > Table 'FACP' at 0xbdd90200
> > Table 'APIC' at 0xbdd90390
> > APIC: Found table at 0xbdd90390
> > 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
> > Copyright (c) 1992-2012 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 9.0-STABLE #0: Fri Feb  3 22:48:57 CET 2012
> >     toor@cc:/usr/obj/raid1/bsd/9/src/sys/VR603 amd64
> > Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80bba000.
> > Preloaded /boot/zfs/zpool.cache "/boot/zfs/zpool.cache" at 0xffffffff80bba200.
> > Calibrating TSC clock ... TSC clock: 2161296371 Hz
> > CPU: Intel(R) Pentium(R) Dual  CPU  T3400  @ 2.16GHz (2161.30-MHz K8-class CPU)
> >   Origin = "GenuineIntel"  Id = 0x6fd  Family = 6  Model = f  Stepping = 13
> >   Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
> >   Features2=0xe39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM>
> >   AMD Features=0x20100800<SYSCALL,NX,LM>
> >   AMD Features2=0x1<LAHF>
> >   TSC: P-state invariant, performance statistics
> > real memory  = 3221225472 (3072 MB)
> > Physical memory chunk(s):
> > 0x0000000000001000 - 0x0000000000095fff, 610304 bytes (149 pages)
> > 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
> > 0x0000000000be9000 - 0x00000000b8402fff, 3078725632 bytes (751642 pages)
> > avail memory = 3057152000 (2915 MB)
> > Event timer "LAPIC" quality 400
> > ACPI APIC Table: <MSI_NB MEGABOOK>
> > INTR: Adding local APIC 1 as a target
> > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
> > FreeBSD/SMP: 1 package(s) x 2 core(s)
> >  cpu0 (BSP): APIC ID:  0
> >  cpu1 (AP): APIC ID:  1
> > x86bios:  IVT 0x000000-0x0004ff at 0xfffffe0000000000
> > x86bios: SSEG 0x001000-0x001fff at 0xffffff8000210000
> > x86bios: EBDA 0x099000-0x09ffff at 0xfffffe0000099000
> > x86bios:  ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000
> > APIC: CPU 0 has ACPI ID 1
> > APIC: CPU 1 has ACPI ID 2
> > ULE: setup cpu 0
> > ULE: setup cpu 1
> > ACPI: RSDP 0xf9420 00014 (v00 ACPIAM)
> > ACPI: RSDT 0xbdd90000 00048 (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: FACP 0xbdd90200 00084 (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: DSDT 0xbdd905c0 072D3 (v01  1ADTS 1ADTS012 00000012 INTL 20051117)
> > ACPI: FACS 0xbdd9e000 00040
> > ACPI: APIC 0xbdd90390 0006C (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: MCFG 0xbdd90400 0003C (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: SLIC 0xbdd90440 00176 (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: OEMB 0xbdd9e040 00072 (v01 MSI_NB MEGABOOK 20091013 MSFT 00000097)
> > ACPI: HPET 0xbdd9a5c0 00038 (v01 MSI_NB OEMHPET  20091013 MSFT 00000097)
> > ACPI: ASF! 0xbdd9a600 00099 (v32 LEGEND I865PASF 00000001 INTL 20051117)
> > ACPI: GSCI 0xbdd9e0c0 02024 (v01 MSI_NB GMCHSCI  20091013 MSFT 00000097)
> > ACPI: SSDT 0xbdda0a50 004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
> > 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 <Version 2.0> 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: 0x000000f0 pmc: 0x00010400
> > wlan: <802.11 Link Layer>
> > random: <entropy source, Software, Yarrow>
> > kbd: new array size 4
> > kbd1 at kbdmux0
> > mem: <memory>
> > nfslock: pseudo-device
> > io: <I/O>
> > null: <null device, zero device>
> > acpi0: <MSI_NB MEGABOOK> on motherboard
> > PCIe: Memory Mapped configuration base @ 0xe0000000
> > ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
> > ACPI: Executed 1 blocks of module-level executable AML code
> > acpi0: Power Button (fixed)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > acpi0: reservation of fee00000, 1000 (3) failed
> > acpi0: reservation of 0, a0000 (3) failed
> > acpi0: reservation of 100000, bdd00000 (3) failed
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI Error: No handler for Region [EC__] (0xfffffe000178c700) [EmbeddedControl] (20110527/evregion-421)
> > ACPI Error: Region EmbeddedControl (ID=3) has no handler (20110527/exfldio-310)
> > ACPI Error: Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/psparse-560)
> > ACPI Error: Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xfffffe0001792980), AE_NOT_EXIST (20110527/uteval-113)
> > ACPI timer: 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 1/2 -> 10
> > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
> > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
> > cpu0: <ACPI CPU> on acpi0
> > ACPI: SSDT 0xbdda04b0 00594 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> > ACPI: Dynamic OEM Table Load:
> > ACPI: SSDT 0 00594 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> > cpu1: <ACPI CPU> on acpi0
> > ACPI: SSDT 0xbdda0420 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
> > ACPI: Dynamic OEM Table Load:
> > ACPI: SSDT 0 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
> > acpi_ec0: <Embedded Controller: GPE 0x17> port 0x62,0x66 on acpi0
> > pci_link0:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0   10   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0   10   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link1:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0    5   N     0  5
> >   Validation          0    5   N     0  5
> >   After Disable       0  255   N     0  5
> > pci_link2:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0   15   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0   15   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link3:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0   11   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0   11   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link4:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0  255   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0  255   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link5:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0    7   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0    7   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link6:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0    3   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0    3   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pci_link7:        Index  IRQ  Rtd  Ref  IRQs
> >   Initial Probe       0   14   N     0  3 4 6 7 10 11 12 14 15
> >   Validation          0   14   N     0  3 4 6 7 10 11 12 14 15
> >   After Disable       0  255   N     0  3 4 6 7 10 11 12 14 15
> > pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
> > pcib0: decoding 4 range 0-0xcf7
> > pcib0: decoding 4 range 0xd00-0xffff
> > pcib0: decoding 3 range 0xa0000-0xbffff
> > pcib0: decoding 3 range 0xd0000-0xdffff
> > pcib0: decoding 3 range 0xbde00000-0xdfffffff
> > pcib0: decoding 3 range 0xf0000000-0xfed8ffff
> > pci0: <ACPI PCI bus> on pcib0
> > pci0: domain=0, physical bus=0
> > found->	vendor=0x8086, dev=0x2a40, revid=0x07
> > 	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=0x2a42, revid=0x07
> > 	domain=0, bus=0, slot=2, func=0
> > 	class=03-00-00, hdrtype=0x00, mfdev=1
> > 	cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords)
> > 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> > 	intpin=a, irq=10
> > 	powerspec 3  supports D0 D3  current D0
> > 	MSI supports 1 message
> > 	map[10]: type Memory, range 64, base 0xfd800000, size 22, enabled
> > pcib0: allocated type 3 (0xfd800000-0xfdbfffff) for rid 10 of pci0:0:2:0
> > 	map[18]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
> > pcib0: allocated type 3 (0xd0000000-0xdfffffff) for rid 18 of pci0:0:2:0
> > 	map[20]: type I/O Port, range 32, base 0xb400, size  3, enabled
> > pcib0: allocated type 4 (0xb400-0xb407) for rid 20 of pci0:0:2:0
> > pcib0: matched entry for 0.2.INTA
> > pcib0: slot 2 INTA hardwired to IRQ 16
> > found->	vendor=0x8086, dev=0x2a43, revid=0x07
> > 	domain=0, bus=0, slot=2, func=1
> > 	class=03-80-00, hdrtype=0x00, mfdev=1
> > 	cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords)
> > 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> > 	powerspec 3  supports D0 D3  current D0
> > 	map[10]: type Memory, range 64, base 0xfdd00000, size 20, enabled
> > pcib0: allocated type 3 (0xfdd00000-0xfddfffff) for rid 10 of pci0:0:2:1
> > found->	vendor=0x8086, dev=0x2937, revid=0x03
> > 	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=10
> > 	map[20]: type I/O Port, range 32, base 0xb800, size  5, enabled
> > pcib0: allocated type 4 (0xb800-0xb81f) for rid 20 of pci0:0:26:0
> > pcib0: matched entry for 0.26.INTA
> > pcib0: slot 26 INTA hardwired to IRQ 16
> > found->	vendor=0x8086, dev=0x2938, revid=0x03
> > 	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=7
> > 	map[20]: type I/O Port, range 32, base 0xb480, size  5, enabled
> > pcib0: allocated type 4 (0xb480-0xb49f) for rid 20 of pci0:0:26:1
> > pcib0: matched entry for 0.26.INTB
> > pcib0: slot 26 INTB hardwired to IRQ 21
> > found->	vendor=0x8086, dev=0x293c, revid=0x03
> > 	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=15
> > 	powerspec 2  supports D0 D3  current D0
> > 	map[10]: type Memory, range 32, base 0xfdefec00, size 10, enabled
> > pcib0: allocated type 3 (0xfdefec00-0xfdefefff) for rid 10 of pci0:0:26:7
> > pcib0: matched entry for 0.26.INTC
> > pcib0: slot 26 INTC hardwired to IRQ 18
> > found->	vendor=0x8086, dev=0x293e, revid=0x03
> > 	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=3
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message, 64 bit
> > 	map[10]: type Memory, range 64, base 0xfdef8000, size 14, enabled
> > pcib0: allocated type 3 (0xfdef8000-0xfdefbfff) for rid 10 of pci0:0:27:0
> > pcib0: matched entry for 0.27.INTA
> > pcib0: slot 27 INTA hardwired to IRQ 22
> > found->	vendor=0x8086, dev=0x2940, revid=0x03
> > 	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=5
> > 	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=0x2942, revid=0x03
> > 	domain=0, bus=0, slot=28, func=1
> > 	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=10
> > 	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=0x2946, revid=0x03
> > 	domain=0, bus=0, slot=28, func=3
> > 	class=06-04-00, hdrtype=0x01, mfdev=1
> > 	cmdreg=0x0106, statreg=0x0010, cachelnsz=8 (dwords)
> > 	lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns)
> > 	intpin=d, irq=11
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message
> > pcib0: matched entry for 0.28.INTD
> > pcib0: slot 28 INTD hardwired to IRQ 19
> > found->	vendor=0x8086, dev=0x2934, revid=0x03
> > 	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 0xc000, size  5, enabled
> > pcib0: allocated type 4 (0xc000-0xc01f) for rid 20 of pci0:0:29:0
> > pcib0: matched entry for 0.29.INTA
> > pcib0: slot 29 INTA hardwired to IRQ 23
> > found->	vendor=0x8086, dev=0x2935, revid=0x03
> > 	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=11
> > 	map[20]: type I/O Port, range 32, base 0xbc00, size  5, enabled
> > pcib0: allocated type 4 (0xbc00-0xbc1f) for rid 20 of pci0:0:29:1
> > pcib0: matched entry for 0.29.INTB
> > pcib0: slot 29 INTB hardwired to IRQ 19
> > found->	vendor=0x8086, dev=0x2936, revid=0x03
> > 	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=15
> > 	map[20]: type I/O Port, range 32, base 0xb880, size  5, enabled
> > pcib0: allocated type 4 (0xb880-0xb89f) for rid 20 of pci0:0:29:2
> > pcib0: matched entry for 0.29.INTC
> > pcib0: slot 29 INTC hardwired to IRQ 18
> > found->	vendor=0x8086, dev=0x293a, revid=0x03
> > 	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 0xfdeff000, size 10, enabled
> > pcib0: allocated type 3 (0xfdeff000-0xfdeff3ff) for rid 10 of pci0:0:29:7
> > pcib0: matched entry for 0.29.INTA
> > pcib0: slot 29 INTA hardwired to IRQ 23
> > found->	vendor=0x8086, dev=0x2448, revid=0x93
> > 	domain=0, bus=0, slot=30, func=0
> > 	class=06-04-01, hdrtype=0x01, mfdev=0
> > 	cmdreg=0x0104, statreg=0x0010, cachelnsz=0 (dwords)
> > 	lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns)
> > found->	vendor=0x8086, dev=0x2919, revid=0x03
> > 	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=0x2929, revid=0x03
> > 	domain=0, bus=0, slot=31, func=2
> > 	class=01-06-01, hdrtype=0x00, mfdev=0
> > 	cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
> > 	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
> > 	intpin=b, irq=11
> > 	powerspec 3  supports D0 D3  current D0
> > 	MSI supports 16 messages
> > 	map[10]: type I/O Port, range 32, base 0xcc00, size  3, enabled
> > pcib0: allocated type 4 (0xcc00-0xcc07) for rid 10 of pci0:0:31:2
> > 	map[14]: type I/O Port, range 32, base 0xc880, size  2, enabled
> > pcib0: allocated type 4 (0xc880-0xc883) for rid 14 of pci0:0:31:2
> > 	map[18]: type I/O Port, range 32, base 0xc800, size  3, enabled
> > pcib0: allocated type 4 (0xc800-0xc807) for rid 18 of pci0:0:31:2
> > 	map[1c]: type I/O Port, range 32, base 0xc480, size  2, enabled
> > pcib0: allocated type 4 (0xc480-0xc483) for rid 1c of pci0:0:31:2
> > 	map[20]: type I/O Port, range 32, base 0xc400, size  5, enabled
> > pcib0: allocated type 4 (0xc400-0xc41f) for rid 20 of pci0:0:31:2
> > 	map[24]: type Memory, range 32, base 0xfdeff800, size 11, enabled
> > pcib0: allocated type 3 (0xfdeff800-0xfdefffff) for rid 24 of pci0:0:31:2
> > pcib0: matched entry for 0.31.INTB
> > pcib0: slot 31 INTB hardwired to IRQ 19
> > found->	vendor=0x8086, dev=0x2930, revid=0x03
> > 	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=15
> > 	map[10]: type Memory, range 64, base 0xfdeff400, size  8, enabled
> > pcib0: allocated type 3 (0xfdeff400-0xfdeff4ff) for rid 10 of pci0:0:31:3
> > 	map[20]: type I/O Port, range 32, base 0x400, size  5, enabled
> > pcib0: allocated type 4 (0x400-0x41f) for rid 20 of pci0:0:31:3
> > pcib0: matched entry for 0.31.INTC
> > pcib0: slot 31 INTC hardwired to IRQ 18
> > vgapci0: <VGA-compatible display> port 0xb400-0xb407 mem 0xfd800000-0xfdbfffff,0xd0000000-0xdfffffff irq 16 at device 2.0 on pci0
> > agp0: <Intel GM45 SVGA controller> on vgapci0
> > agp0: aperture size is 256M, detected 32764k stolen memory
> > vgapci1: <VGA-compatible display> mem 0xfdd00000-0xfddfffff at device 2.1 on pci0
> > pci0: <serial bus, USB> at device 26.0 (no driver attached)
> > pci0: <serial bus, USB> at device 26.1 (no driver attached)
> > pci0: <serial bus, USB> at device 26.7 (no driver attached)
> > pci0: <multimedia, HDA> at device 27.0 (no driver attached)
> > pcib1: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
> > pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1
> > pcib0: allocated type 3 (0xfdf00000-0xfdffffff) for rid 20 of pcib1
> > pcib0: allocated type 3 (0xf9f00000-0xf9ffffff) for rid 24 of pcib1
> > pcib1:   domain            0
> > pcib1:   secondary bus     2
> > pcib1:   subordinate bus   2
> > pcib1:   I/O decode        0xd000-0xdfff
> > pcib1:   memory decode     0xfdf00000-0xfdffffff
> > pcib1:   prefetched decode 0xf9f00000-0xf9ffffff
> > pci2: <ACPI PCI bus> on pcib1
> > pci2: domain=0, physical bus=2
> > found->	vendor=0x10ec, dev=0x8168, revid=0x02
> > 	domain=0, bus=2, 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
> > 	MSI-X supports 2 messages in map 0x20
> > 	map[10]: type I/O Port, range 32, base 0xd800, size  8, enabled
> > pcib1: allocated I/O port range (0xd800-0xd8ff) for rid 10 of pci0:2:0:0
> > 	map[18]: type Memory, range 64, base 0xfdfff000, size 12, enabled
> > pcib1: allocated memory range (0xfdfff000-0xfdffffff) for rid 18 of pci0:2:0:0
> > 	map[20]: type Prefetchable Memory, range 64, base 0xf9ff0000, size 16, enabled
> > pcib1: allocated prefetch range (0xf9ff0000-0xf9ffffff) for rid 20 of pci0:2:0:0
> > pcib1: matched entry for 2.0.INTA
> > pcib1: slot 0 INTA hardwired to IRQ 16
> > pci2: <network, ethernet> at device 0.0 (no driver attached)
> > pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.1 on pci0
> > pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
> > pcib0: allocated type 3 (0xfe000000-0xfeafffff) for rid 20 of pcib2
> > pcib0: allocated type 3 (0xfa000000-0xfcffffff) for rid 24 of pcib2
> > pcib2:   domain            0
> > pcib2:   secondary bus     3
> > pcib2:   subordinate bus   4
> > pcib2:   I/O decode        0xe000-0xefff
> > pcib2:   memory decode     0xfe000000-0xfeafffff
> > pcib2:   prefetched decode 0xfa000000-0xfcffffff
> > pci3: <ACPI PCI bus> on pcib2
> > pci3: domain=0, physical bus=3
> > pcib3: <ACPI PCI-PCI bridge> irq 19 at device 28.3 on pci0
> > pcib0: allocated type 3 (0xfeb00000-0xfebfffff) for rid 20 of pcib3
> > pcib3:   domain            0
> > pcib3:   secondary bus     5
> > pcib3:   subordinate bus   5
> > pcib3:   memory decode     0xfeb00000-0xfebfffff
> > pcib3:   no prefetched decode
> > pci5: <ACPI PCI bus> on pcib3
> > pci5: domain=0, physical bus=5
> > found->	vendor=0x168c, dev=0x001c, revid=0x01
> > 	domain=0, bus=5, 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=11
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message
> > 	MSI-X supports 1 message in map 0x10
> > 	map[10]: type Memory, range 64, base 0xfebf0000, size 16, enabled
> > pcib3: allocated memory range (0xfebf0000-0xfebfffff) for rid 10 of pci0:5:0:0
> > pcib3: matched entry for 5.0.INTA
> > pcib3: slot 0 INTA hardwired to IRQ 19
> > pci5: <network, ethernet> at device 0.0 (no driver attached)
> > pci0: <serial bus, USB> at device 29.0 (no driver attached)
> > pci0: <serial bus, USB> at device 29.1 (no driver attached)
> > pci0: <serial bus, USB> at device 29.2 (no driver attached)
> > pci0: <serial bus, USB> at device 29.7 (no driver attached)
> > pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
> > pcib4:   domain            0
> > pcib4:   secondary bus     1
> > pcib4:   subordinate bus   1
> > pcib4:   no prefetched decode
> > pcib4:   Subtractively decoded bridge.
> > pcib4: could not get PCI interrupt routing table for \\_SB_.PCI0.P0P1 - AE_NOT_FOUND
> > pci1: <ACPI PCI bus> on pcib4
> > pci1: domain=0, physical bus=1
> > isab0: <PCI-ISA bridge> at device 31.0 on pci0
> > isa0: <ISA bus> on isab0
> > ahci0: <Intel ICH9M AHCI SATA controller> port 0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc807,0xc480-0xc483,0xc400-0xc41f mem 0xfdeff800-0xfdefffff irq 19 at device 31.2 on pci0
> > ahci0: attempting to allocate 1 MSI vectors (16 supported)
> > msi: routing MSI IRQ 256 to local APIC 0 vector 49
> > ahci0: using IRQ 256 for MSI
> > ahci0: AHCI v1.20 with 4 3Gbps ports, Port Multiplier not supported
> > ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC EM eSATA 4ports
> > ahci0: Caps2:
> > ahci0: EM Caps: ALHD XMT SMB LED
> > ahcich0: <AHCI channel> at channel 0 on ahci0
> > ahcich0: Caps:
> > ahcich1: <AHCI channel> at channel 1 on ahci0
> > ahcich1: Caps:
> > ahcich2: not probed (disabled)
> > ahcich3: not probed (disabled)
> > ahcich4: <AHCI channel> at channel 4 on ahci0
> > ahcich4: Caps:
> > ahcich5: <AHCI channel> at channel 5 on ahci0
> > ahcich5: Caps:
> > pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
> > acpi_button0: <Power Button> on acpi0
> > acpi_tz0: <Thermal Zone> on acpi0
> > attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
> > Timecounter "i8254" frequency 1193182 Hz quality 0
> > ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 50
> > Event timer "i8254" frequency 1193182 Hz quality 100
> > atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
> > atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s)
> > ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 51
> > Event timer "RTC" frequency 32768 Hz quality 0
> > 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 0065
> > 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 52
> > atkbd0: [GIANT-LOCKED]
> > psm0: unable to allocate IRQ
> > psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
> > psm0: current command byte:0065
> > psm0: <PS/2 Mouse> irq 12 on atkbdc0
> > ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 53
> > psm0: [GIANT-LOCKED]
> > psm0: model IntelliMouse, device ID 3-00, 3 buttons
> > psm0: config:00000000, flags:00000008, packet size:4
> > psm0: syncmask:08, syncbits:00
> > hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
> > hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 4 timers, legacy route
> > hpet0:  t0: irqs 0x00f00000 (0), 64bit, periodic
> > hpet0:  t1: irqs 0x00f00000 (0)
> > hpet0:  t2: irqs 0x00f00800 (0)
> > hpet0:  t3: irqs 0x00f01000 (0)
> > Timecounter "HPET" frequency 14318180 Hz quality 950
> > ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 54
> > Event timer "HPET" frequency 14318180 Hz quality 450
> > Event timer "HPET1" frequency 14318180 Hz quality 440
> > Event timer "HPET2" frequency 14318180 Hz quality 440
> > Event timer "HPET3" frequency 14318180 Hz quality 440
> > acpi_acad0: <AC Adapter> on acpi0
> > battery0: <ACPI Control Method Battery> on acpi0
> > acpi_lid0: <Control Method Lid Switch> on acpi0
> > acpi_button1: <Sleep Button> on acpi0
> > acpi0: wakeup code va 0xffffff80d4544000 pa 0x4000
> > pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
> > pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0
> > pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0
> > isa_probe_children: disabling PnP devices
> > atkbdc: atkbdc0 already exists; skipping it
> > atrtc: atrtc0 already exists; skipping it
> > attimer: attimer0 already exists; skipping it
> > sc: sc0 already exists; skipping it
> > isa_probe_children: probing non-PnP devices
> > orm0: <ISA Option ROM> at iomem 0xc0000-0xcf7ff 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
> > pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0
> > pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0
> > fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
> > ppc0 failed to probe at irq 7 on isa0
> > pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
> > uart0: <ns8250> failed to probe at port 0x3f8-0x3ff irq 4 on isa0
> > pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1
> > uart1: <ns8250> failed to probe at port 0x2f8-0x2ff irq 3 on isa0
> > isa_probe_children: probing PnP devices
> > Device configuration finished.
> > procfs registered
> > Timecounters tick every 1.000 msec
> > vlan: initialized, using hash tables with chaining
> > lo0: bpf attached
> > ahcich0: AHCI reset...
> > ahcich0: SATA connect time=100us status=00000123
> > ahcich0: AHCI reset: device found
> > ahcich1: AHCI reset...
> > ahcich1: SATA offline status=00000004
> > ahcich1: AHCI reset: device not found
> > ahcich4: AHCI reset...
> > ahcich4: SATA offline status=00000004
> > ahcich4: AHCI reset: device not found
> > ahcich5: AHCI reset...
> > ahcich5: SATA connect time=900us status=00000113
> > ahcich5: AHCI reset: device found
> > ahcich5: AHCI reset: device ready after 0ms
> > (aprobe1:ahcich5:0:0:0): SIGNATURE: eb14
> > acpi_acad0: acline initialization start
> > battery0: battery initialization start
> > acpi_acad0: On Line
> > acpi_acad0: acline initialization done, tried 1 times
> > ahcich5: SNTF 0x0001
> > ahcich0: AHCI reset: device ready after 100ms
> > (aprobe0:ahcich0:0:0:0): SIGNATURE: 0000
> > pass0 at ahcich0 bus 0 scbus0 target 0 lun 0
> > pass0: <ST95005620AS SD23> ATA-8 SATA 2.x device
> > GEOM: new disk cd0
> > pass0: Serial Number 5YX0J5YD
> > (cd0:ahcich5:0:0:0): SCSI status error
> > (cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> > (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error
> > (cd0:ahcich5:0:0:0): SCSI status: Check Condition
> > (cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,2 (Medium not present - tray open)
> > (cd0:ahcich5:0:0:0): Error 6, Unretryable error
> > cd0 at ahcich5 bus 0 scbus3 target 0 lun 0
> > cd0: <Optiarc DVD RW AD-7560S SX01> Removable CD-ROM SCSI-0 device 
> > cd0: Serial Number 30651780 1165921Q111
> > cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
> > cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open
> > pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
> > pass0: Command Queueing enabled
> > pass1 at ahcich5 bus 0 scbus3 target 0 lun 0
> > pass1: <Optiarc DVD RW AD-7560S SX01> Removable CD-ROM SCSI-0 device 
> > pass1: Serial Number 30651780 1165921Q111
> > pass1: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
> > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
> > (cd0:ahcich5:0:0:0): SCSI status error
> > (cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> > (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error
> > (cd0:ahcich5:0:0:0): SCSI status: Check Condition
> > (cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,2 (Medium not present - tray open)
> > (cd0:ahcich5:0:0:0): Error 6, Unretryable error
> > ada0: <ST95005620AS SD23> ATA-8 SATA 2.x device
> > ada0: Serial Number 5YX0J5YD
> > ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
> > ada0: Command Queueing enabled
> > ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C)
> > ada0: Previously was known as ad4
> > SMP: AP CPU #1 Launched!
> > cpu1 AP:
> >      ID: 0x01000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
> >   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
> >   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
> > TSC timecounter disabled: C3 enabled.
> > Timecounter "TSC" frequency 2161296371 Hz quality -1000
> > (cd0:ahcich5:0:0:0): SCSI status error
> > (cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> > (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error
> > (cd0:ahcich5:0:0:0): SCSI status: Check Condition
> > (cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,2 (Medium not present - tray open)
> > (cd0:ahcich5:0:battery0: battery initialization done, tried 1 times
> > 0:0): Error 6, Unretryable error
> > (cd0:ahcich5:0:0:0): SCSI status error
> > (cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> > (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error
> > (cd0:ahcich5:0:0:0): SCSI status: Check Condition
> > (cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,2 (Medium not present - tray open)
> > (cd0:ahcich5:0:0:0): Error 6, Unretryable error
> > GEOM: new disk ada0
> > GEOM: ada0s3: media size does not match label.
> > Trying to mount root from ufs:/dev/ada0s2a [rw,noatime]...
> > start_init: trying /sbin/init
> > ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present;
> >             to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf.
> > ZFS filesystem version 5
> > ZFS storage pool version 28
> > (cd0:ahcich5:0:0:0): SCSI status error
> > (cd0:ahcich5:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> > (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error
> > (cd0:ahcich5:0:0:0): SCSI status: Check Condition
> > (cd0:ahcich5:0:0:0): SCSI sense: NOT READY asc:3a,2 (Medium not present - tray open)
> > (cd0:ahcich5:0:0:0): Error 6, Unretryable error
> > tap0: bpf attached
> > tap0: Ethernet address: 00:bd:0b:07:00:00
> > pci0: driver added
> > found->	vendor=0x8086, dev=0x2937, revid=0x03
> > 	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=16
> > pci0:0:26:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2938, revid=0x03
> > 	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=21
> > pci0:0:26:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293c, revid=0x03
> > 	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=18
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:26:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293e, revid=0x03
> > 	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=22
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message, 64 bit
> > pci0:0:27:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2934, revid=0x03
> > 	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=23
> > pci0:0:29:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2935, revid=0x03
> > 	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=19
> > pci0:0:29:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2936, revid=0x03
> > 	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=18
> > pci0:0:29:2: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293a, revid=0x03
> > 	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=23
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:29:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2930, revid=0x03
> > 	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=18
> > pci0:0:31:3: reprobing on driver added
> > pci1: driver added
> > pci2: driver added
> > found->	vendor=0x10ec, dev=0x8168, revid=0x02
> > 	domain=0, bus=2, 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=16
> > 	powerspec 3  supports D0 D1 D2 D3  current D0
> > 	MSI supports 1 message, 64 bit
> > 	MSI-X supports 2 messages in map 0x20
> > pci0:2:0:0: reprobing on driver added
> > re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F PCIe Gigabit Ethernet> port 0xd800-0xd8ff mem 0xfdfff000-0xfdffffff,0xf9ff0000-0xf9ffffff irq 16 at device 0.0 on pci2
> > re0: MSI count : 1
> > re0: MSI-X count : 2
> > re0: attempting to allocate 1 MSI-X vectors (2 supported)
> > msi: routing MSI-X IRQ 257 to local APIC 0 vector 55
> > re0: using IRQ 257 for MSI-X
> > re0: Using 1 MSI-X message
> > re0: ASPM disabled
> > re0: Chip rev. 0x3c000000
> > re0: MAC rev. 0x00400000
> > miibus0: <MII bus> on re0
> > rgephy0: <RTL8169S/8110S/8211 1000BASE-T media interface> PHY 1 on miibus0
> > rgephy0: OUI 0x00e04c, model 0x0011, rev. 2
> > rgephy0:  none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow
> > re0: bpf attached
> > re0: Ethernet address: 00:24:21:61:e0:20
> > pci3: driver added
> > pci5: driver added
> > found->	vendor=0x168c, dev=0x001c, revid=0x01
> > 	domain=0, bus=5, 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=19
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message
> > 	MSI-X supports 1 message in map 0x10
> > pci0:5:0:0: reprobing on driver added
> > pci0: driver added
> > found->	vendor=0x8086, dev=0x2937, revid=0x03
> > 	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=16
> > pci0:0:26:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2938, revid=0x03
> > 	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=21
> > pci0:0:26:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293c, revid=0x03
> > 	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=18
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:26:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293e, revid=0x03
> > 	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=22
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message, 64 bit
> > pci0:0:27:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2934, revid=0x03
> > 	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=23
> > pci0:0:29:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2935, revid=0x03
> > 	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=19
> > pci0:0:29:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2936, revid=0x03
> > 	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=18
> > pci0:0:29:2: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293a, revid=0x03
> > 	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=23
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:29:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2930, revid=0x03
> > 	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=18
> > pci0:0:31:3: reprobing on driver added
> > pci1: driver added
> > pci2: driver added
> > pci3: driver added
> > pci5: driver added
> > found->	vendor=0x168c, dev=0x001c, revid=0x01
> > 	domain=0, bus=5, 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=19
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message
> > 	MSI-X supports 1 message in map 0x10
> > pci0:5:0:0: reprobing on driver added
> > ath0: <Atheros 5424/2424> mem 0xfebf0000-0xfebfffff irq 19 at device 0.0 on pci5
> > ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 56
> > ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> > ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
> > ath0: AR2425 mac 14.2 RF5424 phy 7.0
> > ath0: Use hw queue 1 for WME_AC_BE traffic
> > ath0: Use hw queue 0 for WME_AC_BK traffic
> > ath0: Use hw queue 2 for WME_AC_VI traffic
> > ath0: Use hw queue 3 for WME_AC_VO traffic
> > ath0: Use hw queue 8 for CAB traffic
> > ath0: Use hw queue 9 for beacons
> > ath0: using multicast key search
> > crypto: <crypto core>
> > cryptosoft0: <software crypto> 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 22 flags 0 maxoplen 0
> > crypto: cryptosoft0 registers alg 21 flags 0 maxoplen 0
> > crypto: cryptosoft0 registers alg 17 flags 0 maxoplen 0
> > GEOM_ELI: Device ada0s3.eli created.
> > GEOM_ELI: Encryption: AES-XTS 128
> > GEOM_ELI:     Crypto: software
> > pci0: driver added
> > found->	vendor=0x8086, dev=0x2937, revid=0x03
> > 	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=16
> > pci0:0:26:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2938, revid=0x03
> > 	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=21
> > pci0:0:26:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293c, revid=0x03
> > 	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=18
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:26:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293e, revid=0x03
> > 	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=22
> > 	powerspec 2  supports D0 D3  current D0
> > 	MSI supports 1 message, 64 bit
> > pci0:0:27:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2934, revid=0x03
> > 	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=23
> > pci0:0:29:0: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2935, revid=0x03
> > 	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=19
> > pci0:0:29:1: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2936, revid=0x03
> > 	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=18
> > pci0:0:29:2: reprobing on driver added
> > found->	vendor=0x8086, dev=0x293a, revid=0x03
> > 	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=23
> > 	powerspec 2  supports D0 D3  current D0
> > pci0:0:29:7: reprobing on driver added
> > found->	vendor=0x8086, dev=0x2930, revid=0x03
> > 	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=18
> > pci0:0:31:3: reprobing on driver added
> > pci1: driver added
> > pci2: driver added
> > pci3: driver added
> > pci5: driver added
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > p4tcc0: <CPU Frequency Thermal Control> on cpu0
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> > p4tcc1: <CPU Frequency Thermal Control> on cpu1
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> > coretemp0: <CPU On-Die Thermal Sensors> on cpu0
> > coretemp0: Setting TjMax=100
> > est0: <Enhanced SpeedStep Frequency Control> on cpu0
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est0 attach returned 6
> > coretemp1: <CPU On-Die Thermal Sensors> on cpu1
> > coretemp1: Setting TjMax=100
> > est1: <Enhanced SpeedStep Frequency Control> on cpu1
> > est: CPU supports Enhanced Speedstep, but is not recognized.
> > est: cpu_vendor GenuineIntel, msr 6130d2b06000d2b
> > device_attach: est1 attach returned 6
> >
> > _______________________________________________
> > freebsd-stable@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
> >
> 
> -- 
> 
>   Arno J. Klaassen
> 
>   SCITO S.A.
>   8 rue des Haies
>   F-75020 Paris, France
>   http://scito.com
> _______________________________________________
> freebsd-fs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202141820.q1EIK1MP032526>