Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 13:57:10 +0200
From:      Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: Bull Mountain (IvyBridge +) random number generator
Message-ID:  <50795716.1030008@omnilan.de>
In-Reply-To: <20121012164857.GS35915@deviant.kiev.zoral.com.ua>
References:  <20120902103406.GU33100@deviant.kiev.zoral.com.ua> <5077D9EF.4040500@omnilan.de> <20121012164857.GS35915@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig8163BA12CAA7C0CCB670567F
Content-Type: multipart/mixed;
 boundary="------------000602050102010606060702"

This is a multi-part message in MIME format.
--------------000602050102010606060702
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

 schrieb Konstantin Belousov am 12.10.2012 18:48 (localtime):
> On Fri, Oct 12, 2012 at 10:50:55AM +0200, Harald Schmalzbauer wrote:
>> ...
> Try the stable/9 instead. The code was merged in r240950.
> There was a bug in the original patch with the similar description.

Thanks, it seems to be working with r240950 for RELENG_9_1
(ftp://ftp.omnilan.de/pub/FreeBSD/OmniLAN/deploy-tools/local-patches/RELE=
NG_9_1/from_9-stable_branch/bull_mountain.patch).

dd if=3D/dev/random bs=3D1k count=3D1000 | ent
1000+0 records in
1000+0 records out
1024000 bytes transferred in 0.028026 secs (36537676 bytes/sec)
Entropy =3D 7.999827 bits per byte.

Optimum compression would reduce the size
of this 1024000 byte file by 0 percent.

Chi square distribution for 1024000 samples is 244.91, and randomly
would exceed this value 66.40 percent of the times.

Arithmetic mean value of data bytes is 127.6039 (127.5 =3D random).
Monte Carlo value for Pi is 3.139277888 (error 0.07 percent).
Serial correlation coefficient is -0.001852 (totally uncorrelated =3D 0.0=
).



I don't know if the requested verbose-boot-log is also of interest with
ESXi-Guest, in case I've attached it.

I think the man page answers my question how to find out (without
verbose_boot) what real rng is used for /dev/random.
If sysctl kern.random.sys is present, then it's sw rng, otherwise it's
hw-rng.
But random(4) needs to be uptdated:
    The only hardware implementation currently is for the
     VIA C3 Nehemiah (stepping 3 or greater) CPU.  More will be added in =
the
     future

Also, long time ago we had support for i815 RNG. Back in December 2005,
Mark Murray planned to re-implement it...
Does anybod know if the chipset RNG was still available in decent hw?

Here's the throughput difference for bull mountain (in ESXi 5.1 guest):
=20
With options RDRAND_RNG:
dd if=3D/dev/random of=3D/dev/null bs=3D1k count=3D100000
100000+0 records in
100000+0 records out
102400000 bytes transferred in 0.722204 secs (141788199 bytes/sec)

Without:
dd if=3D/dev/random of=3D/dev/null bs=3D1k count=3D100000
100000+0 records in
100000+0 records out
102400000 bytes transferred in 1.054229 secs (97132594 bytes/sec)


Thanks,

-Harry

--------------000602050102010606060702
Content-Type: text/plain;
 name="flint-verbose-boot.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
 filename="flint-verbose-boot.txt"

Table 'FACP' at 0xbfefee98
Table 'BOOT' at 0xbfef01fc
Table 'APIC' at 0xbfef0182
APIC: Found table at 0xbfef0182
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 2 ACPI ID 2: enabled
SMP: Added CPU 2 (AP)
MADT: Found CPU APIC ID 3 ACPI ID 3: enabled
SMP: Added CPU 3 (AP)
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.1-RC2 #9 r241483M: Sat Oct 13 12:09:46 CEST 2012
    admin@gundi.vnl.wdn.omnilan.net:/usr/local/share/deploy-tools/obj-amd=
