From owner-freebsd-current@FreeBSD.ORG Fri Mar 5 10:40:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C24316A4CE for ; Fri, 5 Mar 2004 10:40:17 -0800 (PST) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2936243D2D for ; Fri, 5 Mar 2004 10:40:16 -0800 (PST) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Fri, 5 Mar 2004 13:40:15 -0500 Message-ID: From: Don Bowman To: "'current@freebsd.org'" Date: Fri, 5 Mar 2004 13:40:14 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: hang on bootup on 5.2.1: isa_probe_children: probing PnP devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 18:40:17 -0000 My system is hanging as it boots. I've dropped into db as below. system is running 5.2.1. This is a dual xeon, running sched 4bsd. It seems to be in some sort of infinite loop. Suggests on where to go with this? Is there something I should try? The boot -v is below as well, its in isa_probe_children: probing PnP devices. if i run 'pnpscan' from the loader, it returns right away. There's no particular isa devices that i'm aware of, this is a new p4-based xeon motherboard. Note: the system only does this 'most' of the time, maybe 80%. It will do it on the generic kernel from the cd as well as the one i built. vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ... vt0: not probed (disabled) isa_probe_children: probing PnP devices sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x100> sio0 at port 0x3f8-0x3ff irq 4 flags 0x30 on isa0 sio0: type 16550A, console sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Stopped at siointr1+0xd7: movl %edi,%edx db> t siointr1(d00e7000,c0c21c1c,3,d00d0480,d00ce340) at siointr1+0xd7 siointr(d00e7000,c0c219b8,c06a2ef7,4,c078a340) at siointr+0x7b intr_execute_handlers(c725fc8c,c0c219bc,c0c21a00,c0698443,34) at intr_execute_handlers+0x8a lapic_handle_intr(34) at lapic_handle_intr+0x3b Xapic_isr1() at Xapic_isr1+0x33 --- interrupt, eip = 0xc0572067, esp = 0xc0c21a00, ebp = 0xc0c21a00 --- device_get_parent(d000f080,d00d0480,3,c0c21c1c,275b69f0) at device_get_parent+0x9 resource_list_alloc(d0099c84,d000f080,d00d0480,3,c0c21c1c) at resource_list_alloc+0x50 pci_alloc_resource(d000f080,d00d0480,3,c0c21c1c,275b69f1) at pci_alloc_resource+0x211 bus_generic_alloc_resource(d0095000,d00d0480,3,c0c21c1c,275b69f1) at bus_generic_alloc_resource+0xa2 resource_list_alloc(d0099c80,d0095880,d00d0480,3,c0c21c1c,0,ffffffff,fff0000 0,0) at resource_list_alloc+0x1d2 isa_alloc_resource(d0095880,d00d0480,3,c0c21c1c,0,ffffffff,1,0,ffffffff,0,c0 c21c1c,3,d00d0480) at isa_alloc_resource+0x11e bus_alloc_resource(d00d0480,3,c0c21c1c,0,ffffffff) at bus_alloc_resource+0xa6 isa_find_memory(d00d0480,d008f00c,d00e5800,c070e219,d0099c80) at isa_find_memory+0x1b5 isa_assign_resources(d00d0480,d0095880,d00d0500,3,c0c21d54) at isa_assign_resources+0xa8 isa_probe_children(d0095880,c070d169,0,c0c21d98,c052fb73) at isa_probe_children+0x16f configure(0,c1e000,c1ec00,c1e000,0) at configure+0x40 mi_startup() at mi_startup+0xa0 begin() at begin+0x2c db> OK boot -sv SMAP type=01 base=0000000000000000 len=000000000009e400 SMAP type=02 base=000000000009e400 len=0000000000001c00 SMAP type=02 base=00000000000e0000 len=0000000000020000 SMAP type=01 base=0000000000100000 len=00000000f7df9000 SMAP type=04 base=00000000f7ef9000 len=0000000000007000 SMAP type=01 base=00000000f7f00000 len=0000000000080000 SMAP type=02 base=00000000f7f80000 len=0000000000080000 SMAP type=02 base=00000000fec00000 len=0000000000010000 SMAP type=02 base=00000000fee00000 len=0000000000001000 SMAP type=02 base=00000000ff800000 len=0000000000400000 SMAP type=02 base=00000000fff00000 len=0000000000100000 SMAP type=01 base=0000000100000000 len=0000000008000000 131072K of memory above 4GB ignored Copyright (c) 1992-2003 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 5.2-RC #0: Thu Feb 26 12:03:49 EST 2004 don@cdata.sandvine.com:/usr/obj/usr/src/sys/CDATA Preloaded elf kernel "/boot/kernel/kernel" at 0xc084e000. MP Configuration Table version 1.4 found at 0xc009e9a0 APIC: Using the MPTable enumerator. SMP: Added CPU 0 (BSP) SMP: Added CPU 6 (AP) SMP: Added CPU 1 (AP) SMP: Added CPU 7 (AP) MPTable: < Kings Canyon> Calibrating clock(s) ... i8254 clock: 1193260 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2799219980 Hz CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2799.22-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 4160225280 (3967 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009dfff, 643072 bytes (157 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c29000 - 0x00000000f391cfff, 4073668608 bytes (994548 pages) 0x00000000f7f00000 - 0x00000000f7f77fff, 491520 bytes (120 pages) avail memory = 4040826880 (3853 MB) APIC ID: physical 0, logical 0:0 APIC ID: physical 1, logical 0:1 APIC ID: physical 6, logical 0:2 APIC ID: physical 7, logical 0:3 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 bios32: Found BIOS32 Service Directory header at 0xc00f6830 bios32: Entry = 0xfd651 (c00fd651) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd650+0x225 pnpbios: Found PnP BIOS data at 0xc00f6890 pnpbios: Entry = f0000:9384 Rev = 1.0 Other BIOS signatures found: ioapic0: Assuming intbase of 0 ioapic0: intpin 0 -> ExtINT (edge, activehi) ioapic0: intpin 1 -> irq 1 (edge, activehi) ioapic0: intpin 2 -> irq 2 (edge, activehi) ioapic0: intpin 3 -> irq 3 (edge, activehi) ioapic0: intpin 4 -> irq 4 (edge, activehi) ioapic0: intpin 5 -> irq 5 (edge, activehi) ioapic0: intpin 6 -> irq 6 (edge, activehi) ioapic0: intpin 7 -> irq 7 (edge, activehi) ioapic0: intpin 8 -> irq 8 (edge, activehi) ioapic0: intpin 9 -> irq 9 (edge, activehi) ioapic0: intpin 10 -> irq 10 (edge, activehi) ioapic0: intpin 11 -> irq 11 (edge, activehi) ioapic0: intpin 12 -> irq 12 (edge, activehi) ioapic0: intpin 13 -> irq 13 (edge, activehi) ioapic0: intpin 14 -> irq 14 (edge, activehi) ioapic0: intpin 15 -> irq 15 (edge, activehi) ioapic0: intpin 16 -> irq 16 (level, activelo) ioapic0: intpin 17 -> irq 17 (level, activelo) ioapic0: intpin 18 -> irq 18 (level, activelo) ioapic0: intpin 19 -> irq 19 (level, activelo) ioapic0: intpin 20 -> irq 20 (level, activelo) ioapic0: intpin 21 -> irq 21 (level, activelo) ioapic0: intpin 22 -> irq 22 (level, activelo) ioapic0: intpin 23 -> irq 23 (level, activelo) ioapic1: Assuming intbase of 24 ioapic1: intpin 0 -> irq 24 (level, activelo) ioapic1: intpin 1 -> irq 25 (level, activelo) ioapic1: intpin 2 -> irq 26 (level, activelo) ioapic1: intpin 3 -> irq 27 (level, activelo) ioapic1: intpin 4 -> irq 28 (level, activelo) ioapic1: intpin 5 -> irq 29 (level, activelo) ioapic1: intpin 6 -> irq 30 (level, activelo) ioapic1: intpin 7 -> irq 31 (level, activelo) ioapic1: intpin 8 -> irq 32 (level, activelo) ioapic1: intpin 9 -> irq 33 (level, activelo) ioapic1: intpin 10 -> irq 34 (level, activelo) ioapic1: intpin 11 -> irq 35 (level, activelo) ioapic1: intpin 12 -> irq 36 (level, activelo) ioapic1: intpin 13 -> irq 37 (level, activelo) ioapic1: intpin 14 -> irq 38 (level, activelo) ioapic1: intpin 15 -> irq 39 (level, activelo) ioapic1: intpin 16 -> irq 40 (level, activelo) ioapic1: intpin 17 -> irq 41 (level, activelo) ioapic1: intpin 18 -> irq 42 (level, activelo) ioapic1: intpin 19 -> irq 43 (level, activelo) ioapic1: intpin 20 -> irq 44 (level, activelo) ioapic1: intpin 21 -> irq 45 (level, activelo) ioapic1: intpin 22 -> irq 46 (level, activelo) ioapic1: intpin 23 -> irq 47 (level, activelo) ioapic2: Assuming intbase of 48 ioapic2: intpin 0 -> irq 48 (level, activelo) ioapic2: intpin 1 -> irq 49 (level, activelo) ioapic2: intpin 2 -> irq 50 (level, activelo) ioapic2: intpin 3 -> irq 51 (level, activelo) ioapic2: intpin 4 -> irq 52 (level, activelo) ioapic2: intpin 5 -> irq 53 (level, activelo) ioapic2: intpin 6 -> irq 54 (level, activelo) ioapic2: intpin 7 -> irq 55 (level, activelo) ioapic2: intpin 8 -> irq 56 (level, activelo) ioapic2: intpin 9 -> irq 57 (level, activelo) ioapic2: intpin 10 -> irq 58 (level, activelo) ioapic2: intpin 11 -> irq 59 (level, activelo) ioapic2: intpin 12 -> irq 60 (level, activelo) ioapic2: intpin 13 -> irq 61 (level, activelo) ioapic2: intpin 14 -> irq 62 (level, activelo) ioapic2: intpin 15 -> irq 63 (level, activelo) ioapic2: intpin 16 -> irq 64 (level, activelo) ioapic2: intpin 17 -> irq 65 (level, activelo) ioapic2: intpin 18 -> irq 66 (level, activelo) ioapic2: intpin 19 -> irq 67 (level, activelo) ioapic2: intpin 20 -> irq 68 (level, activelo) ioapic2: intpin 21 -> irq 69 (level, activelo) ioapic2: intpin 22 -> irq 70 (level, activelo) ioapic2: intpin 23 -> irq 71 (level, activelo) ioapic3: Assuming intbase of 72 ioapic3: intpin 0 -> irq 72 (level, activelo) ioapic3: intpin 1 -> irq 73 (level, activelo) ioapic3: intpin 2 -> irq 74 (level, activelo) ioapic3: intpin 3 -> irq 75 (level, activelo) ioapic3: intpin 4 -> irq 76 (level, activelo) ioapic3: intpin 5 -> irq 77 (level, activelo) ioapic3: intpin 6 -> irq 78 (level, activelo) ioapic3: intpin 7 -> irq 79 (level, activelo) ioapic3: intpin 8 -> irq 80 (level, activelo) ioapic3: intpin 9 -> irq 81 (level, activelo) ioapic3: intpin 10 -> irq 82 (level, activelo) ioapic3: intpin 11 -> irq 83 (level, activelo) ioapic3: intpin 12 -> irq 84 (level, activelo) ioapic3: intpin 13 -> irq 85 (level, activelo) ioapic3: intpin 14 -> irq 86 (level, activelo) ioapic3: intpin 15 -> irq 87 (level, activelo) ioapic3: intpin 16 -> irq 88 (level, activelo) ioapic3: intpin 17 -> irq 89 (level, activelo) ioapic3: intpin 18 -> irq 90 (level, activelo) ioapic3: intpin 19 -> irq 91 (level, activelo) ioapic3: intpin 20 -> irq 92 (level, activelo) ioapic3: intpin 21 -> irq 93 (level, activelo) ioapic3: intpin 22 -> irq 94 (level, activelo) ioapic3: intpin 23 -> irq 95 (level, activelo) ioapic4: Assuming intbase of 96 ioapic4: intpin 0 -> irq 96 (level, activelo) ioapic4: intpin 1 -> irq 97 (level, activelo) ioapic4: intpin 2 -> irq 98 (level, activelo) ioapic4: intpin 3 -> irq 99 (level, activelo) ioapic4: intpin 4 -> irq 100 (level, activelo) ioapic4: intpin 5 -> irq 101 (level, activelo) ioapic4: intpin 6 -> irq 102 (level, activelo) ioapic4: intpin 7 -> irq 103 (level, activelo) ioapic4: intpin 8 -> irq 104 (level, activelo) ioapic4: intpin 9 -> irq 105 (level, activelo) ioapic4: intpin 10 -> irq 106 (level, activelo) ioapic4: intpin 11 -> irq 107 (level, activelo) ioapic4: intpin 12 -> irq 108 (level, activelo) ioapic4: intpin 13 -> irq 109 (level, activelo) ioapic4: intpin 14 -> irq 110 (level, activelo) ioapic4: intpin 15 -> irq 111 (level, activelo) ioapic4: intpin 16 -> irq 112 (level, activelo) ioapic4: intpin 17 -> irq 113 (level, activelo) ioapic4: intpin 18 -> irq 114 (level, activelo) ioapic4: intpin 19 -> irq 115 (level, activelo) ioapic4: intpin 20 -> irq 116 (level, activelo) ioapic4: intpin 21 -> irq 117 (level, activelo) ioapic4: intpin 22 -> irq 118 (level, activelo) ioapic4: intpin 23 -> irq 119 (level, activelo) ioapic0: intpin 1 trigger: edge ioapic0: intpin 1 polarity: active-hi ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: active-hi ioapic0: intpin 3 trigger: edge ioapic0: intpin 3 polarity: active-hi ioapic0: intpin 4 trigger: edge ioapic0: intpin 4 polarity: active-hi ioapic0: intpin 5 trigger: edge ioapic0: intpin 5 polarity: active-hi ioapic0: intpin 6 trigger: edge ioapic0: intpin 6 polarity: active-hi ioapic0: intpin 7 trigger: edge ioapic0: intpin 7 polarity: active-hi ioapic0: intpin 8 trigger: edge ioapic0: intpin 8 polarity: active-hi ioapic0: intpin 9 trigger: edge ioapic0: intpin 9 polarity: active-hi ioapic0: intpin 19 trigger: level ioapic0: intpin 19 polarity: active-lo ioapic0: intpin 16 trigger: level ioapic0: intpin 16 polarity: active-lo ioapic0: intpin 12 trigger: edge ioapic0: intpin 12 polarity: active-hi ioapic0: intpin 13 trigger: edge ioapic0: intpin 13 polarity: active-hi ioapic0: intpin 14 trigger: edge ioapic0: intpin 14 polarity: active-hi ioapic0: intpin 15 trigger: edge ioapic0: intpin 15 polarity: active-hi ioapic0: intpin 18 trigger: level ioapic0: intpin 18 polarity: active-lo ioapic1: intpin 0 trigger: level ioapic1: intpin 0 polarity: active-lo ioapic1: intpin 1 trigger: level ioapic1: intpin 1 polarity: active-lo ioapic1: intpin 4 trigger: level ioapic1: intpin 4 polarity: active-lo ioapic1: intpin 5 trigger: level ioapic1: intpin 5 polarity: active-lo ioapic3: intpin 0 trigger: level ioapic3: intpin 0 polarity: active-lo ioapic0: intpin 16 trigger: level ioapic0: intpin 16 polarity: active-lo lapic: Routing ExtINT -> LINT0 lapic: LINT0 trigger: edge lapic: LINT0 polarity: active-hi lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: active-hi ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard ioapic3 irqs 72-95 on motherboard ioapic4 irqs 96-119 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff null: random: mem: Pentium Pro MTRR support enabled npx0: [FAST] stray irq13 npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x8006080c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=254c8086) pcibios: BIOS version 2.10 Using $PIR table, 29 entries at 0xc00fddf0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs slot 6 2 1 A 0x68 3 4 5 7 10 11 12 14 15 slot 6 2 1 B 0x68 3 4 5 7 10 11 12 14 15 slot 6 2 1 C 0x68 3 4 5 7 10 11 12 14 15 slot 6 2 1 D 0x68 3 4 5 7 10 11 12 14 15 slot 7 2 2 A 0x68 3 4 5 7 10 11 12 14 15 slot 7 2 2 B 0x68 3 4 5 7 10 11 12 14 15 slot 7 2 2 C 0x68 3 4 5 7 10 11 12 14 15 slot 7 2 2 D 0x68 3 4 5 7 10 11 12 14 15 slot 5 3 1 A 0x68 3 4 5 7 10 11 12 14 15 slot 5 3 1 B 0x68 3 4 5 7 10 11 12 14 15 slot 5 3 1 C 0x68 3 4 5 7 10 11 12 14 15 slot 5 3 1 D 0x68 3 4 5 7 10 11 12 14 15 slot 11 3 2 A 0x68 3 4 5 7 10 11 12 14 15 slot 11 3 2 B 0x68 3 4 5 7 10 11 12 14 15 slot 11 3 2 C 0x68 3 4 5 7 10 11 12 14 15 slot 11 3 2 D 0x68 3 4 5 7 10 11 12 14 15 slot 3 5 1 A 0x69 3 4 5 7 10 11 12 14 15 slot 3 5 1 B 0x69 3 4 5 7 10 11 12 14 15 slot 3 5 1 C 0x69 3 4 5 7 10 11 12 14 15 slot 3 5 1 D 0x69 3 4 5 7 10 11 12 14 15 slot 2 5 2 A 0x69 3 4 5 7 10 11 12 14 15 slot 2 5 2 B 0x69 3 4 5 7 10 11 12 14 15 slot 2 5 2 C 0x69 3 4 5 7 10 11 12 14 15 slot 2 5 2 D 0x69 3 4 5 7 10 11 12 14 15 slot 1 5 3 A 0x69 3 4 5 7 10 11 12 14 15 slot 1 5 3 B 0x69 3 4 5 7 10 11 12 14 15 slot 1 5 3 C 0x69 3 4 5 7 10 11 12 14 15 slot 1 5 3 D 0x69 3 4 5 7 10 11 12 14 15 slot 4 6 1 A 0x69 3 4 5 7 10 11 12 14 15 slot 4 6 1 B 0x69 3 4 5 7 10 11 12 14 15 slot 4 6 1 C 0x69 3 4 5 7 10 11 12 14 15 slot 4 6 1 D 0x69 3 4 5 7 10 11 12 14 15 slot 9 6 2 A 0x69 3 4 5 7 10 11 12 14 15 slot 9 6 2 B 0x69 3 4 5 7 10 11 12 14 15 slot 9 6 2 C 0x69 3 4 5 7 10 11 12 14 15 slot 9 6 2 D 0x69 3 4 5 7 10 11 12 14 15 slot 8 17 1 A 0x63 3 4 5 7 10 11 12 14 15 slot 8 17 1 B 0x63 3 4 5 7 10 11 12 14 15 slot 8 17 1 C 0x63 3 4 5 7 10 11 12 14 15 slot 8 17 1 D 0x63 3 4 5 7 10 11 12 14 15 slot 7 18 1 A 0x63 3 4 5 7 10 11 12 14 15 slot 7 18 1 B 0x63 3 4 5 7 10 11 12 14 15 slot 7 18 1 C 0x63 3 4 5 7 10 11 12 14 15 slot 7 18 1 D 0x63 3 4 5 7 10 11 12 14 15 slot 10 7 1 A 0x60 3 4 5 7 10 11 12 14 15 slot 10 7 1 B 0x60 3 4 5 7 10 11 12 14 15 slot 10 7 1 C 0x60 3 4 5 7 10 11 12 14 15 slot 10 7 1 D 0x60 3 4 5 7 10 11 12 14 15 slot 11 7 2 A 0x61 3 4 5 7 10 11 12 14 15 slot 11 7 2 B 0x61 3 4 5 7 10 11 12 14 15 slot 11 7 2 C 0x61 3 4 5 7 10 11 12 14 15 slot 11 7 2 D 0x61 3 4 5 7 10 11 12 14 15 slot 12 7 3 A 0x62 3 4 5 7 10 11 12 14 15 slot 12 7 3 B 0x62 3 4 5 7 10 11 12 14 15 slot 12 7 3 C 0x62 3 4 5 7 10 11 12 14 15 slot 12 7 3 D 0x62 3 4 5 7 10 11 12 14 15 embedded 0 29 A 0x60 3 4 5 7 10 11 12 14 15 embedded 0 29 B 0x63 3 4 5 7 10 11 12 14 15 embedded 0 29 C 0x62 3 4 5 7 10 11 12 14 15 embedded 0 31 A 0x62 3 4 5 7 10 11 12 14 15 embedded 0 31 B 0x61 3 4 5 7 10 11 12 14 15 pcib0: at pcibus 0 on motherboard pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x254c, revid=0x01 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2541, revid=0x01 bus=0, slot=0, func=1 class=ff-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=0x2543, revid=0x01 bus=0, slot=2, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2545, revid=0x01 bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 00002000, size 5, enabled pcib0: slot 29 INTA routed to irq 16 found-> vendor=0x8086, dev=0x2482, revid=0x02 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=16 map[20]: type 4, range 32, base 00002020, size 5, enabled pcib0: slot 29 INTB routed to irq 19 found-> vendor=0x8086, dev=0x2484, revid=0x02 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=b, irq=19 map[20]: type 4, range 32, base 00002040, size 5, enabled pcib0: slot 29 INTC routed to irq 18 found-> vendor=0x8086, dev=0x2487, revid=0x02 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=c, irq=18 found-> vendor=0x8086, dev=0x244e, revid=0x42 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x2480, revid=0x02 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 000001f0, size 3, enabled map[14]: type 4, range 32, base 000003f4, size 2, enabled map[18]: type 4, range 32, base 00000170, size 3, enabled map[1c]: type 4, range 32, base 00000374, size 2, enabled map[20]: type 4, range 32, base 00002060, size 4, enabled found-> vendor=0x8086, dev=0x248b, revid=0x02 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 00001100, size 5, enabled found-> vendor=0x8086, dev=0x2483, revid=0x02 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=255 pci0: at device 0.1 (no driver attached) pcib1: at device 2.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 3 pcib1: I/O decode 0x3000-0x3fff pcib1: memory decode 0xf8100000-0xf82fffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 map[10]: type 1, range 32, base f8100000, size 12, enabled found-> vendor=0x8086, dev=0x1461, revid=0x04 bus=1, slot=28, func=0 class=08-00-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0030, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1460, revid=0x04 bus=1, slot=29, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0030, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x24 (9000 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base f8101000, size 12, enabled found-> vendor=0x8086, dev=0x1461, revid=0x04 bus=1, slot=30, func=0 class=08-00-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0030, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1460, revid=0x04 bus=1, slot=31, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0030, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x24 (9000 ns), maxlat=0x00 (0 ns) pci1: at device 28.0 (no driver attached) pcib2: at device 29.0 on pci1 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xf000-0xfff pcib2: memory decode 0xfff00000-0xfffff pcib2: prefetched decode 0xfff00000-0xfffff pci2: on pcib2 pci2: physical bus=2 pci1: at device 30.0 (no driver attached) pcib3: at device 31.0 on pci1 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x3000-0x3fff pcib3: memory decode 0xf8200000-0xf82fffff pcib3: prefetched decode 0xfff00000-0xfffff pci3: on pcib3 pci3: physical bus=3 map[10]: type 1, range 64, base f8200000, size 17, enabled map[20]: type 4, range 32, base 00003000, size 6, enabled pcib3: slot 1 INTA routed to irq 24 found-> vendor=0x8086, dev=0x1012, revid=0x01 bus=3, slot=1, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=24 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f8220000, size 17, enabled map[20]: type 4, range 32, base 00003040, size 6, enabled pcib3: slot 1 INTB routed to irq 25 found-> vendor=0x8086, dev=0x1012, revid=0x01 bus=3, slot=1, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=b, irq=25 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f8240000, size 17, enabled map[20]: type 4, range 32, base 00003080, size 6, enabled pcib3: slot 2 INTA routed to irq 28 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=3, slot=2, func=0 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=28 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 64, base f8260000, size 17, enabled map[20]: type 4, range 32, base 000030c0, size 6, enabled pcib3: slot 2 INTB routed to irq 29 found-> vendor=0x8086, dev=0x1010, revid=0x01 bus=3, slot=2, func=1 class=02-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=b, irq=29 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit em0: port 0x3000-0x303f mem 0xf8200000-0xf821ffff irq 24 at device 1.0 on pci3 pcib3: device em0 requested decoded memory range 0xf8200000-0xf821ffff pcib1: device em0 requested decoded memory range 0xf8200000-0xf821ffff pcib3: device em0 requested decoded I/O range 0x3000-0x303f pcib1: device em0 requested decoded I/O range 0x3000-0x303f em0: bpf attached em0: Speed:1000 Mbps Duplex:Full em1: port 0x3040-0x307f mem 0xf8220000-0xf823ffff irq 25 at device 1.1 on pci3 pcib3: device em1 requested decoded memory range 0xf8220000-0xf823ffff pcib1: device em1 requested decoded memory range 0xf8220000-0xf823ffff pcib3: device em1 requested decoded I/O range 0x3040-0x307f pcib1: device em1 requested decoded I/O range 0x3040-0x307f em1: bpf attached em1: Speed:N/A Duplex:N/A em2: port 0x3080-0x30bf mem 0xf8240000-0xf825ffff irq 28 at device 2.0 on pci3 pcib3: device em2 requested decoded memory range 0xf8240000-0xf825ffff pcib1: device em2 requested decoded memory range 0xf8240000-0xf825ffff pcib3: device em2 requested decoded I/O range 0x3080-0x30bf pcib1: device em2 requested decoded I/O range 0x3080-0x30bf em2: bpf attached em2: Speed:N/A Duplex:N/A em3: port 0x30c0-0x30ff mem 0xf8260000-0xf827ffff irq 29 at device 2.1 on pci3 pcib3: device em3 requested decoded memory range 0xf8260000-0xf827ffff pcib1: device em3 requested decoded memory range 0xf8260000-0xf827ffff pcib3: device em3 requested decoded I/O range 0x30c0-0x30ff pcib1: device em3 requested decoded I/O range 0x30c0-0x30ff em3: bpf attached em3: Speed:N/A Duplex:N/A pcib4: at device 3.0 on pci0 pcib4: secondary bus 4 pcib4: subordinate bus 6 pcib4: I/O decode 0xf000-0xfff pcib4: memory decode 0xf8300000-0xf84fffff pcib4: prefetched decode 0xfb000000-0xfdffffff pci4: on pcib4 pci4: physical bus=4 map[10]: type 1, range 32, base f8300000, size 12, enabled found-> vendor=0x8086, dev=0x1461, revid=0x04 bus=4, slot=28, func=0 class=08-00-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0030, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1460, revid=0x04 bus=4, slot=29, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0030, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x24 (9000 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base f8301000, size 12, enabled found-> vendor=0x8086, dev=0x1461, revid=0x04 bus=4, slot=30, func=0 class=08-00-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0030, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1460, revid=0x04 bus=4, slot=31, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0030, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x24 (9000 ns), maxlat=0x00 (0 ns) pci4: at device 28.0 (no driver attached) pcib5: at device 29.0 on pci4 pcib5: secondary bus 5 pcib5: subordinate bus 5 pcib5: I/O decode 0xf000-0xfff pcib5: memory decode 0xfff00000-0xfffff pcib5: prefetched decode 0xfff00000-0xfffff pci5: on pcib5 pci5: physical bus=5 pci4: at device 30.0 (no driver attached) pcib6: at device 31.0 on pci4 pcib6: secondary bus 6 pcib6: subordinate bus 6 pcib6: I/O decode 0xf000-0xfff pcib6: memory decode 0xf8400000-0xf84fffff pcib6: prefetched decode 0xfb000000-0xfdffffff pci6: on pcib6 pci6: physical bus=6 map[10]: type 1, range 32, base f8400000, size 20, enabled map[14]: type 3, range 32, base fb000000, size 24, enabled map[18]: type 3, range 32, base fc000000, size 25, enabled pcib6: slot 1 INTA routed to irq 72 found-> vendor=0x1044, dev=0xa511, revid=0x01 bus=6, slot=1, func=0 class=01-04-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x2230, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x01 (250 ns), maxlat=0x01 (250 ns) intpin=a, irq=72 powerspec 2 supports D0 D3 current D0 asr0: mem 0xfc000000-0xfdffffff,0xfb000000-0xfbffffff,0xf8400000-0xf84fffff irq 72 at device 1.0 on pci6 asr0: major=154 pcib6: device asr0 requested decoded memory range 0xf8400000-0xf84fffff pcib4: device asr0 requested decoded memory range 0xf8400000-0xf84fffff pcib6: device asr0 requested decoded memory range 0xfb000000-0xfb400000 pcib4: device asr0 requested decoded memory range 0xfb000000-0xfb400000 asr0: ADAPTEC 2010S FW Rev. 3B05, 2 channel, 256 CCBs, Protocol I2O uhci0: port 0x2000-0x201f irq 16 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x2020-0x203f irq 19 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pcib7: at device 30.0 on pci0 pcib7: secondary bus 7 pcib7: subordinate bus 7 pcib7: I/O decode 0x4000-0x4fff pcib7: memory decode 0xf8500000-0xf9ffffff pcib7: prefetched decode 0xfff00000-0xfffff pci7: on pcib7 pci7: physical bus=7 map[10]: type 1, range 32, base f9000000, size 24, enabled map[14]: type 4, range 32, base 00004000, size 8, enabled map[18]: type 1, range 32, base f8500000, size 12, enabled pcib7: slot 1 INTA routed to irq 16 found-> vendor=0x1002, dev=0x4752, revid=0x27 bus=7, slot=1, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=16 powerspec 2 supports D0 D1 D2 D3 current D0 pci7: at device 1.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x2060-0x206f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 31.1 on pci0 ata0: reset tp1 mask=03 ostat0=00 ostat1=00 ata0-master: stat=0x01 err=0x01 lsb=0x01 msb=0x01 ata0-slave: stat=0x01 err=0x01 lsb=0x01 msb=0x01 ata0: reset tp2 mask=03 stat0=01 stat1=01 devices=0x0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: reset tp1 mask=03 ostat0=51 ostat1=01 ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb ata1-slave: stat=0x01 err=0x04 lsb=0x00 msb=0x00 ata1: reset tp2 mask=03 stat0=00 stat1=01 devices=0x4 ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] ichsmb0: port 0x1100-0x111f at device 31.3 on pci0 pcib0: unable to route slot 31 INTB ichsmb0: can't get IRQ device_probe_and_attach: ichsmb0 attach returned 6 ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 pnpbios: 21 devices, largest 164 bytes PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1 PNP0c02: adding fixed memory32 range 0xfff00000-0xffffffff, size=0x100000 PNP0c02: adding fixed memory32 range 0xfebffc00-0xfebfffff, size=0x400 pnpbios: handle 0 device ID PNP0c02 (020cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000 PNP0c01: adding fixed memory32 range 0x100000-0xffffffff, size=0xfff00000 pnpbios: handle 1 device ID PNP0c01 (010cd041) PNP0200: adding io range 0-0xf, size=0x10, align=0x1 PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1 PNP0200: adding dma mask 0x10 pnpbios: handle 2 device ID PNP0200 (0002d041) PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 PNP0100: adding irq mask 0x1 pnpbios: handle 4 device ID PNP0100 (0001d041) PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 PNP0b00: adding irq mask 0x100 pnpbios: handle 5 device ID PNP0b00 (000bd041) PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 PNP0303: adding irq mask 0x2 pnpbios: handle 6 device ID PNP0303 (0303d041) PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 PNP0c04: adding irq mask 0x2000 pnpbios: handle 7 device ID PNP0c04 (040cd041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 pnpbios: handle 8 device ID PNP0800 (0008d041) PNP0c02: adding memory32 range 0xe0000-0xe3fff, size=0x4000, align=0x4000 pnpbios: handle 9 device ID PNP0c02 (020cd041) PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1 pnpbios: handle 10 device ID PNP0a03 (030ad041) PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 PNP0c02: adding io range 0x1000-0x105f, size=0x60, align=0x1 PNP0c02: adding io range 0x1060-0x107f, size=0x20, align=0x1 PNP0c02: adding io range 0x1180-0x11bf, size=0x40, align=0x1 pnpbios: handle 11 device ID PNP0c02 (020cd041) INT0800: adding fixed memory32 range 0xffb80000-0xffbfffff, size=0x80000 INT0800: adding fixed memory32 range 0xffb00000-0xffb7ffff, size=0x80000 INT0800: adding fixed memory32 range 0xffa80000-0xffafffff, size=0x80000 INT0800: adding fixed memory32 range 0xffa00000-0xffa7ffff, size=0x80000 INT0800: adding fixed memory32 range 0xff980000-0xff9fffff, size=0x80000 INT0800: adding fixed memory32 range 0xff900000-0xff97ffff, size=0x80000 INT0800: adding fixed memory32 range 0xff880000-0xff8fffff, size=0x80000 INT0800: adding fixed memory32 range 0xff800000-0xff87ffff, size=0x80000 INT0800: adding fixed memory32 range 0xff000000-0xff7fffff, size=0x800000 pnpbios: handle 12 device ID INT0800 (0008d425) pnpbios: handle 13 device ID PNP0c02 (020cd041) PNP0c02: adding fixed memory32 range 0xfec00000-0xfec0ffff, size=0x10000 PNP0c02: adding fixed memory32 range 0xfee00000-0xfee00fff, size=0x1000 pnpbios: handle 14 device ID PNP0c02 (020cd041) PNP0c02: adding fixed memory32 range 0xcf000-0xcffff, size=0x1000 pnpbios: handle 15 device ID PNP0c02 (020cd041) PNP0f13: adding irq mask 0x1000 pnpbios: handle 16 device ID PNP0f13 (130fd041) PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x1 PNP0501: adding irq mask 0x10 pnpbios: handle 17 device ID PNP0501 (0105d041) PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0x1 PNP0501: adding irq mask 0x8 pnpbios: handle 18 device ID PNP0501 (0105d041) PNP0401: adding io range 0x378-0x37f, size=0x8, align=0x1 PNP0401: adding io range 0x778-0x77f, size=0x8, align=0x1 PNP0401: adding irq mask 0x80 PNP0401: adding dma mask 0x2 pnpbios: handle 21 device ID PNP0401 (0104d041) PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x1 PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1 PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 pnpbios: handle 23 device ID PNP0700 (0007d041) sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: