Date: Sun, 23 Feb 2014 13:24:07 -0400 From: mikej <mikej@mikej.com> To: <freebsd-fs@freebsd.org> Subject: =?UTF-8?Q?ffs=5Ffsync=3A=20dirty?= Message-ID: <c3e59d7269120184dac8102482dbd030@mail.mikej.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
FreeBSD custom 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r261885: Fri Feb 14
08:51:48 EST 2014 mikej@custom:/usr/obj/usr/src/sys/GENERIC amd64
I get a bunch of these while running poudriere.
ffs_fsync: dirty
0xfffff808e200e3b0: tag ufs, type VDIR
usecount 1, writecount 0, refcount 8 mountedhere 0
flags (VI_ACTIVE)
v_object 0xfffff8039e934300 ref 0 pages 38 cleanbuf 1 dirtybuf 4
lock type ufs: EXCL by thread 0xfffff8021bf72920 (pid 48820, cpdup,
tid 100292)
ino 1527731, on dev mfid0p2
I also get these LOR's but it never drops to the debugger.
lock order reversal:
1st 0xfffffe0f9447e4d8 bufwait (bufwait) @
/usr/src/sys/kern/vfs_bio.c:3081
2nd 0xfffff8008b4a4000 dirhash (dirhash) @
/usr/src/sys/ufs/ufs/ufs_dirhash.c:284
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
0xfffffe104b7dc660
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe104b7dc710
witness_checkorder() at witness_checkorder+0xd23/frame
0xfffffe104b7dc7a0
_sx_xlock() at _sx_xlock+0x75/frame 0xfffffe104b7dc7e0
ufsdirhash_remove() at ufsdirhash_remove+0x37/frame 0xfffffe104b7dc810
ufs_dirremove() at ufs_dirremove+0x11b/frame 0xfffffe104b7dc860
ufs_remove() at ufs_remove+0x75/frame 0xfffffe104b7dc8c0
VOP_REMOVE_APV() at VOP_REMOVE_APV+0xf0/frame 0xfffffe104b7dc8f0
kern_unlinkat() at kern_unlinkat+0x20c/frame 0xfffffe104b7dcae0
amd64_syscall() at amd64_syscall+0x265/frame 0xfffffe104b7dcbf0
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe104b7dcbf0
--- syscall (10, FreeBSD ELF64, sys_unlink), rip = 0x8009309ba, rsp =
0x7fffffffda98, rbp = 0x7fffffffdb60 ---
lock order reversal:
1st 0xfffff801f0802068 ufs (ufs) @ /usr/src/sys/kern/vfs_mount.c:851
2nd 0xfffff802033799a0 devfs (devfs) @
/usr/src/sys/kern/vfs_subr.c:2101
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
0xfffffe104b78c3d0
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe104b78c480
witness_checkorder() at witness_checkorder+0xd23/frame
0xfffffe104b78c510
__lockmgr_args() at __lockmgr_args+0x878/frame 0xfffffe104b78c640
vop_stdlock() at vop_stdlock+0x3c/frame 0xfffffe104b78c660
VOP_LOCK1_APV() at VOP_LOCK1_APV+0xf5/frame 0xfffffe104b78c690
_vn_lock() at _vn_lock+0xab/frame 0xfffffe104b78c700
vget() at vget+0x70/frame 0xfffffe104b78c750
devfs_allocv() at devfs_allocv+0xfd/frame 0xfffffe104b78c7a0
devfs_root() at devfs_root+0x43/frame 0xfffffe104b78c7d0
vfs_donmount() at vfs_donmount+0x115e/frame 0xfffffe104b78caa0
sys_nmount() at sys_nmount+0x72/frame 0xfffffe104b78cae0
amd64_syscall() at amd64_syscall+0x265/frame 0xfffffe104b78cbf0
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe104b78cbf0
--- syscall (378, FreeBSD ELF64, sys_nmount), rip = 0x800a9ecba, rsp =
0x7fffffffcb18, rbp = 0x7fffffffd080 ---
lock order reversal:
1st 0xfffff8008b5d8240 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2101
2nd 0xfffffe0f945594c0 bufwait (bufwait) @
/usr/src/sys/ufs/ffs/ffs_vnops.c:262
3rd 0xfffff8008b92c240 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2101
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
0xfffffe104b836030
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe104b8360e0
witness_checkorder() at witness_checkorder+0xd23/frame
0xfffffe104b836170
__lockmgr_args() at __lockmgr_args+0x878/frame 0xfffffe104b8362a0
ffs_lock() at ffs_lock+0x84/frame 0xfffffe104b8362f0
VOP_LOCK1_APV() at VOP_LOCK1_APV+0xf5/frame 0xfffffe104b836320
_vn_lock() at _vn_lock+0xab/frame 0xfffffe104b836390
vget() at vget+0x70/frame 0xfffffe104b8363e0
vfs_hash_get() at vfs_hash_get+0xf5/frame 0xfffffe104b836430
ffs_vgetf() at ffs_vgetf+0x41/frame 0xfffffe104b8364c0
softdep_sync_buf() at softdep_sync_buf+0x3c7/frame 0xfffffe104b8365a0
ffs_syncvnode() at ffs_syncvnode+0x258/frame 0xfffffe104b836620
softdep_fsync() at softdep_fsync+0x598/frame 0xfffffe104b8366d0
ffs_fsync() at ffs_fsync+0x60/frame 0xfffffe104b836700
VOP_FSYNC_APV() at VOP_FSYNC_APV+0xf0/frame 0xfffffe104b836730
bufsync() at bufsync+0x35/frame 0xfffffe104b836760
bufobj_invalbuf() at bufobj_invalbuf+0x9f/frame 0xfffffe104b8367d0
vfs_donmount() at vfs_donmount+0xa49/frame 0xfffffe104b836aa0
sys_nmount() at sys_nmount+0x72/frame 0xfffffe104b836ae0
amd64_syscall() at amd64_syscall+0x265/frame 0xfffffe104b836bf0
Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe104b836bf0
--- syscall (378, FreeBSD ELF64, sys_nmount), rip = 0x800888cba, rsp =
0x7fffffffd1a8, rbp = 0x7fffffffdaf0 ---
lock order reversal:
1st 0xfffff800135de240 syncer (syncer) @
/usr/src/sys/kern/vfs_subr.c:1720
2nd 0xfffff8030ecb9068 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2101
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
0xfffffe104ad456a0
kdb_backtrace() at kdb_backtrace+0x39/frame 0xfffffe104ad45750
witness_checkorder() at witness_checkorder+0xd23/frame
0xfffffe104ad457e0
__lockmgr_args() at __lockmgr_args+0x878/frame 0xfffffe104ad45910
ffs_lock() at ffs_lock+0x84/frame 0xfffffe104ad45960
VOP_LOCK1_APV() at VOP_LOCK1_APV+0xf5/frame 0xfffffe104ad45990
_vn_lock() at _vn_lock+0xab/frame 0xfffffe104ad45a00
vget() at vget+0x70/frame 0xfffffe104ad45a50
vfs_msync() at vfs_msync+0x99/frame 0xfffffe104ad45ab0
sync_fsync() at sync_fsync+0xf7/frame 0xfffffe104ad45ae0
VOP_FSYNC_APV() at VOP_FSYNC_APV+0xf0/frame 0xfffffe104ad45b10
sched_sync() at sched_sync+0x34c/frame 0xfffffe104ad45bb0
fork_exit() at fork_exit+0x84/frame 0xfffffe104ad45bf0
fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe104ad45bf0
--- trap 0, rip = 0, rsp = 0xfffffe104ad45cb0, rbp = 0 ---
[-- Attachment #2 --]
Table 'FACP' at 0xf28f0
Table 'APIC' at 0xf29e4
APIC: Found table at 0xf29e4
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 8 ACPI ID 1: enabled
SMP: Added CPU 8 (AP)
MADT: Found CPU APIC ID 16 ACPI ID 2: enabled
SMP: Added CPU 16 (AP)
MADT: Found CPU APIC ID 24 ACPI ID 3: enabled
SMP: Added CPU 24 (AP)
MADT: Found CPU APIC ID 2 ACPI ID 4: enabled
SMP: Added CPU 2 (AP)
MADT: Found CPU APIC ID 10 ACPI ID 5: enabled
SMP: Added CPU 10 (AP)
MADT: Found CPU APIC ID 18 ACPI ID 6: enabled
SMP: Added CPU 18 (AP)
MADT: Found CPU APIC ID 26 ACPI ID 7: enabled
SMP: Added CPU 26 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 8: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 9 ACPI ID 9: enabled
SMP: Added CPU 9 (AP)
MADT: Found CPU APIC ID 17 ACPI ID 10: enabled
SMP: Added CPU 17 (AP)
MADT: Found CPU APIC ID 25 ACPI ID 11: enabled
SMP: Added CPU 25 (AP)
MADT: Found CPU APIC ID 3 ACPI ID 12: enabled
SMP: Added CPU 3 (AP)
MADT: Found CPU APIC ID 11 ACPI ID 13: enabled
SMP: Added CPU 11 (AP)
MADT: Found CPU APIC ID 19 ACPI ID 14: enabled
SMP: Added CPU 19 (AP)
MADT: Found CPU APIC ID 27 ACPI ID 15: enabled
SMP: Added CPU 27 (AP)
MADT: Found CPU APIC ID 48 ACPI ID 16: disabled
MADT: Found CPU APIC ID 49 ACPI ID 17: disabled
MADT: Found CPU APIC ID 50 ACPI ID 18: disabled
MADT: Found CPU APIC ID 51 ACPI ID 19: disabled
MADT: Found CPU APIC ID 52 ACPI ID 20: disabled
MADT: Found CPU APIC ID 53 ACPI ID 21: disabled
MADT: Found CPU APIC ID 54 ACPI ID 22: disabled
MADT: Found CPU APIC ID 55 ACPI ID 23: disabled
MADT: Found CPU APIC ID 56 ACPI ID 24: disabled
MADT: Found CPU APIC ID 57 ACPI ID 25: disabled
MADT: Found CPU APIC ID 58 ACPI ID 26: disabled
MADT: Found CPU APIC ID 59 ACPI ID 27: disabled
MADT: Found CPU APIC ID 60 ACPI ID 28: disabled
MADT: Found CPU APIC ID 61 ACPI ID 29: disabled
MADT: Found CPU APIC ID 62 ACPI ID 30: disabled
MADT: Found CPU APIC ID 63 ACPI ID 31: disabled
Copyright (c) 1992-2014 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 11.0-CURRENT #0 r261885: Fri Feb 14 08:51:48 EST 2014
mikej@custom:/usr/obj/usr/src/sys/GENERIC amd64
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
WARNING: WITNESS option enabled, expect reduced performance.
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81b72000.
Calibrating TSC clock ... TSC clock: 2925926212 Hz
CPU: Intel(R) Xeon(R) CPU X7350 @ 2.93GHz (2925.93-MHz K8-class CPU)
Origin="GenuineIntel" Id=0x6fb Family=0x6 Model=0xf Stepping=11
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=0x4e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,DCA>
AMD Features=0x20100800<SYSCALL,NX,LM>
AMD Features2=0x1<LAHF>
TSC: P-state invariant, performance statistics
real memory = 68719476736 (65536 MB)
Physical memory chunk(s):
0x0000000000010000 - 0x000000000009bfff, 573440 bytes (140 pages)
0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
0x0000000001bd8000 - 0x00000000bfaaffff, 3186458624 bytes (777944 pages)
0x00000000bfac4000 - 0x00000000bfac5fff, 8192 bytes (2 pages)
0x0000000100000000 - 0x0000000fd5f90fff, 63719411712 bytes (15556497 pages)
avail memory = 66702168064 (63612 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <DELL PE_SC3 >
INTR: Adding local APIC 1 as a target
INTR: Adding local APIC 2 as a target
INTR: Adding local APIC 3 as a target
INTR: Adding local APIC 8 as a target
INTR: Adding local APIC 9 as a target
INTR: Adding local APIC 10 as a target
INTR: Adding local APIC 11 as a target
INTR: Adding local APIC 16 as a target
INTR: Adding local APIC 17 as a target
INTR: Adding local APIC 18 as a target
INTR: Adding local APIC 19 as a target
INTR: Adding local APIC 24 as a target
INTR: Adding local APIC 25 as a target
INTR: Adding local APIC 26 as a target
INTR: Adding local APIC 27 as a target
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 4 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
cpu4 (AP): APIC ID: 8
cpu5 (AP): APIC ID: 9
cpu6 (AP): APIC ID: 10
cpu7 (AP): APIC ID: 11
cpu8 (AP): APIC ID: 16
cpu9 (AP): APIC ID: 17
cpu10 (AP): APIC ID: 18
cpu11 (AP): APIC ID: 19
cpu12 (AP): APIC ID: 24
cpu13 (AP): APIC ID: 25
cpu14 (AP): APIC ID: 26
cpu15 (AP): APIC ID: 27
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 8
APIC: CPU 2 has ACPI ID 4
APIC: CPU 3 has ACPI ID 12
APIC: CPU 4 has ACPI ID 1
APIC: CPU 5 has ACPI ID 9
APIC: CPU 6 has ACPI ID 5
APIC: CPU 7 has ACPI ID 13
APIC: CPU 8 has ACPI ID 2
APIC: CPU 9 has ACPI ID 10
APIC: CPU 10 has ACPI ID 6
APIC: CPU 11 has ACPI ID 14
APIC: CPU 12 has ACPI ID 3
APIC: CPU 13 has ACPI ID 11
APIC: CPU 14 has ACPI ID 7
APIC: CPU 15 has ACPI ID 15
XEN: CPU 0 has VCPU ID 0
XEN: CPU 1 has VCPU ID 8
XEN: CPU 2 has VCPU ID 4
XEN: CPU 3 has VCPU ID 12
XEN: CPU 4 has VCPU ID 1
XEN: CPU 5 has VCPU ID 9
XEN: CPU 6 has VCPU ID 5
XEN: CPU 7 has VCPU ID 13
XEN: CPU 8 has VCPU ID 2
XEN: CPU 9 has VCPU ID 10
XEN: CPU 10 has VCPU ID 6
XEN: CPU 11 has VCPU ID 14
XEN: CPU 12 has VCPU ID 3
XEN: CPU 13 has VCPU ID 11
XEN: CPU 14 has VCPU ID 7
XEN: CPU 15 has VCPU ID 15
x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000
x86bios: SSEG 0x098000-0x098fff at 0xfffffe10099bb000
x86bios: EBDA 0x09f000-0x09ffff at 0xfffff8000009f000
x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000
ULE: setup cpu 0
ULE: setup cpu 1
ULE: setup cpu 2
ULE: setup cpu 3
ULE: setup cpu 4
ULE: setup cpu 5
ULE: setup cpu 6
ULE: setup cpu 7
ULE: setup cpu 8
ULE: setup cpu 9
ULE: setup cpu 10
ULE: setup cpu 11
ULE: setup cpu 12
ULE: setup cpu 13
ULE: setup cpu 14
ULE: setup cpu 15
ACPI: RSDP 0xf2600 00024 (v02 DELL )
ACPI: XSDT 0xf26f8 00084 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: FACP 0xf28f0 000F4 (v03 DELL PE_SC3 00000001 DELL 00000001)
ACPI: DSDT 0xbfac6000 02EE5 (v01 DELL PE_SC3 00000001 INTL 20050624)
ACPI: FACS 0xbfad5c00 00040
ACPI: APIC 0xf29e4 0015E (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: SPCR 0xf2b43 00050 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: HPET 0xf2b93 00038 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: MCFG 0xf2bcb 0003C (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: SLIC 0xf2c07 00024 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: ERST 0xbfacc2d8 00210 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: HEST 0xbfacc4e8 0027C (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: BERT 0xbfacc158 00030 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: EINJ 0xbfacc188 00150 (v01 DELL PE_SC3 00000001 DELL 00000001)
ACPI: TCPA 0xf2d89 00064 (v02 DELL PE_SC3 00000001 DELL 00000001)
ACPI: SSDT 0xbfac8ee5 03273 (v01 DELL PE_SC3 00000010 INTL 20050624)
MADT: Found IO APIC ID 6, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 6
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 7, Interrupt 32 at 0xfec81000
ioapic1: Changing APIC ID to 7
ioapic1: WARNING: intbase 32 != expected base 24
lapic: Routing NMI -> LINT1
lapic: LINT1 trigger: edge
lapic: LINT1 polarity: high
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
ioapic1 <Version 2.0> irqs 32-55 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>
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
Hardware, Intel IvyBridge+ RNG: RDRAND is not present
Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present
null: <null device, zero device>
Falling back to <Software, Yarrow> random adaptor
random: <Software, Yarrow> initialized
nfslock: pseudo-device
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
VESA: INT 0x10 vector 0xc000:0x1770
VESA: information block
0000 56 45 53 41 00 02 00 01 00 99 01 00 00 00 22 00
0010 00 99 00 02 00 01 0b 01 00 99 21 01 00 99 26 01
0020 00 99 6a 00 02 01 04 01 82 01 0d 01 0e 01 0f 01
0030 20 01 92 01 93 01 94 01 95 01 96 01 a2 01 a3 01
0040 a4 01 a5 01 a6 01 b2 01 b3 01 b4 01 b5 01 b6 01
0050 c2 01 c3 01 c4 01 c5 01 c6 01 00 01 83 01 84 01
0060 85 01 86 01 01 01 10 01 11 01 12 01 21 01 03 01
0070 13 01 14 01 15 01 22 01 05 01 16 01 17 01 18 01
0080 23 01 07 01 19 01 1a 01 1b 01 24 01 09 01 0a 01
0090 30 01 ff ff 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 41 54 49 20 45 53 31 30 30 30 00 41 54 49 20 54
0110 65 63 68 6e 6f 6c 6f 67 69 65 73 20 49 6e 63 2e
0120 00 52 4e 35 30 00 30 31 2e 30 30 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: 56 mode(s) found
VESA: v2.0, 32768k memory, flags:0x1, mode table:0xfffffe10099fd022 (99000022)
VESA: ATI ES1000
VESA: ATI Technologies Inc. RN50 01.00
io: <I/O>
VMBUS: load
hptnr: R750/DC7280 controller driver v1.0
hpt27xx: RocketRAID 27xx controller driver v1.1
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
acpi0: <DELL PE_SC3> on motherboard
ACPI: All ACPI Tables successfully acquired
PCIe: Memory Mapped configuration base @ 0xe0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
cpu0: Processor \134_PR_.CPU0 (ACPI ID 0) -> APIC ID 0
cpu0: <ACPI CPU> on acpi0
cpu1: Processor \134_PR_.CPU1 (ACPI ID 1) -> APIC ID 4
cpu1: <ACPI CPU> on acpi0
cpu2: Processor \134_PR_.CPU2 (ACPI ID 2) -> APIC ID 8
cpu2: <ACPI CPU> on acpi0
cpu3: Processor \134_PR_.CPU3 (ACPI ID 3) -> APIC ID 12
cpu3: <ACPI CPU> on acpi0
cpu4: Processor \134_PR_.CPU4 (ACPI ID 4) -> APIC ID 2
cpu4: <ACPI CPU> on acpi0
cpu5: Processor \134_PR_.CPU5 (ACPI ID 5) -> APIC ID 6
cpu5: <ACPI CPU> on acpi0
cpu6: Processor \134_PR_.CPU6 (ACPI ID 6) -> APIC ID 10
cpu6: <ACPI CPU> on acpi0
cpu7: Processor \134_PR_.CPU7 (ACPI ID 7) -> APIC ID 14
cpu7: <ACPI CPU> on acpi0
cpu8: Processor \134_PR_.CPU8 (ACPI ID 8) -> APIC ID 1
cpu8: <ACPI CPU> on acpi0
cpu9: Processor \134_PR_.CPU9 (ACPI ID 9) -> APIC ID 5
cpu9: <ACPI CPU> on acpi0
cpu10: Processor \134_PR_.CP10 (ACPI ID 10) -> APIC ID 9
cpu10: <ACPI CPU> on acpi0
cpu11: Processor \134_PR_.CP11 (ACPI ID 11) -> APIC ID 13
cpu11: <ACPI CPU> on acpi0
cpu12: Processor \134_PR_.CP12 (ACPI ID 12) -> APIC ID 3
cpu12: <ACPI CPU> on acpi0
cpu13: Processor \134_PR_.CP13 (ACPI ID 13) -> APIC ID 7
cpu13: <ACPI CPU> on acpi0
cpu14: Processor \134_PR_.CP14 (ACPI ID 14) -> APIC ID 11
cpu14: <ACPI CPU> on acpi0
cpu15: Processor \134_PR_.CP15 (ACPI ID 15) -> APIC ID 15
cpu15: <ACPI CPU> on acpi0
ACPI: Processor \134_PR_.CP16 (ACPI ID 16) ignored
ACPI: Processor \134_PR_.CP17 (ACPI ID 17) ignored
ACPI: Processor \134_PR_.CP18 (ACPI ID 18) ignored
ACPI: Processor \134_PR_.CP19 (ACPI ID 19) ignored
ACPI: Processor \134_PR_.CP20 (ACPI ID 20) ignored
ACPI: Processor \134_PR_.CP21 (ACPI ID 21) ignored
ACPI: Processor \134_PR_.CP22 (ACPI ID 22) ignored
ACPI: Processor \134_PR_.CP23 (ACPI ID 23) ignored
ACPI: Processor \134_PR_.CP24 (ACPI ID 24) ignored
ACPI: Processor \134_PR_.CP25 (ACPI ID 25) ignored
ACPI: Processor \134_PR_.CP26 (ACPI ID 26) ignored
ACPI: Processor \134_PR_.CP27 (ACPI ID 27) ignored
ACPI: Processor \134_PR_.CP28 (ACPI ID 28) ignored
ACPI: Processor \134_PR_.CP29 (ACPI ID 29) ignored
ACPI: Processor \134_PR_.CP30 (ACPI ID 30) ignored
ACPI: Processor \134_PR_.CP31 (ACPI ID 31) ignored
atrtc0: <AT realtime clock> port 0x70-0x7f 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 49
Event timer "RTC" frequency 32768 Hz quality 0
attimer0: <AT timer> port 0x40-0x5f 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
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 3 timers, legacy route
hpet0: t0: irqs 0x00f00000 (0), 64bit, periodic
hpet0: t1: irqs 0x00f00000 (0)
hpet0: t2: irqs 0x00f00800 (0)
Timecounter "HPET" frequency 14318180 Hz quality 950
ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 51
Event timer "HPET" frequency 14318180 Hz quality 350
Event timer "HPET1" frequency 14318180 Hz quality 340
Event timer "HPET2" frequency 14318180 Hz quality 340
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
pci_link0: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12
Validation 0 11 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link1: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 3 4 5 6 7 10 11 12
Validation 0 10 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link2: Index IRQ Rtd Ref IRQs
Initial Probe 0 6 N 0 3 4 5 6 7 10 11 12
Validation 0 6 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link3: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12
Validation 0 11 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link4: Index IRQ Rtd Ref IRQs
Initial Probe 0 5 N 0 3 4 5 6 7 10 11 12
Validation 0 5 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link5: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12
Validation 0 11 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link6: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12
Validation 0 255 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12
Validation 0 255 N 0 3 4 5 6 7 10 11 12
After Disable 0 255 N 0 3 4 5 6 7 10 11 12
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 5 range 0-0xff
pcib0: decoding 4 range 0-0xcf7
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000000-0xfdffffff
pcib0: decoding 3 range 0xfed40000-0xfed44fff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found-> vendor=0x8086, dev=0x3600, revid=0x01
domain=0, bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0104, statreg=0x0010, cachelnsz=16 (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
pcib0: matched entry for 0.0.INTA
pcib0: slot 0 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x3604, revid=0x01
domain=0, bus=0, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 36
secbus=20, subbus=20
found-> vendor=0x8086, dev=0x3605, revid=0x01
domain=0, bus=0, slot=2, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.2.INTA
pcib0: slot 2 INTA hardwired to IRQ 17
secbus=22, subbus=26
found-> vendor=0x8086, dev=0x3606, revid=0x01
domain=0, bus=0, slot=3, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=6
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.3.INTA
pcib0: slot 3 INTA hardwired to IRQ 37
secbus=1, subbus=11
found-> vendor=0x8086, dev=0x3607, revid=0x01
domain=0, bus=0, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.4.INTA
pcib0: slot 4 INTA hardwired to IRQ 32
secbus=12, subbus=15
found-> vendor=0x8086, dev=0x3609, revid=0x01
domain=0, bus=0, slot=6, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=6
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.6.INTA
pcib0: slot 6 INTA hardwired to IRQ 33
secbus=16, subbus=19
found-> vendor=0x8086, dev=0x360b, revid=0x01
domain=0, bus=0, slot=8, func=0
class=08-80-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0010, cachelnsz=0 (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
map[10]: type Memory, range 64, base 0xde0ff800, size 10, enabled
pcib0: allocated type 3 (0xde0ff800-0xde0ffbff) for rid 10 of pci0:0:8:0
pcib0: matched entry for 0.8.INTA
pcib0: slot 8 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x360c, revid=0x01
domain=0, bus=0, slot=16, func=0
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360c, revid=0x01
domain=0, bus=0, slot=16, func=1
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360c, revid=0x01
domain=0, bus=0, slot=16, func=2
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360c, revid=0x01
domain=0, bus=0, slot=16, func=3
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360d, revid=0x01
domain=0, bus=0, slot=17, func=0
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360d, revid=0x01
domain=0, bus=0, slot=17, func=3
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360e, revid=0x01
domain=0, bus=0, slot=19, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x360f, revid=0x01
domain=0, bus=0, slot=21, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x3610, revid=0x01
domain=0, bus=0, slot=22, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x2690, revid=0x09
domain=0, bus=0, slot=28, func=0
class=06-04-00, hdrtype=0x01, mfdev=1
cmdreg=0x0047, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
secbus=21, subbus=21
found-> vendor=0x8086, dev=0x2688, revid=0x09
domain=0, bus=0, slot=29, func=0
class=0c-03-00, hdrtype=0x00, mfdev=1
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[20]: type I/O Port, range 32, base 0xcc80, size 5, enabled
pcib0: allocated type 4 (0xcc80-0xcc9f) for rid 20 of pci0:0:29:0
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 20
found-> vendor=0x8086, dev=0x2689, revid=0x09
domain=0, bus=0, slot=29, func=1
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[20]: type I/O Port, range 32, base 0xcca0, size 5, enabled
pcib0: allocated type 4 (0xcca0-0xccbf) for rid 20 of pci0:0:29:1
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 20
found-> vendor=0x8086, dev=0x268a, revid=0x09
domain=0, bus=0, slot=29, func=2
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[20]: type I/O Port, range 32, base 0xccc0, size 5, enabled
pcib0: allocated type 4 (0xccc0-0xccdf) for rid 20 of pci0:0:29:2
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 20
found-> vendor=0x8086, dev=0x268b, revid=0x09
domain=0, bus=0, slot=29, func=3
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[20]: type I/O Port, range 32, base 0xcce0, size 5, enabled
pcib0: allocated type 4 (0xcce0-0xccff) for rid 20 of pci0:0:29:3
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 20
found-> vendor=0x8086, dev=0x268c, revid=0x09
domain=0, bus=0, slot=29, func=7
class=0c-03-20, hdrtype=0x00, mfdev=0
cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=11
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 32, base 0xde0ffc00, size 10, enabled
pcib0: allocated type 3 (0xde0ffc00-0xde0fffff) for rid 10 of pci0:0:29:7
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 21
found-> vendor=0x8086, dev=0x244e, revid=0xd9
domain=0, bus=0, slot=30, func=0
class=06-04-01, hdrtype=0x01, mfdev=0
cmdreg=0x0147, statreg=0x0010, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x0b (2750 ns), maxlat=0x00 (0 ns)
secbus=27, subbus=27
found-> vendor=0x8086, dev=0x2670, revid=0x09
domain=0, bus=0, slot=31, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x0147, statreg=0x0200, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x2680, revid=0x09
domain=0, bus=0, slot=31, func=2
class=01-01-8a, hdrtype=0x00, mfdev=0
cmdreg=0x0047, statreg=0x02b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:31:2
pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:31:2
pcib0: allocated type 4 (0x170-0x177) for rid 18 of pci0:0:31:2
pcib0: allocated type 4 (0x376-0x376) for rid 1c of pci0:0:31:2
map[20]: type I/O Port, range 32, base 0xfc00, size 4, enabled
pcib0: allocated type 4 (0xfc00-0xfc0f) for rid 20 of pci0:0:31:2
map[24]: type Memory, range 32, base 0, size 10, enabled
pcib1: <ACPI PCI-PCI bridge> irq 36 at device 1.0 on pci0
pcib1: domain 0
pcib1: secondary bus 20
pcib1: subordinate bus 20
pcib1: special decode ISA
pci20: <ACPI PCI bus> on pcib1
pcib1: allocated bus range (20-20) for rid 0 of pci20
pci20: domain=0, physical bus=20
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 2.0 on pci0
pcib2: allocating non-ISA range 0xe000-0xe0ff
pcib0: allocated type 4 (0xe000-0xe0ff) for rid 1c of pcib2
pcib2: allocating non-ISA range 0xe400-0xe4ff
pcib0: allocated type 4 (0xe400-0xe4ff) for rid 1c of pcib2
pcib2: allocating non-ISA range 0xe800-0xe8ff
pcib0: allocated type 4 (0xe800-0xe8ff) for rid 1c of pcib2
pcib2: allocating non-ISA range 0xec00-0xecff
pcib0: allocated type 4 (0xec00-0xecff) for rid 1c of pcib2
pcib0: allocated type 3 (0xde100000-0xde3fffff) for rid 20 of pcib2
pcib2: domain 0
pcib2: secondary bus 22
pcib2: subordinate bus 26
pcib2: I/O decode 0xe000-0xefff
pcib2: memory decode 0xde100000-0xde3fffff
pcib2: special decode ISA
pci22: <ACPI PCI bus> on pcib2
pcib2: allocated bus range (22-22) for rid 0 of pci22
pci22: domain=0, physical bus=22
found-> vendor=0x8086, dev=0x3500, revid=0x01
domain=0, bus=22, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=1
cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
pcib2: matched entry for 22.0.INTA
pcib2: slot 0 INTA hardwired to IRQ 17
secbus=23, subbus=25
pcib2: allocated bus range (23-25) for rid 0 of pci0:22:0:0
found-> vendor=0x8086, dev=0x350c, revid=0x01
domain=0, bus=22, slot=0, func=3
class=06-04-00, hdrtype=0x01, mfdev=1
cmdreg=0x0047, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
secbus=26, subbus=26
pcib2: allocated bus range (26-26) for rid 0 of pci0:22:0:3
pcib3: <ACPI PCI-PCI bridge> irq 17 at device 0.0 on pci22
pcib3: allocating non-ISA range 0xe000-0xe0ff
pcib2: allocated I/O port range (0xe000-0xe0ff) for rid 1c of pcib3
pcib3: allocating non-ISA range 0xe400-0xe4ff
pcib2: allocated I/O port range (0xe400-0xe4ff) for rid 1c of pcib3
pcib3: allocating non-ISA range 0xe800-0xe8ff
pcib2: allocated I/O port range (0xe800-0xe8ff) for rid 1c of pcib3
pcib3: allocating non-ISA range 0xec00-0xecff
pcib2: allocated I/O port range (0xec00-0xecff) for rid 1c of pcib3
pcib2: allocated memory range (0xde200000-0xde3fffff) for rid 20 of pcib3
pcib3: domain 0
pcib3: secondary bus 23
pcib3: subordinate bus 25
pcib3: I/O decode 0xe000-0xefff
pcib3: memory decode 0xde200000-0xde3fffff
pcib3: special decode ISA
pci23: <ACPI PCI bus> on pcib3
pcib3: allocated bus range (23-23) for rid 0 of pci23
pci23: domain=0, physical bus=23
found-> vendor=0x8086, dev=0x3510, revid=0x01
domain=0, bus=23, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
pcib3: matched entry for 23.0.INTA
pcib3: slot 0 INTA hardwired to IRQ 17
secbus=25, subbus=25
pcib3: allocated bus range (25-25) for rid 0 of pci0:23:0:0
found-> vendor=0x8086, dev=0x3514, revid=0x01
domain=0, bus=23, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0147, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=6
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
pcib3: matched entry for 23.1.INTA
pcib3: slot 1 INTA hardwired to IRQ 18
secbus=24, subbus=24
pcib3: allocated bus range (24-24) for rid 0 of pci0:23:1:0
pcib4: <ACPI PCI-PCI bridge> irq 17 at device 0.0 on pci23
pcib4: allocating non-ISA range 0xe000-0xe0ff
pcib3: allocated I/O port range (0xe000-0xe0ff) for rid 1c of pcib4
pcib4: allocating non-ISA range 0xe400-0xe4ff
pcib3: allocated I/O port range (0xe400-0xe4ff) for rid 1c of pcib4
pcib4: allocating non-ISA range 0xe800-0xe8ff
pcib3: allocated I/O port range (0xe800-0xe8ff) for rid 1c of pcib4
pcib4: allocating non-ISA range 0xec00-0xecff
pcib3: allocated I/O port range (0xec00-0xecff) for rid 1c of pcib4
pcib3: allocated memory range (0xde200000-0xde3fffff) for rid 20 of pcib4
pcib4: domain 0
pcib4: secondary bus 25
pcib4: subordinate bus 25
pcib4: I/O decode 0xe000-0xefff
pcib4: memory decode 0xde200000-0xde3fffff
pcib4: special decode ISA
pci25: <ACPI PCI bus> on pcib4
pcib4: allocated bus range (25-25) for rid 0 of pci25
pci25: domain=0, physical bus=25
found-> vendor=0x1000, dev=0x0060, revid=0x04
domain=0, bus=25, slot=0, func=0
class=01-04-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D3 current D0
MSI supports 4 messages, 64 bit
MSI-X supports 4 messages in map 0x10
map[10]: type Memory, range 64, base 0xde380000, size 18, enabled
pcib4: allocated memory range (0xde380000-0xde3bffff) for rid 10 of pci0:25:0:0
map[18]: type I/O Port, range 32, base 0xec00, size 8, enabled
pcib4: allocated I/O port range (0xec00-0xecff) for rid 18 of pci0:25:0:0
map[1c]: type Memory, range 64, base 0xde3c0000, size 18, enabled
pcib4: allocated memory range (0xde3c0000-0xde3fffff) for rid 1c of pci0:25:0:0
pcib4: matched entry for 25.0.INTA
pcib4: slot 0 INTA hardwired to IRQ 17
mfi0: <Dell PERC 6> port 0xec00-0xecff mem 0xde380000-0xde3bffff,0xde3c0000-0xde3fffff irq 17 at device 0.0 on pci25
mfi0: attempting to allocate 1 MSI vectors (4 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 52
mfi0: using IRQ 256 for MSI
mfi0: Using MSI
mfi0: Megaraid SAS driver Ver 4.23
mfi0: FW MaxCmds = 1008, limiting to 128
pcib5: <ACPI PCI-PCI bridge> irq 18 at device 1.0 on pci23
pcib5: domain 0
pcib5: secondary bus 24
pcib5: subordinate bus 24
pcib5: special decode ISA
pci24: <ACPI PCI bus> on pcib5
pcib5: allocated bus range (24-24) for rid 0 of pci24
pci24: domain=0, physical bus=24
pcib6: <PCI-PCI bridge> at device 0.3 on pci22
pcib6: domain 0
pcib6: secondary bus 26
pcib6: subordinate bus 26
pcib6: special decode ISA
pci26: <PCI bus> on pcib6
pcib6: allocated bus range (26-26) for rid 0 of pci26
pci26: domain=0, physical bus=26
pcib7: <ACPI PCI-PCI bridge> irq 37 at device 3.0 on pci0
pcib0: allocated type 3 (0xd6000000-0xddffffff) for rid 20 of pcib7
pcib7: domain 0
pcib7: secondary bus 1
pcib7: subordinate bus 11
pcib7: memory decode 0xd6000000-0xddffffff
pcib7: special decode ISA
pcib7: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3 - AE_NOT_FOUND
pci1: <ACPI PCI bus> on pcib7
pcib7: allocated bus range (1-1) for rid 0 of pci1
pci1: domain=0, physical bus=1
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=1, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
secbus=2, subbus=11
pcib7: allocated bus range (2-11) for rid 0 of pci0:1:0:0
pcib8: <ACPI PCI-PCI bridge> at device 0.0 on pci1
pcib7: allocated memory range (0xd6000000-0xddffffff) for rid 20 of pcib8
pcib8: domain 0
pcib8: secondary bus 2
pcib8: subordinate bus 11
pcib8: memory decode 0xd6000000-0xddffffff
pcib8: special decode ISA
pcib8: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3.UPST - AE_NOT_FOUND
pci2: <ACPI PCI bus> on pcib8
pcib8: allocated bus range (2-2) for rid 0 of pci2
pci2: domain=0, physical bus=2
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=2, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=3, subbus=3
pcib8: allocated bus range (3-3) for rid 0 of pci0:2:1:0
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=2, slot=2, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=10, subbus=11
pcib8: allocated bus range (10-11) for rid 0 of pci0:2:2:0
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=2, slot=3, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=8, subbus=9
pcib8: allocated bus range (8-9) for rid 0 of pci0:2:3:0
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=2, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=6, subbus=7
pcib8: allocated bus range (6-7) for rid 0 of pci0:2:4:0
found-> vendor=0x111d, dev=0x802e, revid=0x0e
domain=0, bus=2, slot=5, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=4, subbus=5
pcib8: allocated bus range (4-5) for rid 0 of pci0:2:5:0
pcib9: <PCI-PCI bridge> at device 1.0 on pci2
pcib9: domain 0
pcib9: secondary bus 3
pcib9: subordinate bus 3
pcib9: special decode ISA
pci3: <PCI bus> on pcib9
pcib9: allocated bus range (3-3) for rid 0 of pci3
pci3: domain=0, physical bus=3
pcib10: <ACPI PCI-PCI bridge> at device 2.0 on pci2
pcib8: allocated memory range (0xd6000000-0xd7ffffff) for rid 20 of pcib10
pcib10: domain 0
pcib10: secondary bus 10
pcib10: subordinate bus 11
pcib10: memory decode 0xd6000000-0xd7ffffff
pcib10: special decode ISA
pcib10: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3.UPST.DWN2 - AE_NOT_FOUND
pci10: <ACPI PCI bus> on pcib10
pcib10: allocated bus range (10-10) for rid 0 of pci10
pci10: domain=0, physical bus=10
found-> vendor=0x1166, dev=0x0103, revid=0xc3
domain=0, bus=10, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
secbus=11, subbus=11
pcib10: allocated bus range (11-11) for rid 0 of pci0:10:0:0
pcib11: <ACPI PCI-PCI bridge> at device 0.0 on pci10
pcib10: allocated memory range (0xd6000000-0xd7ffffff) for rid 20 of pcib11
pcib11: domain 0
pcib11: secondary bus 11
pcib11: subordinate bus 11
pcib11: memory decode 0xd6000000-0xd7ffffff
pcib11: special decode ISA
pci11: <ACPI PCI bus> on pcib11
pcib11: allocated bus range (11-11) for rid 0 of pci11
pci11: domain=0, physical bus=11
found-> vendor=0x14e4, dev=0x164c, revid=0x12
domain=0, bus=11, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=6
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xd6000000, size 25, enabled
pcib11: allocated memory range (0xd6000000-0xd7ffffff) for rid 10 of pci0:11:0:0
pcib11: matched entry for 11.0.INTA
pcib11: slot 0 INTA hardwired to IRQ 18
bce0: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xd6000000-0xd7ffffff irq 18 at device 0.0 on pci11
bce0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 257 to local APIC 0 vector 53
bce0: using IRQ 257 for MSI
miibus0: <MII bus> on bce0
brgphy0: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus0
brgphy0: OUI 0x001018, model 0x0036, rev. 6
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce0: bpf attached
bce0: Ethernet address: a4:ba:db:34:77:df
bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (7.4.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (ipms 1.6.0)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib12: <ACPI PCI-PCI bridge> at device 3.0 on pci2
pcib8: allocated memory range (0xd8000000-0xd9ffffff) for rid 20 of pcib12
pcib12: domain 0
pcib12: secondary bus 8
pcib12: subordinate bus 9
pcib12: memory decode 0xd8000000-0xd9ffffff
pcib12: special decode ISA
pcib12: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3.UPST.DWN3 - AE_NOT_FOUND
pci8: <ACPI PCI bus> on pcib12
pcib12: allocated bus range (8-8) for rid 0 of pci8
pci8: domain=0, physical bus=8
found-> vendor=0x1166, dev=0x0103, revid=0xc3
domain=0, bus=8, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
secbus=9, subbus=9
pcib12: allocated bus range (9-9) for rid 0 of pci0:8:0:0
pcib13: <ACPI PCI-PCI bridge> at device 0.0 on pci8
pcib12: allocated memory range (0xd8000000-0xd9ffffff) for rid 20 of pcib13
pcib13: domain 0
pcib13: secondary bus 9
pcib13: subordinate bus 9
pcib13: memory decode 0xd8000000-0xd9ffffff
pcib13: special decode ISA
pci9: <ACPI PCI bus> on pcib13
pcib13: allocated bus range (9-9) for rid 0 of pci9
pci9: domain=0, physical bus=9
found-> vendor=0x14e4, dev=0x164c, revid=0x12
domain=0, bus=9, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xd8000000, size 25, enabled
pcib13: allocated memory range (0xd8000000-0xd9ffffff) for rid 10 of pci0:9:0:0
pcib13: matched entry for 9.0.INTA
pcib13: slot 0 INTA hardwired to IRQ 19
bce1: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xd8000000-0xd9ffffff irq 19 at device 0.0 on pci9
bce1: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 258 to local APIC 0 vector 54
bce1: using IRQ 258 for MSI
miibus1: <MII bus> on bce1
brgphy1: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus1
brgphy1: OUI 0x001018, model 0x0036, rev. 6
brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce1: bpf attached
bce1: Ethernet address: a4:ba:db:34:77:dd
bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (7.4.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (ipms 1.6.0)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib14: <ACPI PCI-PCI bridge> at device 4.0 on pci2
pcib8: allocated memory range (0xda000000-0xdbffffff) for rid 20 of pcib14
pcib14: domain 0
pcib14: secondary bus 6
pcib14: subordinate bus 7
pcib14: memory decode 0xda000000-0xdbffffff
pcib14: special decode ISA
pcib14: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3.UPST.DWN4 - AE_NOT_FOUND
pci6: <ACPI PCI bus> on pcib14
pcib14: allocated bus range (6-6) for rid 0 of pci6
pci6: domain=0, physical bus=6
found-> vendor=0x1166, dev=0x0103, revid=0xc3
domain=0, bus=6, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
secbus=7, subbus=7
pcib14: allocated bus range (7-7) for rid 0 of pci0:6:0:0
pcib15: <ACPI PCI-PCI bridge> at device 0.0 on pci6
pcib14: allocated memory range (0xda000000-0xdbffffff) for rid 20 of pcib15
pcib15: domain 0
pcib15: secondary bus 7
pcib15: subordinate bus 7
pcib15: memory decode 0xda000000-0xdbffffff
pcib15: special decode ISA
pci7: <ACPI PCI bus> on pcib15
pcib15: allocated bus range (7-7) for rid 0 of pci7
pci7: domain=0, physical bus=7
found-> vendor=0x14e4, dev=0x164c, revid=0x12
domain=0, bus=7, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=6
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xda000000, size 25, enabled
pcib15: allocated memory range (0xda000000-0xdbffffff) for rid 10 of pci0:7:0:0
pcib15: matched entry for 7.0.INTA
pcib15: slot 0 INTA hardwired to IRQ 37
bce2: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xda000000-0xdbffffff irq 37 at device 0.0 on pci7
bce2: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 259 to local APIC 0 vector 55
bce2: using IRQ 259 for MSI
miibus2: <MII bus> on bce2
brgphy2: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus2
brgphy2: OUI 0x001018, model 0x0036, rev. 6
brgphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce2: bpf attached
bce2: Ethernet address: a4:ba:db:34:77:db
bce2: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (7.4.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (UMP 1.1.9)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib16: <ACPI PCI-PCI bridge> at device 5.0 on pci2
pcib8: allocated memory range (0xdc000000-0xddffffff) for rid 20 of pcib16
pcib16: domain 0
pcib16: secondary bus 4
pcib16: subordinate bus 5
pcib16: memory decode 0xdc000000-0xddffffff
pcib16: special decode ISA
pcib16: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX3.UPST.DWN5 - AE_NOT_FOUND
pci4: <ACPI PCI bus> on pcib16
pcib16: allocated bus range (4-4) for rid 0 of pci4
pci4: domain=0, physical bus=4
found-> vendor=0x1166, dev=0x0103, revid=0xc3
domain=0, bus=4, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D3 current D0
secbus=5, subbus=5
pcib16: allocated bus range (5-5) for rid 0 of pci0:4:0:0
pcib17: <ACPI PCI-PCI bridge> at device 0.0 on pci4
pcib16: allocated memory range (0xdc000000-0xddffffff) for rid 20 of pcib17
pcib17: domain 0
pcib17: secondary bus 5
pcib17: subordinate bus 5
pcib17: memory decode 0xdc000000-0xddffffff
pcib17: special decode ISA
pci5: <ACPI PCI bus> on pcib17
pcib17: allocated bus range (5-5) for rid 0 of pci5
pci5: domain=0, physical bus=5
found-> vendor=0x14e4, dev=0x164c, revid=0x12
domain=0, bus=5, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x015e, statreg=0x02b0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xdc000000, size 25, enabled
pcib17: allocated memory range (0xdc000000-0xddffffff) for rid 10 of pci0:5:0:0
pcib17: matched entry for 5.0.INTA
pcib17: slot 0 INTA hardwired to IRQ 38
bce3: <Broadcom NetXtreme II BCM5708 1000Base-T (B2)> mem 0xdc000000-0xddffffff irq 38 at device 0.0 on pci5
bce3: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 260 to local APIC 0 vector 56
bce3: using IRQ 260 for MSI
miibus3: <MII bus> on bce3
brgphy3: <BCM5708C 1000BASE-T media interface> PHY 1 on miibus3
brgphy3: OUI 0x001018, model 0x0036, rev. 6
brgphy3: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow
bce3: bpf attached
bce3: Ethernet address: a4:ba:db:34:77:d9
bce3: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); B/C (7.4.0); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (UMP 1.1.9)
Coal (RX:6,6,18,18; TX:20,20,80,80)
pcib18: <ACPI PCI-PCI bridge> irq 32 at device 4.0 on pci0
pcib18: domain 0
pcib18: secondary bus 12
pcib18: subordinate bus 15
pcib18: special decode ISA
pcib18: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX4 - AE_NOT_FOUND
pci12: <ACPI PCI bus> on pcib18
pcib18: allocated bus range (12-12) for rid 0 of pci12
pci12: domain=0, physical bus=12
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=12, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
secbus=13, subbus=15
pcib18: allocated bus range (13-15) for rid 0 of pci0:12:0:0
pcib19: <ACPI PCI-PCI bridge> at device 0.0 on pci12
pcib19: domain 0
pcib19: secondary bus 13
pcib19: subordinate bus 15
pcib19: special decode ISA
pcib19: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX4.UPST - AE_NOT_FOUND
pci13: <ACPI PCI bus> on pcib19
pcib19: allocated bus range (13-13) for rid 0 of pci13
pci13: domain=0, physical bus=13
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=13, slot=2, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=15, subbus=15
pcib19: allocated bus range (15-15) for rid 0 of pci0:13:2:0
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=13, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=14, subbus=14
pcib19: allocated bus range (14-14) for rid 0 of pci0:13:4:0
pcib20: <ACPI PCI-PCI bridge> at device 2.0 on pci13
pcib20: domain 0
pcib20: secondary bus 15
pcib20: subordinate bus 15
pcib20: special decode ISA
pci15: <ACPI PCI bus> on pcib20
pcib20: allocated bus range (15-15) for rid 0 of pci15
pci15: domain=0, physical bus=15
pcib21: <ACPI PCI-PCI bridge> at device 4.0 on pci13
pcib21: domain 0
pcib21: secondary bus 14
pcib21: subordinate bus 14
pcib21: special decode ISA
pci14: <ACPI PCI bus> on pcib21
pcib21: allocated bus range (14-14) for rid 0 of pci14
pci14: domain=0, physical bus=14
pcib22: <ACPI PCI-PCI bridge> irq 33 at device 6.0 on pci0
pcib22: domain 0
pcib22: secondary bus 16
pcib22: subordinate bus 19
pcib22: special decode ISA
pcib22: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX6 - AE_NOT_FOUND
pci16: <ACPI PCI bus> on pcib22
pcib22: allocated bus range (16-16) for rid 0 of pci16
pci16: domain=0, physical bus=16
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=16, slot=0, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
secbus=17, subbus=19
pcib22: allocated bus range (17-19) for rid 0 of pci0:16:0:0
pcib23: <ACPI PCI-PCI bridge> at device 0.0 on pci16
pcib23: domain 0
pcib23: secondary bus 17
pcib23: subordinate bus 19
pcib23: special decode ISA
pcib23: could not get PCI interrupt routing table for \134_SB_.PCI0.PEX6.UPST - AE_NOT_FOUND
pci17: <ACPI PCI bus> on pcib23
pcib23: allocated bus range (17-17) for rid 0 of pci17
pci17: domain=0, physical bus=17
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=17, slot=2, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=19, subbus=19
pcib23: allocated bus range (19-19) for rid 0 of pci0:17:2:0
found-> vendor=0x111d, dev=0x801c, revid=0x0e
domain=0, bus=17, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
secbus=18, subbus=18
pcib23: allocated bus range (18-18) for rid 0 of pci0:17:4:0
pcib24: <ACPI PCI-PCI bridge> at device 2.0 on pci17
pcib24: domain 0
pcib24: secondary bus 19
pcib24: subordinate bus 19
pcib24: special decode ISA
pci19: <ACPI PCI bus> on pcib24
pcib24: allocated bus range (19-19) for rid 0 of pci19
pci19: domain=0, physical bus=19
pcib25: <ACPI PCI-PCI bridge> at device 4.0 on pci17
pcib25: domain 0
pcib25: secondary bus 18
pcib25: subordinate bus 18
pcib25: special decode ISA
pci18: <ACPI PCI bus> on pcib25
pcib25: allocated bus range (18-18) for rid 0 of pci18
pci18: domain=0, physical bus=18
pci0: <base peripheral> at device 8.0 (no driver attached)
pcib26: <ACPI PCI-PCI bridge> at device 28.0 on pci0
pcib26: domain 0
pcib26: secondary bus 21
pcib26: subordinate bus 21
pcib26: special decode ISA
pci21: <ACPI PCI bus> on pcib26
pcib26: allocated bus range (21-21) for rid 0 of pci21
pci21: domain=0, physical bus=21
uhci0: <Intel 631XESB/632XESB/3100 USB controller USB-1> port 0xcc80-0xcc9f irq 20 at device 29.0 on pci0
usbus0 on uhci0
uhci0: usbpf: Attached
uhci1: <Intel 631XESB/632XESB/3100 USB controller USB-2> port 0xcca0-0xccbf irq 20 at device 29.1 on pci0
usbus1 on uhci1
uhci1: usbpf: Attached
uhci2: <Intel 631XESB/632XESB/3100 USB controller USB-3> port 0xccc0-0xccdf irq 20 at device 29.2 on pci0
usbus2 on uhci2
uhci2: usbpf: Attached
uhci3: <Intel 631XESB/632XESB/3100 USB controller USB-4> port 0xcce0-0xccff irq 20 at device 29.3 on pci0
usbus3 on uhci3
uhci3: usbpf: Attached
ehci0: <Intel 63XXESB USB 2.0 controller> mem 0xde0ffc00-0xde0fffff irq 21 at device 29.7 on pci0
ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 57
usbus4: EHCI version 1.0
usbus4 on ehci0
ehci0: usbpf: Attached
pcib27: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib27
pcib0: allocated type 3 (0xde400000-0xde4fffff) for rid 20 of pcib27
pcib0: allocated type 3 (0xc8000000-0xcfffffff) for rid 24 of pcib27
pcib27: domain 0
pcib27: secondary bus 27
pcib27: subordinate bus 27
pcib27: I/O decode 0xd000-0xdfff
pcib27: memory decode 0xde400000-0xde4fffff
pcib27: prefetched decode 0xc8000000-0xcfffffff
pcib27: special decode VGA, subtractive
pci27: <ACPI PCI bus> on pcib27
pcib27: allocated bus range (27-27) for rid 0 of pci27
pci27: domain=0, physical bus=27
found-> vendor=0x1002, dev=0x515e, revid=0x02
domain=0, bus=27, slot=12, func=0
class=03-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0187, statreg=0x0290, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Prefetchable Memory, range 32, base 0xc8000000, size 27, enabled
pcib27: allocated prefetch range (0xc8000000-0xcfffffff) for rid 10 of pci0:27:12:0
map[14]: type I/O Port, range 32, base 0xdc00, size 8, enabled
pcib27: allocated I/O port range (0xdc00-0xdcff) for rid 14 of pci0:27:12:0
map[18]: type Memory, range 32, base 0xde4f0000, size 16, enabled
pcib27: allocated memory range (0xde4f0000-0xde4fffff) for rid 18 of pci0:27:12:0
pcib27: matched entry for 27.12.INTA
pcib27: slot 12 INTA hardwired to IRQ 17
vgapci0: <VGA-compatible display> port 0xdc00-0xdcff mem 0xc8000000-0xcfffffff,0xde4f0000-0xde4fffff irq 17 at device 12.0 on pci27
vgapci0: Boot video device
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel 63XXESB2 SATA300 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.2 on pci0
pci0: child atapci0 requested type 4 for rid 0x24, but the BAR says it is an memio
ata0: <ATA channel> at channel 0 on atapci0
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 58
ata1: <ATA channel> at channel 1 on atapci0
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 0 vector 59
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 0 vector 60
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 61
uart1: fast interrupt
ACPI: Enabled 1 GPEs in block 00 to 1F
acpi0: wakeup code va 0xfffffe104ad05000 pa 0x90000
ex_isa_identify()
ahc_isa_identify 0: ioport 0xc00 alloc failed
ahc_isa_identify 1: ioport 0x1c00 alloc failed
ahc_isa_identify 2: ioport 0x2c00 alloc failed
ahc_isa_identify 3: ioport 0x3c00 alloc failed
ahc_isa_identify 4: ioport 0x4c00 alloc failed
ahc_isa_identify 5: ioport 0x5c00 alloc failed
ahc_isa_identify 6: ioport 0x6c00 alloc failed
ahc_isa_identify 7: ioport 0x7c00 alloc failed
ahc_isa_identify 8: ioport 0x8c00 alloc failed
ahc_isa_identify 9: ioport 0x9c00 alloc failed
ahc_isa_identify 10: ioport 0xac00 alloc failed
ahc_isa_identify 11: ioport 0xbc00 alloc failed
ahc_isa_identify 12: ioport 0xcc00 alloc failed
ahc_isa_identify 13: ioport 0xdc00 alloc failed
ahc_isa_identify 14: ioport 0xec00 alloc failed
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
isa_probe_children: disabling PnP devices
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-0xc8fff,0xcf800-0xd07ff,0xec000-0xeffff 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
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd: the current kbd controller command byte 0045
atkbd: keyboard ID 0xffffffff (1)
atkbd: failed to reset the keyboard.
kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 62
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0 failed to probe at irq 7 on isa0
wbwd0 failed to probe on isa0
isa_probe_children: probing PnP devices
est0: enabling SpeedStep
est0: <Enhanced SpeedStep Frequency Control> on cpu0
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
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 b2c0b2c06000b2c
device_attach: est1 attach returned 6
p4tcc1: <CPU Frequency Thermal Control> on cpu1
est2: <Enhanced SpeedStep Frequency Control> on cpu2
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est2 attach returned 6
p4tcc2: <CPU Frequency Thermal Control> on cpu2
est3: <Enhanced SpeedStep Frequency Control> on cpu3
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est3 attach returned 6
p4tcc3: <CPU Frequency Thermal Control> on cpu3
est4: <Enhanced SpeedStep Frequency Control> on cpu4
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est4 attach returned 6
p4tcc4: <CPU Frequency Thermal Control> on cpu4
est5: <Enhanced SpeedStep Frequency Control> on cpu5
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est5 attach returned 6
p4tcc5: <CPU Frequency Thermal Control> on cpu5
est6: <Enhanced SpeedStep Frequency Control> on cpu6
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est6 attach returned 6
p4tcc6: <CPU Frequency Thermal Control> on cpu6
est7: <Enhanced SpeedStep Frequency Control> on cpu7
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est7 attach returned 6
p4tcc7: <CPU Frequency Thermal Control> on cpu7
est8: <Enhanced SpeedStep Frequency Control> on cpu8
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est8 attach returned 6
p4tcc8: <CPU Frequency Thermal Control> on cpu8
est9: <Enhanced SpeedStep Frequency Control> on cpu9
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est9 attach returned 6
p4tcc9: <CPU Frequency Thermal Control> on cpu9
est10: <Enhanced SpeedStep Frequency Control> on cpu10
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est10 attach returned 6
p4tcc10: <CPU Frequency Thermal Control> on cpu10
est11: <Enhanced SpeedStep Frequency Control> on cpu11
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est11 attach returned 6
p4tcc11: <CPU Frequency Thermal Control> on cpu11
est12: <Enhanced SpeedStep Frequency Control> on cpu12
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est12 attach returned 6
p4tcc12: <CPU Frequency Thermal Control> on cpu12
est13: <Enhanced SpeedStep Frequency Control> on cpu13
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est13 attach returned 6
p4tcc13: <CPU Frequency Thermal Control> on cpu13
est14: <Enhanced SpeedStep Frequency Control> on cpu14
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est14 attach returned 6
p4tcc14: <CPU Frequency Thermal Control> on cpu14
est15: <Enhanced SpeedStep Frequency Control> on cpu15
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr b2c0b2c06000b2c
device_attach: est15 attach returned 6
p4tcc15: <CPU Frequency Thermal Control> on cpu15
Device configuration finished.
mfi0: 2640 (446491053s/0x0020/info) - Shutdown command received from host
mfi0: 2641 (boot + 3s/0x0020/info) - Firmware initialization started (PCI ID 0060/1000/1f0b/1028)
mfi0: 2642 (boot + 3s/0x0020/info) - Firmware version 1.22.02-0612
mfi0: 2643 (boot + 23s/0x0008/info) - Battery Present
mfi0: 2644 (boot + 23s/0x0020/info) - Controller hardware revision ID (0x0)
mfi0: 2645 (boot + 23s/0x0020/info) - Package version 6.2.0-0013
mfi0: 2646 (boot + 23s/0x0020/info) - Board Revision
mfi0: 2647 (boot + 48s/0x0004/info) - Enclosure PD 20(c None/p0) communication restored
mfi0: 2648 (boot + 48s/0x0002/info) - Inserted: Encl PD 20
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 2649 (boot + 48s/0x0002/info) - Inserted: PD 20(c None/p0) Info: enclPd=20, scsiType=d, portMap=09, sasAddr=5782b0b030556700,0000000000000000
mfi0: 2650 (boot + 48s/0x0002/info) - Inserted: PD 00(e0x20/s0)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 2651 (boot + 48s/0x0002/info) - Inserted: PD 00(e0x20/s0) Info: enclPd=20, scsiType=0, portMap=00, sasAddr=500000e017d17152,0000000000000000
mfi0: 2652 (boot + 48s/0x0002/info) - Inserted: PD 01(e0x20/s1)
mfi0: MFI_DCMD_PD_LIST_QUERY failed 2
mfi0: 2653 (boot + 48s/0x0002/info) - Inserted: PD 01(e0x20/s1) Info: enclPd=20, scsiType=0, portMap=01, sasAddr=500000e017d168e2,0000000000000000
mfi0: 2654 (446491115s/0x0020/info) - Time established as 02/23/14 17:18:35; (50 seconds since power on)
procfs registered
lapic: Divisor 2, Frequency 132996683 Hz
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
tcp_init: net.inet.tcp.tcbhashsize auto tuned to 524288
lo0: bpf attached
hptnr: no controller detected.
hpt27xx: no controller detected.
hptrr: no controller detected.
random: unblocking device.
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 480Mbps High Speed USB v2.0
ugen1.1: <Intel> at usbus1
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen0.1: <Intel> at usbus0
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen4.1: <Intel> at usbus4
uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen2.1: <Intel> at usbus2
uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
mfid0 on mfi0
mfid0: 139392MB (285474816 sectors) RAID volume (no label) is optimal
mfi0: 2655 (446491153s/0x0008/info) - Battery temperature is normal
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
mfi0: 2656 (446491153s/0x0008/info) - Current capacity of the battery is above threshold
ata0: SATA reset: ports status=0x01
ata0: reset tp1 mask=03 ostat0=00 ostat1=00
ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: reset tp2 stat0=00 stat1=00 devices=0x30000
ata1: SATA reset: ports status=0x00
GEOM: new disk mfid0
pass0 at ata0 bus 0 scbus0 target 0 lun 0
pass0: <TEAC DVD-ROM DV-28SW R.2A> Removable CD-ROM SCSI-0 device
pass0: Serial Number 10030522044949
pass0: 150.000MB/s transfers (SATA, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <TEAC DVD-ROM DV-28SW R.2A> Removable CD-ROM SCSI-0 device
cd0: Serial Number 10030522044949
cd0: 150.000MB/s transfers (SATA, UDMA5, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open
GEOM: new disk cd0
Netvsc initializing... done!
SMP: AP CPU #10 Launched!
cpu10 AP:
ID: 0x12000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #8 Launched!
cpu8 AP:
ID: 0x10000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #11 Launched!
cpu11 AP:
ID: 0x13000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #9 Launched!
cpu9 AP:
ID: 0x11000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #14 Launched!
cpu14 AP:
ID: 0x1a000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #12 Launched!
cpu12 AP:
ID: 0x18000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #15 Launched!
cpu15 AP:
ID: 0x1b000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #13 Launched!
cpu13 AP:
ID: 0x19000000 VER: 0x00050014 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: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #3 Launched!
cpu3 AP:
ID: 0x03000000 VER: 0x00050014 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: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #5 Launched!
cpu5 AP:
ID: 0x09000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #7 Launched!
cpu7 AP:
ID: 0x0b000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #4 Launched!
cpu4 AP:
ID: 0x08000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: AP CPU #6 Launched!
cpu6 AP:
ID: 0x0a000000 VER: 0x00050014 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 9 (ISA IRQ 9) to lapic 8 vector 48
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 9 vector 48
ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 10 vector 48
ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 11 vector 48
msi: Assigning MSI IRQ 256 to local APIC 16 vector 48
msi: Assigning MSI IRQ 257 to local APIC 17 vector 48
msi: Assigning MSI IRQ 258 to local APIC 18 vector 48
msi: Assigning MSI IRQ 259 to local APIC 19 vector 48
msi: Assigning MSI IRQ 260 to local APIC 24 vector 48
SMP: passed TSC synchronization test
TSC timecounter discards lower 1 bit(s)
Timecounter "TSC-low" frequency 1462963106 Hz quality 1000
WARNING: WITNESS option enabled, expect reduced performance.
Root mount waiting for: usbus4
Root mount waiting for: usbus4
uhub2: 8 ports with 8 removable, self powered
Root mount waiting for: usbus4
ugen4.2: <vendor 0x413c> at usbus4
uhub5: <vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2> on usbus4
uhub5: MTT enabled
uhub5: 2 ports with 2 removable, self powered
Root mount waiting for: usbus4
ugen4.3: <Dell> at usbus4
ukbd0: <Keyboard> on usbus4
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
Root mount waiting for: usbus4
ugen4.4: <DELL INC.> at usbus4
umass0: <VIRTUAL CDROM > on usbus4
umass0: SCSI over Bulk-Only; quirks = 0x0100
umass0:2:0: Attached to scbus2
umass1: <VIRTUAL FLOPPY > on usbus4
umass1: SCSI over Bulk-Only; quirks = 0x0100
umass1:3:1: Attached to scbus3
(probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0?
(probe1:umass-sim1:1:0:0): Down reving Protocol Version from 2 to 0?
GEOM: new disk cd1
pass1 at umass-sim0 bus 0 scbus2 target 0 lun 0
pass1: <Dell Virtual CDROM 123> Removable CD-ROM SCSI-0 device
pass1: 40.000MB/s transfers
pass2 at umass-sim1 bus 1 scbus3 target 0 lun 0
pass2: <Dell Virtual Floppy 123> Removable Direct Access SCSI-0 device
pass2: 40.000MB/s transfers
cd1 at umass-sim0 bus 0 scbus2 target 0 lun 0
cd1: <Dell Virtual CDROM 123> Removable CD-ROM SCSI-0 device
cd1: 40.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
da0 at umass-sim1 bus 1 scbus3 target 0 lun 0
cd1: quirks=0x10<10_BYTE_ONLY>
da0: <Dell Virtual Floppy 123> Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
da0: quirks=0x2<NO_6_BYTE>
da0: Delete methods: <NONE(*)>
GEOM: new disk da0
Root mount waiting for: usbus4
ugen4.5: <vendor 0x04b4> at usbus4
uhub6: <vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/90.15, addr 5> on usbus4
Root mount waiting for: usbus4
uhub6: 2 ports with 2 removable, self powered
ugen1.2: <Dell> at usbus1
ukbd1: <Dell Dell USB Keyboard, class 0/0, rev 1.10/3.01, addr 2> on usbus1
kbd3 at ukbd1
kbd3: ukbd1, generic (0), config:0x0, flags:0x3d0000
ugen4.6: <vendor 0x04b4> at usbus4
uhub7: <vendor 0x04b4 product 0x6560, class 9/0, rev 2.00/90.15, addr 6> on usbus4
Root mount waiting for: usbus4
uhub7: 2 ports with 2 removable, self powered
Trying to mount root from ufs:/dev/mfid0p2 [rw]...
start_init: trying /sbin/init
ums0: <Mouse> on usbus4
ums0: 3 buttons and [Z] coordinates ID=0
mfi0: 2657 (446491218s/0x0008/info) - Battery started charging
Linux ELF exec handler installed
linprocfs registered
linsysfs registered
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c3e59d7269120184dac8102482dbd030>