64/VMWARE/usr/local/share/deploy-tools/RELENG_9_1/src/sys/VMWARE.flint am=
d64
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80d6e000.
Preloaded elf obj module "/boot/kernel/aesni.ko" at 0xffffffff80d6e1f8.
Preloaded elf obj module "/boot/kernel/mps.ko" at 0xffffffff80d6e820.
Hypervisor: Origin =3D "VMwareVMware"
CPU: Intel(R) Xeon(R) CPU E3-1270 V2 @ 3.50GHz (3492.07-MHz K8-class CPU)=

  Origin =3D "GenuineIntel"  Id =3D 0x306a9  Family =3D 6  Model =3D 3a  =
Stepping =3D 9
  Features=3D0x1fa3fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,=
PGE,MCA,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS,HTT>
  Features2=3D0xfeba2203<SSE3,PCLMULQDQ,SSSE3,CX16,PCID,SSE4.1,SSE4.2,x2A=
PIC,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND,HV>
  AMD Features=3D0x28100800<SYSCALL,NX,RDTSCP,LM>
  AMD Features2=3D0x1<LAHF>
  TSC: P-state invariant
real memory  =3D 8589934592 (8192 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
0x0000000000da2000 - 0x00000000bfedffff, 3205750784 bytes (782654 pages)
0x00000000bff00000 - 0x00000000bfffffff, 1048576 bytes (256 pages)
0x0000000100000000 - 0x000000022f11ffff, 5084676096 bytes (1241376 pages)=

avail memory =3D 8236912640 (7855 MB)
INTR: Adding local APIC 0 as a target
Event timer "LAPIC" quality 600
ACPI APIC Table: <PTLTD  	 APIC  >
INTR: Adding local APIC 0 as a target
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
x86bios:  IVT 0x000000-0x0004ff at 0xfffffe0000000000
x86bios: SSEG 0x001000-0x001fff at 0xffffff8000230000
x86bios: EBDA 0x09f000-0x09ffff at 0xfffffe000009f000
x86bios:  ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ACPI: RSDP 0xf6b80 00024 (v02 PTLTD )
ACPI: XSDT 0xbfeeff3c 0005C (v01 INTEL  440BX    06040000 VMW  01324272)
ACPI: FACP 0xbfefee98 000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
ACPI: DSDT 0xbfef0224 0EC74 (v01 PTLTD  Custom   06040000 MSFT 03000001)
ACPI: FACS 0xbfefffc0 00040
ACPI: BOOT 0xbfef01fc 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: APIC 0xbfef0182 0007A (v01 PTLTD  ? APIC   06040000  LTP 00000000)
ACPI: MCFG 0xbfef0146 0003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
ACPI: SRAT 0xbfef005e 000E8 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
ACPI: HPET 0xbfef0026 00038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
ACPI: WAET 0xbfeeffd8 00028 (v01 VMWARE VMW WAET 06040000 VMW  00000001)
MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
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
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0: intpin 9 polarity: low
ioapic0: intpin 9 trigger: level
ioapic0 <Version 1.1> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x00050015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
mem: <memory>
null: <null device, zero device>
VESA: INT 0x10 vector 0xc000:0x0afe
VESA: information block
0000   56 45 53 41 00 02 78 5a 00 c0 03 00 00 00 96 6c
0010   00 c0 40 00 00 02 6c 5a 00 c0 55 5a 00 c0 51 5a
0020   00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0030   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0040   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0050   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0060   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0070   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0090   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0100   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0110   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0120   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0130   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0140   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0150   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0160   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0170   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0180   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0190   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
VESA: 50 mode(s) found
VESA: v2.0, 4096k memory, flags:0x3, mode table:0xfffffe00000c6c96 (c0006=
c96)
VESA: V M ware, Inc. VBE support 2.0
VESA: VMware, Inc VMware virtual machine 2.0
io: <I/O>
nfslock: pseudo-device
random: <entropy source, Hardware, Intel IvyBridge+ RNG>
crypto: <crypto core>
smbios0: <System Management BIOS> at iomem 0xf6b30-0xf6b4e on motherboard=

smbios0: Version: 2.4
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
aesni0: <AES-CBC,AES-XTS> on motherboard
crypto: assign aesni0 driver id 1, flags 16777216
crypto: aesni0 registers alg 11 flags 0 maxoplen 0
crypto: aesni0 registers alg 22 flags 0 maxoplen 0
acpi0: <INTEL 440BX> on motherboard
PCIe: Memory Mapped configuration base @ 0xe0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 16 timers, legacy route
hpet0:  t0: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t1: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t2: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t3: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t4: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t5: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t6: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t7: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t8: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t9: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t10: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t11: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t12: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t13: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t14: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t15: irqs 0x00f00000 (0), 64bit, periodic
Timecounter "HPET" frequency 14318180 Hz quality 950
cpu0: Processor \\_SB_.CP00 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: Processor \\_SB_.CP03 (ACPI ID 3) -> APIC ID 3
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \\_SB_.CP02 (ACPI ID 2) -> APIC ID 2
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \\_SB_.CP01 (ACPI ID 1) -> APIC ID 1
cpu3: <ACPI CPU> 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 49
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, adjustme=
nt 0.500000000s)
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50
Event timer "RTC" frequency 32768 Hz quality 0
ACPI timer: 1/12 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0    9   N     0  3 4 5 6 7 9 10 11 14 15
  Validation          0    9   N     0  3 4 5 6 7 9 10 11 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  3 4 5 6 7 9 10 11 14 15
  Validation          0  255   N     0  3 4 5 6 7 9 10 11 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11 14 15
  Validation          0   11   N     0  3 4 5 6 7 9 10 11 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  3 4 5 6 7 9 10 11 14 15
  Validation          0   10   N     0  3 4 5 6 7 9 10 11 14 15
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11 14 15
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xcc000-0xcffff
pcib0: decoding 3 range 0xd0000-0xd3fff
pcib0: decoding 3 range 0xd4000-0xd7fff
pcib0: decoding 3 range 0xd8000-0xdbfff
pcib0: decoding 3 range 0xc0000000-0xfebfffff
pcib0: decoding 4 range 0-0xcf7
pcib0: decoding 4 range 0xd00-0xfeff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=3D0, physical bus=3D0
found->	vendor=3D0x8086, dev=3D0x7190, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D0, func=3D0
	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0006, statreg=3D0x0200, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x7191, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D1, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x011f, statreg=3D0x0220, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x7110, revid=3D0x08
	domain=3D0, bus=3D0, slot=3D7, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0007, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x7111, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D7, func=3D1
	class=3D01-01-8e, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:7:1
pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:7:1
	map[20]: type I/O Port, range 32, base 0x10c0, size  4, enabled
pcib0: allocated type 4 (0x10c0-0x10cf) for rid 20 of pci0:0:7:1
found->	vendor=3D0x8086, dev=3D0x7113, revid=3D0x08
	domain=3D0, bus=3D0, slot=3D7, func=3D3
	class=3D06-80-00, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x0001, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	map[90]: type I/O Port, range 32, base 0x1040, size  4, enabled
pcib0: allocated type 4 (0x1040-0x104f) for rid 90 of pci0:0:7:3
found->	vendor=3D0x15ad, dev=3D0x0740, revid=3D0x10
	domain=3D0, bus=3D0, slot=3D7, func=3D7
	class=3D08-80-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0003, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x06 (1500 ns), maxlat=3D0xff (63750=
 ns)
	intpin=3Da, irq=3D9
	MSI supports 1 message, 64 bit
	MSI-X supports 2 messages in map 0x14
	map[10]: type I/O Port, range 32, base 0x1080, size  6, enabled
pcib0: allocated type 4 (0x1080-0x10bf) for rid 10 of pci0:0:7:7
	map[14]: type Memory, range 64, base 0xd4000000, size 13, enabled
pcib0: allocated type 3 (0xd4000000-0xd4001fff) for rid 14 of pci0:0:7:7
pcib0: matched entry for 0.7.INTA
pcib0: slot 7 INTA hardwired to IRQ 16
found->	vendor=3D0x15ad, dev=3D0x0405, revid=3D0x00
	domain=3D0, bus=3D0, slot=3D15, func=3D0
	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0003, statreg=3D0x0290, cachelnsz=3D8 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D9
	map[10]: type I/O Port, range 32, base 0x10d0, size  4, enabled
