Date: Tue, 13 Dec 2016 22:17:06 +0400 (AMT) From: Hrant Dadivanyan <hrant@dadivanyan.net> To: Konstantin Belousov <kostikbel@gmail.com> Cc: Ian Lepore <ian@freebsd.org>, freebsd-hackers@freebsd.org Subject: Re: system time instability Message-ID: <E1cGrdS-00056Q-FR@pandora.amnic.net> In-Reply-To: <20161213103703.GR54029@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--ELM1481653026-17779-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" > On Mon, Dec 12, 2016 at 11:33:59PM +0400, Hrant Dadivanyan wrote: > > > On Mon, Dec 12, 2016 at 11:04:08PM +0400, Hrant Dadivanyan wrote: > > > > Now, when you ask, I start to suspect PPS delivery to uart again - cable > > > > and amplifier, but can't understand how the 100ppm error fits into that. > > > > > > If you disable PPS sync in ntp config, does the machine keep time adequately ? > > > > > > > Thanks for reminding - yes, I've tried this as well, the issue persists. > > So uart shouldn't be in charge. > > This statement seems to be wrong, look below. > > > There might be relatively long pauses when system management mode handlers > > > do something in response to hw events. E.g. if you have USB emulation of > > > AT keyboard enabled in BIOS, try to disable that. And update the BIOS. > > > > The USB is switched off in the BIOS. I've removed all changes in sysctl.conf > > and nice flag from ntpd, recompiled kernel as following: > > include GENERIC > > options PPS_SYNC > > device pf > > device pflog > > and started over. Dmesg is attached. > > > Please show verbose dmesg. > I've updated BIOS to the latest one. Verbose dmesg is attached. > > CPU: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (2194.55-MHz K8-class CPU) > > This is relatively old CPU which is known to have some (minor) issues with > interaction between power saving and cores. Try the following OS config: > disable deep C states, allow only C1 (there might be some tweaks in BIOS, > if possible, disable the Cn, n > 1, there too); Have never touched Cx states on servers, it was disabled in BIOS and sysctl shows C1 as lowest. Now I've enabled it in BIOS, but didn't touch in OS: dev.cpu.1.cx_usage: 100.00% last 31000us dev.cpu.1.cx_lowest: C1 dev.cpu.1.cx_supported: C1/1/0 dev.cpu.0.cx_usage: 100.00% last 5569us dev.cpu.0.cx_lowest: C1 dev.cpu.0.cx_supported: C1/1/0 dev.cpu.0.freq_levels: 2200/35000 2000/31000 1800/27000 1600/23000 1400/19000 1200/16000 dev.cpu.0.freq: 2200 Is this correct ? > use LAPIC for event timer (not HPET); Have disabled HPET in BIOS: kern.eventtimer.periodic: 0 kern.eventtimer.timer: LAPIC kern.eventtimer.idletick: 0 kern.eventtimer.singlemul: 2 kern.eventtimer.choice: LAPIC(400) i8254(100) RTC(0) kern.eventtimer.et.i8254.quality: 100 kern.eventtimer.et.i8254.frequency: 1193182 kern.eventtimer.et.i8254.flags: 1 kern.eventtimer.et.RTC.quality: 0 kern.eventtimer.et.RTC.frequency: 32768 kern.eventtimer.et.RTC.flags: 17 kern.eventtimer.et.LAPIC.quality: 400 kern.eventtimer.et.LAPIC.frequency: 99751860 kern.eventtimer.et.LAPIC.flags: 15 > re-check that you use RDTSC for the timecounter; kern.timecounter.tsc_shift: 1 kern.timecounter.smp_tsc_adjust: 0 kern.timecounter.smp_tsc: 1 kern.timecounter.invariant_tsc: 1 kern.timecounter.fast_gettime: 1 kern.timecounter.tick: 1 kern.timecounter.choice: TSC-low(1000) ACPI-fast(900) i8254(0) dummy(-1000000) kern.timecounter.hardware: TSC-low kern.timecounter.alloweddeviation: 5 kern.timecounter.stepwarnings: 0 kern.timecounter.tc.TSC-low.quality: 1000 kern.timecounter.tc.TSC-low.frequency: 1097249250 kern.timecounter.tc.TSC-low.counter: 1335765171 kern.timecounter.tc.TSC-low.mask: 4294967295 kern.timecounter.tc.ACPI-fast.quality: 900 kern.timecounter.tc.ACPI-fast.frequency: 3579545 kern.timecounter.tc.ACPI-fast.counter: 6343821 kern.timecounter.tc.ACPI-fast.mask: 16777215 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.counter: 2701 kern.timecounter.tc.i8254.mask: 65535 > do not enable powerd. > Never did on servers. > You might also try the stable/11 kernel, which has more changes WRT C-states > handling and PPS/ntp locking. > The server did run for almost a day without PPS and looks stable. I start to believe, to my shame, that I did a mistake when testing this previously. Then the whole post is wrong and cable seems to be most suspected part again. Even now it's hard to understand this wrong behaviour, but anyway ... Just replaced the cable with shielded one where each pair has separate shield, used dedicated pair for PPS and ground; grounded the shields. Thank you Konstantin, thank you Ian ! Hrant -- Hrant Dadivanyan (aka Ran d'Adi) hrant(at)dadivanyan.net /* "Feci quod potui, faciant meliora potentes." */ ran(at)psg.com --ELM1481653026-17779-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain Content-Disposition: attachment; filename="dmesg.v" Content-Description: Table 'FACP' at 0x7f68ad08 Table 'TCPA' at 0x7f68ad8c Table 'MCFG' at 0x7f68adbe Table 'APIC' at 0x7f68adfa APIC: Found table at 0x7f68adfa 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) Copyright (c) 1992-2016 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 10.3-RELEASE-p14 #0 r309851: Mon Dec 12 19:38:52 AMT 2016 ran@ntp.amnic.net:/usr/obj/usr/src/sys/NTP amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff819f3000. Calibrating TSC clock ... TSC clock: 2194547245 Hz CPU: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (2194.55-MHz K8-class CPU) Origin="GenuineIntel" Id=0x6fd Family=0x6 Model=0xf Stepping=13 Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0xe39d<SSE3,DTES64,MON,DS_CPL,EST,TM2,SSSE3,CX16,xTPR,PDCM> AMD Features=0x20100800<SYSCALL,NX,LM> AMD Features2=0x1<LAHF> TSC: P-state invariant, performance statistics Instruction TLB: 2M pages, 4-way, 8 entries or 4M pages, 4-way, 4 entries Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries 64-Byte prefetching Data TLB0: 4 KByte pages, 4-way associative, 16 entries Data TLB0: 4 MByte pages, 4-way set associative, 16 entries 2nd-level cache: 2-MB, 8-way set associative, 64-byte line size 1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size Data TLB1: 4 KByte pages, 4-way associative, 256 entries 1st-level data cache: 32 KB, 8-way set associative, 64 byte line size L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line real memory = 2147483648 (2048 MB) Physical memory chunk(s): 0x0000000000010000 - 0x0000000000091fff, 532480 bytes (130 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001a35000 - 0x000000007c245fff, 2055278592 bytes (501777 pages) avail memory = 2040201216 (1945 MB) Event timer "LAPIC" quality 400 LAPIC: ipi_wait() us multiplier 55 (r 39750084 tsc 2194547245) ACPI APIC Table: <PTLTD APIC > INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 APIC: CPU 0 has ACPI ID 0 APIC: CPU 1 has ACPI ID 1 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x090000-0x090fff at 0xfffffe007b5ef000 x86bios: EBDA 0x096000-0x09ffff at 0xfffff80000096000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 XEN: CPU 0 has VCPU ID 0 XEN: CPU 1 has VCPU ID 1 Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present Falling back to <Software, Yarrow> random adaptor random: <Software, Yarrow> initialized ULE: setup cpu 0 ULE: setup cpu 1 ACPI: RSDP 0x00000000000F7260 000014 (v00 PTLTD ) ACPI: RSDT 0x000000007F681E06 000060 (v01 PTLTD RSDT 06040000 LTP 00000000) ACPI: FACP 0x000000007F68AD08 000084 (v01 SUPRMC 06040000 PTL 00000003) ACPI: DSDT 0x000000007F68569F 005669 (v01 INTEL BR_WATER 06040000 MSFT 03000001) ACPI: FACS 0x000000007F68BFC0 000040 ACPI: TCPA 0x000000007F68AD8C 000032 (v01 SMC 06040000 PTL 00000000) ACPI: MCFG 0x000000007F68ADBE 00003C (v01 PTLTD MCFG 06040000 LTP 00000000) ACPI: APIC 0x000000007F68ADFA 000068 (v01 PTLTD ? APIC 06040000 LTP 00000000) ACPI: BOOT 0x000000007F68AE62 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) ACPI: SLIC 0x000000007F68AE8A 000176 (v01 OEMID_ OEMTABLE 06040000 LTP 00000000) ACPI: SSDT 0x000000007F6836D9 00025F (v01 PmRef Cpu0Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F683633 0000A6 (v01 PmRef Cpu7Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F68358D 0000A6 (v01 PmRef Cpu6Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F6834E7 0000A6 (v01 PmRef Cpu5Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F683441 0000A6 (v01 PmRef Cpu4Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F68339B 0000A6 (v01 PmRef Cpu3Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F6832F5 0000A6 (v01 PmRef Cpu2Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F68324F 0000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050228) ACPI: SSDT 0x000000007F681E66 0013E9 (v01 PmRef CpuPm 00003000 INTL 20050228) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 lapic0: Routing NMI -> LINT1 lapic0: LINT1 trigger: edge lapic0: LINT1 polarity: high lapic1: Routing NMI -> LINT1 lapic1: LINT1 trigger: edge lapic1: 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 cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00000200 err: 0x000000f0 pmc: 0x00010400 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 wlan: <802.11 Link Layer> null: <null device, zero device> nfslock: pseudo-device VESA: INT 0x10 vector 0xc000:0x0014 VESA: information block 0000 56 45 53 41 00 03 00 01 00 91 01 00 00 00 40 00 0010 00 91 77 00 00 01 38 01 00 91 4a 01 00 91 73 01 0020 00 91 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 60 01 61 01 62 01 63 01 64 01 65 01 66 01 67 01 0050 68 01 3c 01 4d 01 5c 01 3a 01 4b 01 5a 01 07 01 0060 1a 01 1b 01 05 01 17 01 18 01 12 01 14 01 15 01 0070 01 01 03 01 11 01 ff ff 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 49 6e 74 65 6c 28 72 29 42 72 6f 61 64 77 61 74 0110 65 72 2d 47 20 47 72 61 70 68 69 63 73 20 43 68 0120 69 70 20 41 63 63 65 6c 65 72 61 74 65 64 20 56 0130 47 41 20 42 49 4f 53 00 49 6e 74 65 6c 20 43 6f 0140 72 70 6f 72 61 74 69 6f 6e 00 49 6e 74 65 6c 28 0150 72 29 42 72 6f 61 64 77 61 74 65 72 2d 47 20 47 0160 72 61 70 68 69 63 73 20 43 6f 6e 74 72 6f 6c 6c 0170 65 72 00 48 61 72 64 77 61 72 65 20 56 65 72 73 0180 69 6f 6e 20 30 2e 30 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: 17 mode(s) found VESA: v3.0, 7616k memory, flags:0x1, mode table:0xfffffe007b5ff040 (91000040) VESA: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS VESA: Intel Corporation Intel(r)Broadwater-G Graphics Controller Hardware Version 0.0 io: <I/O> VMBUS: load kbd: new array size 4 kbd1 at kbdmux0 mem: <memory> hpt27xx: RocketRAID 27xx controller driver v1.2.7 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 hptnr: R750/DC7280 controller driver v1.1.4 acpi0: <PTLTD RSDT> 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 cpu0: Processor \134_PR_.CPU0 (ACPI ID 0) -> APIC ID 0 cpu0: <ACPI CPU> on acpi0 ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFF80002532000 0002E5 (v01 PmRef Cpu0Ist 00003000 INTL 20050228) cpu0: switching to generic Cx mode cpu1: Processor \134_PR_.CPU1 (ACPI ID 1) -> APIC ID 1 cpu1: <ACPI CPU> on acpi0 ACPI: Dynamic OEM Table Load: ACPI: SSDT 0xFFFFF80002531800 000276 (v01 PmRef Cpu1Ist 00003000 INTL 20050228) ACPI: Processor \134_PR_.CPU2 (ACPI ID 2) ignored ACPI: Processor \134_PR_.CPU3 (ACPI ID 3) ignored ACPI: Processor \134_PR_.CPU4 (ACPI ID 4) ignored ACPI: Processor \134_PR_.CPU5 (ACPI ID 5) ignored ACPI: Processor \134_PR_.CPU6 (ACPI ID 6) ignored ACPI: Processor \134_PR_.CPU7 (ACPI ID 7) ignored atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 49 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: <AT timer> port 0x40-0x43,0x50-0x53 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 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 0x1008-0x100b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 10 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 11 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 12 14 15 Validation 0 255 N 0 3 4 5 6 7 10 11 12 14 15 After Disable 0 255 N 0 3 4 5 6 7 10 11 12 14 15 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pcib0: decoding 5 range 0-0xff pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd4000-0xd7fff pcib0: decoding 3 range 0xd8000-0xdbfff pcib0: decoding 3 range 0xdc000-0xdffff pcib0: decoding 3 range 0xe0000-0xe3fff pcib0: decoding 3 range 0x80000000-0xdfffffff pcib0: decoding 4 range 0xd00-0xfdff pcib0: decoding 3 range 0xfed40000-0xfed44fff pci0: <ACPI PCI bus> on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x2970, revid=0x02 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2972, revid=0x02 domain=0, bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type Memory, range 32, base 0xd0000000, size 20, enabled pcib0: allocated type 3 (0xd0000000-0xd00fffff) for rid 10 of pci0:0:2:0 map[18]: type Prefetchable Memory, range 64, base 0xc0000000, size 28, enabled pcib0: allocated type 3 (0xc0000000-0xcfffffff) for rid 18 of pci0:0:2:0 map[20]: type I/O Port, range 32, base 0x3030, size 3, enabled pcib0: allocated type 4 (0x3030-0x3037) for rid 20 of pci0:0:2:0 pcib0: matched entry for 0.2.INTA pcib0: slot 2 INTA hardwired to IRQ 16 found-> vendor=0x8086, dev=0x27d0, revid=0x01 domain=0, bus=0, slot=28, func=0 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 16 secbus=1, subbus=1 found-> vendor=0x8086, dev=0x27e0, revid=0x01 domain=0, bus=0, slot=28, func=4 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTA pcib0: slot 28 INTA hardwired to IRQ 16 secbus=2, subbus=2 found-> vendor=0x8086, dev=0x27e2, revid=0x01 domain=0, bus=0, slot=28, func=5 class=06-04-00, hdrtype=0x01, mfdev=1 cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.28.INTB pcib0: slot 28 INTB hardwired to IRQ 17 secbus=3, subbus=3 found-> vendor=0x8086, dev=0x244e, revid=0xe1 domain=0, bus=0, slot=30, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) secbus=4, subbus=4 found-> vendor=0x8086, dev=0x27b8, revid=0x01 domain=0, bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x27c3, revid=0x01 domain=0, bus=0, slot=31, func=2 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message map[10]: type I/O Port, range 32, base 0x3048, size 3, enabled pcib0: allocated type 4 (0x3048-0x304f) for rid 10 of pci0:0:31:2 map[14]: type I/O Port, range 32, base 0x303c, size 2, enabled pcib0: allocated type 4 (0x303c-0x303f) for rid 14 of pci0:0:31:2 map[18]: type I/O Port, range 32, base 0x3040, size 3, enabled pcib0: allocated type 4 (0x3040-0x3047) for rid 18 of pci0:0:31:2 map[1c]: type I/O Port, range 32, base 0x3038, size 2, enabled pcib0: allocated type 4 (0x3038-0x303b) for rid 1c of pci0:0:31:2 map[20]: type I/O Port, range 32, base 0x3020, size 4, enabled pcib0: allocated type 4 (0x3020-0x302f) for rid 20 of pci0:0:31:2 map[24]: type Memory, range 32, base 0xd0500000, size 10, enabled pcib0: allocated type 3 (0xd0500000-0xd05003ff) for rid 24 of pci0:0:31:2 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 17 found-> vendor=0x8086, dev=0x27da, revid=0x01 domain=0, bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[20]: type I/O Port, range 32, base 0x1100, size 5, enabled pcib0: allocated type 4 (0x1100-0x111f) for rid 20 of pci0:0:31:3 pcib0: matched entry for 0.31.INTB pcib0: slot 31 INTB hardwired to IRQ 17 vgapci0: <VGA-compatible display> port 0x3030-0x3037 mem 0xd0000000-0xd00fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0 agp0: <Intel 946GZ SVGA controller> on vgapci0 pcib0: allocated type 3 (0x80000000-0x80000fff) for rid 64 of agp0 agp0: Allocated flush page phys 0x80000000 virt 0xfffff80080000000 agp0: aperture size is 256M, detected 7676k stolen memory agp0: AGP_I965_PGTBL_CTL2: 00000000 agp0: AGP_I855_GCC1: 0x30 agp0: AGP_I965_MSAC: 0x00 agp0: Mappable GTT entries: 65536 agp0: Total GTT entries: 131072 vgapci0: Boot video device pcib1: <ACPI PCI-PCI bridge> irq 16 at device 28.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pci1: <ACPI PCI bus> on pcib1 pcib1: allocated bus range (1-1) for rid 0 of pci1 pci1: domain=0, physical bus=1 pcib2: <ACPI PCI-PCI bridge> irq 16 at device 28.4 on pci0 pcib2: allocating non-ISA range 0x4000-0x40ff pcib0: allocated type 4 (0x4000-0x40ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0x4400-0x44ff pcib0: allocated type 4 (0x4400-0x44ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0x4800-0x48ff pcib0: allocated type 4 (0x4800-0x48ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0x4c00-0x4cff pcib0: allocated type 4 (0x4c00-0x4cff) for rid 1c of pcib2 pcib0: allocated type 3 (0xd0100000-0xd01fffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0x4000-0x4fff pcib2: memory decode 0xd0100000-0xd01fffff pcib2: special decode ISA pci2: <ACPI PCI bus> on pcib2 pcib2: allocated bus range (2-2) for rid 0 of pci2 pci2: domain=0, physical bus=2 found-> vendor=0x8086, dev=0x109a, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xd0100000, size 17, enabled pcib2: allocated memory range (0xd0100000-0xd011ffff) for rid 10 of pci0:2:0:0 map[18]: type I/O Port, range 32, base 0x4000, size 5, enabled pcib2: allocated I/O port range (0x4000-0x401f) for rid 18 of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em0: <Intel(R) PRO/1000 Network Connection 7.6.1-k> port 0x4000-0x401f mem 0xd0100000-0xd011ffff irq 16 at device 0.0 on pci2 em0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 256 to local APIC 0 vector 51 em0: using IRQ 256 for MSI em0: Using an MSI interrupt em0: bpf attached em0: Ethernet address: 00:30:48:93:70:12 pcib3: <ACPI PCI-PCI bridge> irq 17 at device 28.5 on pci0 pcib3: allocating non-ISA range 0x5000-0x50ff pcib0: allocated type 4 (0x5000-0x50ff) for rid 1c of pcib3 pcib3: allocating non-ISA range 0x5400-0x54ff pcib0: allocated type 4 (0x5400-0x54ff) for rid 1c of pcib3 pcib3: allocating non-ISA range 0x5800-0x58ff pcib0: allocated type 4 (0x5800-0x58ff) for rid 1c of pcib3 pcib3: allocating non-ISA range 0x5c00-0x5cff pcib0: allocated type 4 (0x5c00-0x5cff) for rid 1c of pcib3 pcib0: allocated type 3 (0xd0200000-0xd02fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x5000-0x5fff pcib3: memory decode 0xd0200000-0xd02fffff pcib3: special decode ISA pci3: <ACPI PCI bus> on pcib3 pcib3: allocated bus range (3-3) for rid 0 of pci3 pci3: domain=0, physical bus=3 found-> vendor=0x8086, dev=0x109a, revid=0x00 domain=0, bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=8 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 32, base 0xd0200000, size 17, enabled pcib3: allocated memory range (0xd0200000-0xd021ffff) for rid 10 of pci0:3:0:0 map[18]: type I/O Port, range 32, base 0x5000, size 5, enabled pcib3: allocated I/O port range (0x5000-0x501f) for rid 18 of pci0:3:0:0 pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 17 em1: <Intel(R) PRO/1000 Network Connection 7.6.1-k> port 0x5000-0x501f mem 0xd0200000-0xd021ffff irq 17 at device 0.0 on pci3 em1: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 257 to local APIC 0 vector 52 em1: using IRQ 257 for MSI em1: Using an MSI interrupt em1: bpf attached em1: Ethernet address: 00:30:48:93:70:13 pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: special decode ISA, subtractive pci4: <ACPI PCI bus> on pcib4 pcib4: allocated bus range (4-4) for rid 0 of pci4 pci4: domain=0, physical bus=4 isab0: <PCI-ISA bridge> at device 31.0 on pci0 isa0: <ISA bus> on isab0 ahci0: <Intel ICH7 AHCI SATA controller> port 0x3048-0x304f,0x303c-0x303f,0x3040-0x3047,0x3038-0x303b,0x3020-0x302f mem 0xd0500000-0xd05003ff irq 17 at device 31.2 on pci0 ahci0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 258 to local APIC 0 vector 53 ahci0: using IRQ 258 for MSI ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ ALP AL CLO 3Gbps PMD SSC PSC 32cmd 4ports ahcich0: <AHCI channel> at channel 0 on ahci0 ahcich0: Caps: HPCP ahcich1: <AHCI channel> at channel 1 on ahci0 ahcich1: Caps: HPCP ahcich2: <AHCI channel> at channel 2 on ahci0 ahcich2: Caps: HPCP ahcich3: <AHCI channel> at channel 3 on ahci0 ahcich3: Caps: HPCP pci0: <serial bus, SMBus> at device 31.3 (no driver attached) acpi_button0: <Power Button> 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) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 54 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: <PS/2 mouse port> irq 12 on acpi0 psm0: current command byte:0047 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 00 00 64 psm: status 00 03 64 psm: status 00 03 64 psm: data 08 00 00 psm: status 01 47 14 psm: status 01 48 a1 psm: status 55 47 55 psm: status 13 02 14 psm: status 3b 47 00 psm: status 10 00 64 psm: status 00 02 64 psm: status 00 02 64 psm0: <PS/2 Mouse> irq 12 on atkbdc0 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 55 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00004000, flags:00000008, packet size:3 psm0: syncmask:c0, 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 56 uart0: fast interrupt uart0: PPS capture mode: DCDinvalid uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 0 vector 57 uart1: fast interrupt uart1: PPS capture mode: DCDinvalid acpi0: wakeup code va 0xfffffe0096c67000 pa 0x84000 ex_isa_identify() 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 (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 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 2 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 2 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 2 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 2 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 2 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 2 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 2 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 2 of orm0 pcib0: allocated type 3 (0xe0000-0xe07ff) for rid 2 of orm0 pcib0: allocated type 3 (0xe0800-0xe0fff) for rid 2 of orm0 pcib0: allocated type 3 (0xe1000-0xe17ff) for rid 2 of orm0 pcib0: allocated type 3 (0xe1800-0xe1fff) for rid 2 of orm0 pcib0: allocated type 3 (0xe2000-0xe27ff) for rid 2 of orm0 pcib0: allocated type 3 (0xe2800-0xe2fff) for rid 2 of orm0 pcib0: allocated type 3 (0xe3000-0xe37ff) for rid 2 of orm0 pcib0: allocated type 3 (0xe3800-0xe3fff) for rid 2 of orm0 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 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-0xcafff,0xcb000-0xcf7ff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 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: <Enhanced SpeedStep Frequency Control> on cpu0 est1: <Enhanced SpeedStep Frequency Control> on cpu1 Device configuration finished. procfs registered lapic: Divisor 2, Frequency 99752158 Hz Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining pflog0: bpf attached tcp_init: net.inet.tcp.tcbhashsize auto tuned to 16384 lo0: bpf attached hpt27xx: no controller detected. hptrr: no controller detected. hptnr: no controller detected. random: unblocking device. ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA offline status=00000004 ahcich2: AHCI reset: device not found ahcich3: AHCI reset... ahcich3: SATA offline status=00000004 ahcich3: AHCI reset: device not found ahcich0: AHCI reset: device ready after 100ms ahcich1: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: <WDC WD1600AAJS-60PSA0 21.12M22> ATA-7 SATA 2.x device pass0: Serial Number WD-WCAP94091954 pass0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: <WDC WD1600AAJS-60PSA0 21.12M22> ATA-7 SATA 2.x device pass1: Serial Number WD-WCAP94085021 pass1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) pass1: Command Queueing enabled ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: <WDC WD1600AAJS-60PSA0 21.12M22> ATA-7 SATA 2.x device ada0: Serial Number WD-WCAP94091954 ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: Command Queueing enabled ada0: 152627MB (312581808 512 byte sectors) ada0: Previously was known as ad4 GEOM: new disk ada0 GEOM: new disk ada1 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: <WDC WD1600AAJS-60PSA0 21.12M22> ATA-7 SATA 2.x device ada1: Serial Number WD-WCAP94085021 ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada1: Command Queueing enabled ada1: 152627MB (312581808 512 byte sectors) ada1: Previously was known as ad6 GEOM_RAID: Intel-bbb292a3: Array Intel-bbb292a3 created. GEOM_RAID: Intel-bbb292a3: Disk ada0 state changed from NONE to ACTIVE. GEOM_RAID: Intel-bbb292a3: Subdisk Volume0:0-ada0 state changed from NONE to ACTIVE. GEOM_RAID: Intel-bbb292a3: Disk ada1 state changed from NONE to ACTIVE. GEOM_RAID: Intel-bbb292a3: Subdisk Volume0:1-ada1 state changed from NONE to ACTIVE. GEOM_RAID: Intel-bbb292a3: Array started. GEOM_RAID: Intel-bbb292a3: Volume Volume0 state changed from STARTING to OPTIMAL. GEOM_RAID: Intel-bbb292a3: Provider raid/r0 for volume Volume0 created. 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 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 1 vector 48 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 1 vector 49 ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 1 vector 50 msi: Assigning MSI IRQ 257 to local APIC 1 vector 51 SMP: passed TSC synchronization test TSC timecounter discards lower 1 bit(s) Timecounter "TSC-low" frequency 1097273622 Hz quality 1000 Trying to mount root from ufs:/dev/raid/r0p2 [rw]... start_init: trying /sbin/init lo1: bpf attached em0: Link is up 100 Mbps Full Duplex em0: link state changed to UP pflog0: promiscuous mode enabled --ELM1481653026-17779-0_--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1cGrdS-00056Q-FR>