pcib0: allocated type 4 (0x10d0-0x10df) for rid 10 of pci0:0:15:0
	map[14]: type Prefetchable Memory, range 32, base 0xd8000000, size 26, e=
nabled
pcib0: allocated type 3 (0xd8000000-0xdbffffff) for rid 14 of pci0:0:15:0=

	map[18]: type Memory, range 32, base 0xd4800000, size 23, enabled
pcib0: allocated type 3 (0xd4800000-0xd4ffffff) for rid 18 of pci0:0:15:0=

pcib0: matched entry for 0.15.INTA
pcib0: slot 15 INTA hardwired to IRQ 16
found->	vendor=3D0x15ad, dev=3D0x0790, revid=3D0x02
	domain=3D0, bus=3D0, slot=3D17, func=3D0
	class=3D06-04-01, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D8 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x00 (0 ns)=

found->	vendor=3D0x15ad, dev=3D0x07a0, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D21, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D8 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
found->	vendor=3D0x15ad, dev=3D0x07a0, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D22, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D8 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
found->	vendor=3D0x15ad, dev=3D0x07a0, revid=3D0x01
	domain=3D0, bus=3D0, slot=3D23, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D8 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x04 (1000 ns), maxlat=3D0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   domain            0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   no prefetched decode
pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - A=
E_NOT_FOUND
pci1: <ACPI PCI bus> on pcib1
pci1: domain=3D0, physical bus=3D1
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x10c0-0x=
10cf at device 7.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 51
ata1: <ATA channel> at channel 1 on atapci0
device_attach: ata1 attach returned 6
intsmb0: <Intel PIIX4 SMBUS Interface> port 0x1040-0x104f at device 7.3 o=
n pci0
intsmb0: intr SMI disabled revision 0
smbus0: <System Management Bus> on intsmb0
pci0: <base peripheral> at device 7.7 (no driver attached)
vgapci0: <VGA-compatible display> port 0x10d0-0x10df mem 0xd8000000-0xdbf=
fffff,0xd4800000-0xd4ffffff irq 16 at device 15.0 on pci0
pcib2: <ACPI PCI-PCI bridge> at device 17.0 on pci0
pcib0: allocated type 4 (0x2000-0x3fff) for rid 1c of pcib2
pcib0: allocated type 3 (0xd5900000-0xd63fffff) for rid 20 of pcib2
pcib0: allocated type 3 (0xdc400000-0xdc9fffff) for rid 24 of pcib2
pcib2:   domain            0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0x2000-0x3fff
pcib2:   memory decode     0xd5900000-0xd63fffff
pcib2:   prefetched decode 0xdc400000-0xdc9fffff
pcib2:   Subtractively decoded bridge.
pcib2: could not get PCI interrupt routing table for \\_SB_.PCI0.P2P0 - A=
E_NOT_FOUND
pci2: <ACPI PCI bus> on pcib2
pci2: domain=3D0, physical bus=3D2
pcib3: <ACPI PCI-PCI bridge> at device 21.0 on pci0
pcib0: allocated type 4 (0x4000-0x4fff) for rid 1c of pcib3
pcib0: allocated type 3 (0xd6400000-0xd64fffff) for rid 20 of pcib3
pcib0: allocated type 3 (0xdca00000-0xdcafffff) for rid 24 of pcib3
pcib3:   domain            0
pcib3:   secondary bus     3
pcib3:   subordinate bus   3
pcib3:   I/O decode        0x4000-0x4fff
pcib3:   memory decode     0xd6400000-0xd64fffff
pcib3:   prefetched decode 0xdca00000-0xdcafffff
pcib3: could not get PCI interrupt routing table for \\_SB_.PCI0.PE40 - A=
E_NOT_FOUND
pci3: <ACPI PCI bus> on pcib3
pci3: domain=3D0, physical bus=3D3
found->	vendor=3D0x1000, dev=3D0x0072, revid=3D0x03
	domain=3D0, bus=3D3, slot=3D0, func=3D0
	class=3D01-07-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0003, statreg=3D0x0010, cachelnsz=3D16 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D11
	powerspec 3  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 15 messages in map 0x14
	map[10]: type I/O Port, range 32, base 0x4000, size  8, enabled
pcib3: allocated I/O port range (0x4000-0x40ff) for rid 10 of pci0:3:0:0
	map[14]: type Memory, range 64, base 0xd6400000, size 14, enabled
pcib3: allocated memory range (0xd6400000-0xd6403fff) for rid 14 of pci0:=
3:0:0
	map[1c]: type Memory, range 64, base 0xd6440000, size 18, enabled
pcib3: allocated memory range (0xd6440000-0xd647ffff) for rid 1c of pci0:=
3:0:0
pcib0: matched entry for 0.21.INTA
pcib0: slot 21 INTA hardwired to IRQ 18
pcib3: slot 0 INTA is routed to irq 18
mps0: <LSI SAS2008> port 0x4000-0x40ff mem 0xd6400000-0xd6403fff,0xd64400=
00-0xd647ffff irq 18 at device 0.0 on pci3
mps0: Firmware: 14.00.00.00, Driver: 14.00.00.01-fbsd
mps0: IOCCapabilities: 1285c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRet=
ry,EventReplay,HostDisc>
mps0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 52
mps0: using IRQ 256 for MSI
pcib4: <ACPI PCI-PCI bridge> at device 22.0 on pci0
pcib0: allocated type 4 (0x5000-0x5fff) for rid 1c of pcib4
pcib0: allocated type 3 (0xd6500000-0xd65fffff) for rid 20 of pcib4
pcib0: allocated type 3 (0xdcb00000-0xdcbfffff) for rid 24 of pcib4
pcib4:   domain            0
pcib4:   secondary bus     4
pcib4:   subordinate bus   4
pcib4:   I/O decode        0x5000-0x5fff
pcib4:   memory decode     0xd6500000-0xd65fffff
pcib4:   prefetched decode 0xdcb00000-0xdcbfffff
pcib4: could not get PCI interrupt routing table for \\_SB_.PCI0.PE50 - A=
E_NOT_FOUND
pci4: <ACPI PCI bus> on pcib4
pci4: domain=3D0, physical bus=3D4
found->	vendor=3D0x8086, dev=3D0x10d3, revid=3D0x00
	domain=3D0, bus=3D4, slot=3D0, func=3D0
	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0103, statreg=3D0x0010, cachelnsz=3D16 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	MSI-X supports 5 messages in map 0x1c
	map[10]: type Memory, range 32, base 0xd6540000, size 17, enabled
pcib4: allocated memory range (0xd6540000-0xd655ffff) for rid 10 of pci0:=
4:0:0
	map[14]: type Memory, range 32, base 0xd6520000, size 17, enabled
pcib4: allocated memory range (0xd6520000-0xd653ffff) for rid 14 of pci0:=
4:0:0
	map[18]: type I/O Port, range 32, base 0x5000, size  5, enabled
pcib4: allocated I/O port range (0x5000-0x501f) for rid 18 of pci0:4:0:0
	map[1c]: type Memory, range 32, base 0xd6500000, size 14, enabled
pcib4: allocated memory range (0xd6500000-0xd6503fff) for rid 1c of pci0:=
4:0:0
pcib0: matched entry for 0.22.INTA
pcib0: slot 22 INTA hardwired to IRQ 19
pcib4: slot 0 INTA is routed to irq 19
em0: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0x5000-0x501f mem =
0xd6540000-0xd655ffff,0xd6520000-0xd653ffff,0xd6500000-0xd6503fff irq 19 =
at device 0.0 on pci4
em0: Memory Access and/or Bus Master bits were not set!
em0: attempting to allocate 3 MSI-X vectors (5 supported)
msi: routing MSI-X IRQ 257 to local APIC 0 vector 53
msi: routing MSI-X IRQ 258 to local APIC 0 vector 54
msi: routing MSI-X IRQ 259 to local APIC 0 vector 55
em0: using IRQs 257-259 for MSI-X
em0: Using MSIX interrupts with 3 vectors
em0: bpf attached
em0: Ethernet address: 00:0c:29:0a:7c:76
em0: Link is up 1000 Mbps Full Duplex
pcib5: <ACPI PCI-PCI bridge> at device 23.0 on pci0
pcib0: allocated type 4 (0x6000-0x6fff) for rid 1c of pcib5
pcib0: allocated type 3 (0xd6600000-0xd66fffff) for rid 20 of pcib5
pcib0: allocated type 3 (0xdcc00000-0xdccfffff) for rid 24 of pcib5
pcib5:   domain            0
pcib5:   secondary bus     5
pcib5:   subordinate bus   5
pcib5:   I/O decode        0x6000-0x6fff
pcib5:   memory decode     0xd6600000-0xd66fffff
pcib5:   prefetched decode 0xdcc00000-0xdccfffff
pcib5: could not get PCI interrupt routing table for \\_SB_.PCI0.PE60 - A=
E_NOT_FOUND
pci5: <ACPI PCI bus> on pcib5
pci5: domain=3D0, physical bus=3D5
found->	vendor=3D0x1000, dev=3D0x0054, revid=3D0x01
	domain=3D0, bus=3D5, slot=3D0, func=3D0
	class=3D01-07-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D9
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit, vector masks
	map[10]: type I/O Port, range 32, base 0x6000, size  8, enabled
pcib5: allocated I/O port range (0x6000-0x60ff) for rid 10 of pci0:5:0:0
	map[14]: type Memory, range 64, base 0xd6610000, size 14, enabled
pcib5: allocated memory range (0xd6610000-0xd6613fff) for rid 14 of pci0:=
5:0:0
	map[1c]: type Memory, range 64, base 0xd6600000, size 16, enabled
pcib5: allocated memory range (0xd6600000-0xd660ffff) for rid 1c of pci0:=
5:0:0
pcib0: matched entry for 0.23.INTA
pcib0: slot 23 INTA hardwired to IRQ 16
pcib5: slot 0 INTA is routed to irq 16
mpt0: <LSILogic SAS/SATA Adapter> port 0x6000-0x60ff mem 0xd6610000-0xd66=
13fff,0xd6600000-0xd660ffff irq 16 at device 0.0 on pci5
mpt0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 260 to local APIC 0 vector 56
mpt0: using IRQ 260 for MSI
mpt0: MPI Version=3D1.5.0.0
mpt0: chain depth limited to 34 (from 2040)
mpt0: Maximum Segment Count: 306, Maximum CAM Segment Count: 33
mpt0: MsgLength=3D20 IOCNumber =3D 0
mpt0: IOCFACTS: GlobalCredits=3D128 BlockSize=3D8 bytes Request Frame Siz=
e 128 bytes Max Chain Depth 34
mpt0: IOCFACTS: Num Ports 1, FWImageSize 0, Flags=3D0
mpt0: No Handlers For Any Event Notify Frames. Event 0xa (ACK not require=
d).
mpt0: No Handlers For Any Event Notify Frames. Event 0xa (ACK not require=
d).
mpt0: No Handlers For Any Event Notify Frames. Event 0xa (ACK not require=
d).
acpi_acad0: <AC Adapter> 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 57
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 58
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
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: fast interrupt
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 60
uart1: fast interrupt
acpi0: wakeup code va 0xffffff80003f5000 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 (0xcc000-0xcc7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 2 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 2 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 2 of orm0
pcib0: allocated type 3 (0xcf000-0xcf7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 2 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 2 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 2 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 2 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 2 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 2 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 2 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
uart: uart0 already exists; skipping it
uart: uart1 already exists; skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xdc000-=
0xdffff,0xe0000-0xe7fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <12 virtual consoles, flags=3D0x300>
sc0: fb0, kbd0, 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
wbwd0 failed to probe on isa0
isa_probe_children: probing PnP devices
ctl: CAM Target Layer loaded
Device configuration finished.
procfs registered
lapic: Divisor 2, Frequency 33000571 Hz
Timecounters tick every 10.000 msec
vlan: initialized, using hash tables with chaining
crypto: <crypto device>
IPsec: Initialized Security Association Processing.
lo0: bpf attached
ata0: reset tp1 mask=3D03 ostat0=3D51 ostat1=3D7f
ata0: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: stat1=3D0x7f err=3D0xff lsb=3D0xff msb=3D0xff
ata0: reset tp2 stat0=3D00 stat1=3Dff devices=3D0x10000
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
(probe255:mpt0:0:0:0): Down reving Protocol Version from 4 to 2?
pass0 at ata0 bus 0 scbus0 target 0 lun 0
pass0: <NECVMWar VMware IDE CDR00 1.00> Removable CD-ROM SCSI-0 device=20
pass0: Serial Number 00000000000000000001
pass0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
pass1 at mps0 bus 0 scbus1 target 3 lun 0
pass1: <ATA Hitachi HDS72302 A5C0> Fixed Direct Access SCSI-6 device=20
pass1: Serial Number       MN1220F32814HD
pass1: 600.000MB/s transfers
pass1: Command Queueing enabled
pass2 at mps0 bus 0 scbus1 target 4 lun 0
pass2: <ATA Hitachi HDS72302 A5C0> Fixed Direct Access SCSI-6 device=20
pass2: Serial Number       MN1220F328354D
pass2: 600.000MB/s transfers
pass2: Command Queueing enabled
pass3 at mpt0 bus 0 scbus2 target 0 lun 0
pass3: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device=20
pass3: 300.000MB/s transfers
pass3: Command Queueing enabled
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <NECVMWar VMware IDE CDR00 1.00> Removable CD-ROM SCSI-0 device=20
cd0: Serial Number 00000000000000000001
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
GEOM: new disk cd0
da2 at mpt0 bus 0 scbus2 target 0 lun 0
da2: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device=20
da2: 300.000MB/s transfers
da2: Command Queueing enabled
da2: 5120MB (10485760 512 byte sectors: 255H 63S/T 652C)
GEOM: new disk da0
GEOM: new disk da1
GEOM: new disk da2
SMP: AP CPU #3 Launched!
cpu3 AP:
     ID: 0x03000000   VER: 0x00050015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #1 Launched!
cpu1 AP:
     ID: 0x01000000   VER: 0x00050015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #2 Launched!
cpu2 AP:
     ID: 0x02000000   VER: 0x00050015 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48
ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 2 vector 48
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 3 vector 48
ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 1 vector 49
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 2 vector 49
msi: Assigning MSI IRQ 256 to local APIC 3 vector 49
msi: Assigning MSI-X IRQ 258 to local APIC 1 vector 50
msi: Assigning MSI-X IRQ 259 to local APIC 2 vector 50
msi: Assigning MSI IRQ 260 to local APIC 3 vector 50
Timecounter "TSC" frequency 3492067000 Hz quality -100
da1 at mps0 bus 0 scbus1 target 4 lun 0
da1: <ATA Hitachi HDS72302 A5C0> Fixed Direct Access SCSI-6 device=20
da1: Serial Number       MN1220F328354D
da1: 600.000MB/s transfers
da1: Command Queueing enabled
da1: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C)
da0 at mps0 bus 0 scbus1 target 3 lun 0
da0: <ATA Hitachi HDS72302 A5C0> Fixed Direct Access SCSI-6 device=20
da0: Serial Number       MN1220F32814HD
da0: 600.000MB/s transfers
da0: Command Queueing enabled
da0: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C)
Trying to mount root from ufs:/dev/gpt/flintROOT [ro]...
start_init: trying /sbin/ini

--------------000602050102010606060702--

--------------enig8163BA12CAA7C0CCB670567F
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAlB5VyIACgkQLDqVQ9VXb8gw+wCgjs+c7HiVxCG7VlI5hJdS/kmL
VjgAoMyvsvu4f/bQF8RV2is/rlXq+2vA
=Yfdt
-----END PGP SIGNATURE-----

--------------enig8163BA12CAA7C0CCB670567F--



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