From nobody@FreeBSD.org Fri May 21 08:43:19 2010 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5170F106566C for ; Fri, 21 May 2010 08:43:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 40D378FC18 for ; Fri, 21 May 2010 08:43:19 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4L8hI60081547 for ; Fri, 21 May 2010 08:43:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4L8hI7C081545; Fri, 21 May 2010 08:43:18 GMT (envelope-from nobody) Message-Id: <201005210843.o4L8hI7C081545@www.freebsd.org> Date: Fri, 21 May 2010 08:43:18 GMT From: "Vassily V. Kiryanov" To: freebsd-gnats-submit@FreeBSD.org Subject: New PCI devID for if_fxp driver (tested, worked) X-Send-Pr-Version: www-3.1 X-GNATS-Notify: >Number: 146788 >Category: kern >Synopsis: [fxp] [patch] New PCI devID for if_fxp driver (tested, worked) >Confidential: no >Severity: non-critical >Priority: low >Responsible: yongari >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 21 08:50:20 UTC 2010 >Closed-Date: Fri May 28 16:40:18 UTC 2010 >Last-Modified: Fri May 28 16:40:18 UTC 2010 >Originator: Vassily V. Kiryanov >Release: 6.4, 7.3, 8.0 >Organization: Berezniki branch of Perm-state technical university >Environment: FreeBSD black.bf.pstu.ru 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: My Intel netcard was not detected by FreeBSD 7.0 & 7.3 I have added it's PCI DevID and RevID to if_fxp driver and now it works fine. Patch is trivial, the added line looks simple: { 0x1201, 0x08, "Intel GD82559 PRO/100+ Ethernet" }, the mark of the chip and netcard's name was printed on them. >How-To-Repeat: Insert such card in a PC, than reboot and see dmesg. >Fix: Adding one line and recompile/reinstall GENERIC kernel. Tested and worked. >Release-Note: >Audit-Trail: From: Garrett Cooper To: "Vassily V. Kiryanov" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/146788: New PCI devID for if_fxp driver (tested, worked) Date: Fri, 21 May 2010 02:36:30 -0700 I realize this seems silly, but could you provide a real patch please? Thanks, -Garrett State-Changed-From-To: open->feedback State-Changed-By: linimon State-Changed-When: Fri May 21 20:51:04 UTC 2010 State-Changed-Why: Note that feedback was requested. Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 21 20:51:04 UTC 2010 Responsible-Changed-Why: Reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=146788 Responsible-Changed-From-To: freebsd-net->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Fri May 21 21:10:33 UTC 2010 Responsible-Changed-Why: Grab. Would you show me the output of "pciconf -lcbv"? http://www.freebsd.org/cgi/query-pr.cgi?pr=146788 From: kvas To: bug-followup@FreeBSD.org, kvas@bf.pstu.ac.ru Cc: Subject: Re: kern/146788: [fxp] [patch] New PCI devID for if_fxp driver (tested, worked) Date: Mon, 24 May 2010 09:32:19 +0600 Hello bug-followup, Here is the real patches, as produced by 'diff --normal if_fxp.c.orig if_fxp.c' command. for FreeBSD 7.3 sources: ======================================================================== 176a177 > { 0x1201, 0x08, 0, "Intel PRO/100+ GD82559 10/100 Ethernet" }, ======================================================================== for FreeBSD 8.0 sources: ======================================================================== 185a186 > { 0x1201, 0x08, "Intel GD82559 PRO/100+ Ethernet" }, ======================================================================== 1) Netcards name differs a little, because at my work i have typed it by memory not reading from netcards sticker as at home. Choose the best variant at your will. 2) I have not tested this netcard at 10 Mbps or half-duplex, only 100Mbps-FD and only for PPPoE dialup to my provider. No IP was binded to netcards interface itself. 3) pciconf -lcbv output given below: hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)' class = bridge subclass = HOST-PCI bar [10] = type Prefetchable Memory, range 32, base 0x44000000, size 67108864, enabled cap 02[a0] = AGP 2x 1x SBA disabled pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '440BX/ZX AGPset PCI-to-PCI bridge (82443BX/ZX)' class = bridge subclass = PCI-PCI fxp0@pci0:0:16:0: class=0x020000 card=0x000b8086 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet bar [10] = type Memory, range 32, base 0x48200000, size 4096, enabled bar [14] = type I/O Port, range 32, base 0x1400, size 64, enabled bar [18] = type Memory, range 32, base 0x48100000, size 1048576, enabled cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 isab0@pci0:0:20:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M ISBridgeA (82371AB/EB/MB)' class = bridge subclass = PCI-ISA atapci0@pci0:0:20:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M IDE Controller (82371AB/EB/MB)' class = mass storage subclass = ATA bar [20] = type I/O Port, range 32, base 0x1460, size 16, enabled uhci0@pci0:0:20:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M USB Interface (82371AB/EB/MB)' class = serial bus subclass = USB bar [20] = type I/O Port, range 32, base 0x1440, size 32, enabled none0@pci0:0:20:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M Power Management Controller (82371AB/EB/MB)' class = bridge vgapci0@pci0:1:0:0: class=0x030000 card=0x00000000 chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'Nvidia Corp' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA bar [10] = type Memory, range 32, base 0x40000000, size 16777216, enabled bar [14] = type Prefetchable Memory, range 32, base 0x42000000, size 33554432, enabled cap 01[60] = powerspec 1 supports D0 D3 current D0 cap 02[44] = AGP 4x 2x 1x disabled -- Best regards, kvas mailto:kvas@bf.pstu.ac.ru From: Pyun YongHyeon To: kvas Cc: bug-followup@FreeBSD.org Subject: Re: kern/146788: [fxp] [patch] New PCI devID for if_fxp driver (tested, worked) Date: Tue, 25 May 2010 09:41:55 -0700 On Tue, May 25, 2010 at 09:35:45AM +0600, kvas wrote: > Hello Pyun, > [...] > So strange it looks for me too. But i am sure that > > 1) without this patch the GENERIC kernels from 7.0-Release and > 7.3-Release was not able to detect my netcard as a netcard, only as an > unknown device > Hmm, none of your device has 0x1201 id. I have no idea how this can happen. And the second question is where did you know device id 0x1201 is your controller's id? The only wild guess I can think of is ACPI related thing or half-inserted NIC controller. Please check whether your controller is firmly inserted into your box. > 2) after adding the patch to the 7.3-Release GENERIC kernel i have > sucessfully worked thru this netcard with my Internet provider for > some hours > > 3) of cause in such situation better to recheck, and this evening at > home i shall boot the comp with original GENERIC and modified GENERIC > kernels, and take output from verbose dmesg and pciconf -lcbv in both > variants. Then i shall follow-up it to PR. > Ok, please check it again. Also the patch you posted couldn't be applied to 7.3-RELEASE because I changed "struct fxp_ident" structure. So I wonder how you successfully built a kernel on 7.3-RELEASE with the patch. From: kvas To: Pyun YongHyeon Cc: yongari@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re[2]: kern/146788: [fxp] [patch] New PCI devID for if_fxp driver (tested, worked) Date: Wed, 26 May 2010 11:45:28 +0600 Hello Pyun, Tuesday, May 25, 2010, 10:41:55 PM, you wrote: PY> [...] >> So strange it looks for me too. But i am sure that >> >> 1) without this patch the GENERIC kernels from 7.0-Release and >> 7.3-Release was not able to detect my netcard as a netcard, only as an >> unknown device >> PY> Hmm, none of your device has 0x1201 id. I have no idea how this can PY> happen. And the second question is where did you know device id PY> 0x1201 is your controller's id? PY> The only wild guess I can think of is ACPI related thing or PY> half-inserted NIC controller. Please check whether your controller PY> is firmly inserted into your box. >> 2) after adding the patch to the 7.3-Release GENERIC kernel i have >> sucessfully worked thru this netcard with my Internet provider for >> some hours >> >> 3) of cause in such situation better to recheck, and this evening at >> home i shall boot the comp with original GENERIC and modified GENERIC >> kernels, and take output from verbose dmesg and pciconf -lcbv in both >> variants. Then i shall follow-up it to PR. >> PY> Ok, please check it again. Also the patch you posted couldn't be PY> applied to 7.3-RELEASE because I changed "struct fxp_ident" PY> structure. So I wonder how you successfully built a kernel on PY> 7.3-RELEASE with the patch. I have tested situation with this netcard some more. In the 1-st, 2-nd and 4-th PCI slots of motherboard (Compaq Deskpro EP/SB series) it detects as "chip=0x12298086 rev=0x08" which values are recognized fine with fxp driver without my patch. But in the 3-rd PCI slot the netcard identification for FreeBSD (7.3-Release GENERIC) may be differ. Yesterday evening it was detected "chip=0x12280086 rev=0x08" and 19/05/2010 values was "vendor=0x8086, dev=0x1201, revid=0x08". I am unsure about the reasons of this strange behaviour. The insertion of netcard was really firm enough. This motherboard is known partially faulty, at least its floppy drive controller. May be hardware problems includes not only FDC, but a PCI-slot3 too. Or the reason may be in ACPI and design of the motherboard. Motherboards PCI-slot3 shares its IRQ with AGP-slot (AGP contains Nvidia Vanta controller), can it be the reason? And in PCI-slot4 which IRQ shared with onboards USB controller the netcard detects and works fine. Now i have settled netcard in PCI-slot2 and plan to leave it here for long time. Thank you for the attention to my problem and giving me impulse to continue investigation. If you have an interest, below i include files of verbose dmesg and "pciconf -lcbv" results for netcard placed in all four slots. The output of "pciconf -lcbv" for slots 1,2,4 have equal file length, and for slot3 the file length differs. =========== dmesg.boot_19-05-2010.slot3 (fragment) ================= found-> vendor=0x8086, dev=0x1201, revid=0x08 domain=0, bus=0, slot=14, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0004, statreg=0x8290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x00 (0 ns), maxlat=0x38 (14000 ns) intpin=a, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0, size 12, memory disabled map[14]: type I/O Port, range 32, base 0, size 6, port disabled map[18]: type Memory, range 32, base 0, size 20, memory disabled ==================================================================== =========== dmesg.boot_verbose.slot1 =============================== Copyright (c) 1992-2010 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 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0ea2000. Preloaded elf module "/boot/kernel/ipfw.ko" at 0xc0ea2138. Preloaded elf module "/boot/kernel/speaker.ko" at 0xc0ea21e4. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0ea2290. Calibrating clock(s) ... i8254 clock: 1193217 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 398270500 Hz CPU: Pentium II/Pentium II Xeon/Celeron (398.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff Instruction TLB: 4 KB pages, 4-way set associative, 32 entries Instruction TLB: 4 MB pages, fully associative, 2 entries Data TLB: 4 KB pages, 4-way set associative, 64 entries 2nd-level cache: 512 KB, 4-way set associative, 32 byte line size 1st-level instruction cache: 16 KB, 4-way set associative, 32 byte line size Data TLB: 4 MB Pages, 4-way set associative, 8 entries 1st-level data cache: 16 KB, 4-way set associative, 32 byte line size real memory = 134217728 (128 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001025000 - 0x0000000007d7dfff, 114659328 bytes (27993 pages) avail memory = 117198848 (111 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xecb00 (c00ecb00) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xecb00+0x1020 pnpbios: Found PnP BIOS data at 0xc00f7dd0 pnpbios: Entry = f0000:64a6 Rev = 1.0 pnpbios: OEM ID b6b0110e Other BIOS signatures found: ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 wlan: <802.11 Link Layer> wlan_amrr: random: nfslock: pseudo-device io: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Mar 21 2010 06:13:51) ACPI: RSDP @ 0x0xe0010/0x0014 (v 0 COMPAQ) ACPI: RSDT @ 0x0xe0080/0x0030 (v 1 COMPAQ CPQB0B6 0x19990822 0x00000000) ACPI: FACP @ 0x0xe00cc/0x0074 (v 1 COMPAQ CONTACT 0x00000001 0x00000000) ACPI: DSDT @ 0x0xe0140/0x0933 (v 1 COMPAQ DSDT 0x00000001 MSFT 0x0100000B) ACPI: FACS @ 0x0xe0040/0x0040 ACPI: SSDT @ 0x0xe0a73/0x0F1C (v 1 COMPAQ VILLTBL1 0x00000001 MSFT 0x0100000B) ACPI: SSDT @ 0x0xe198f/0x071E (v 1 COMPAQ PNP_PRSS 0x00000001 MSFT 0x0100000B) npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xc1b5d000 pa 0x1000 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: \\_SB_.PCI0.IBRG.PIRQ -> bus 0 dev 20 func 0 acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7f00000 (3) failed ACPI timer: 0/4 0/4 0/5 0/4 0/4 0/4 0/4 0/4 0/4 0/5 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 10 11 Validation 0 9 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.13.INTA at func 0: 11 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Prefetchable Memory, range 32, base 0x44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1229, revid=0x08 domain=0, bus=0, slot=13, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0x48100000, size 12, enabled map[14]: type I/O Port, range 32, base 0x1000, size 6, enabled map[18]: type Memory, range 32, base 0x48000000, size 20, enabled pcib0: matched entry for 0.13.INTA (src \\_SB_.LNKA:0) pcib0: slot 13 INTA routed to irq 11 via \\_SB_.LNKA found-> vendor=0x8086, dev=0x7110, revid=0x02 domain=0, bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 domain=0, bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0x1460, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 domain=0, bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type I/O Port, range 32, base 0x1440, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 domain=0, bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type I/O Port, range 32, base 0xfc00, size 4, enabled agp0: on hostb0 hostb0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0x40000000-0x40ffffff pcib1: prefetched decode 0x42000000-0x43ffffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x10de, dev=0x002c, revid=0x15 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=9 powerspec 1 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0x40000000, size 24, enabled pcib1: requested memory range 0x40000000-0x40ffffff: good map[14]: type Prefetchable Memory, range 32, base 0x42000000, size 25, enabled pcib1: requested memory range 0x42000000-0x43ffffff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 9 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 9 vgapci0: mem 0x40000000-0x40ffffff,0x42000000-0x43ffffff irq 9 at device 0.0 on pci1 fxp0: port 0x1000-0x103f mem 0x48100000-0x48100fff,0x48000000-0x480fffff irq 11 at device 13.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x48100000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 000b 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: PHY 1 on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:07:e9:1a:d1:f8 fxp0: [MPSAFE] fxp0: [ITHREAD] isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1460-0x146f at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1460 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=50 stat1=00 devices=0x9 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x0 ata1: [MPSAFE] ata1: [ITHREAD] uhci0: port 0x1440-0x145f irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1440 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model NetMouse/NetScroll Optical, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 cpu0: on acpi0 cpu0: switching to generic Cx mode acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete 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 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [MPSAFE] ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag plip0: bpf attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices umass0: on uhub0 umass0:0:0:-1: Attached to scbus0 Device configuration finished. procfs registered Timecounter "TSC" frequency 398270500 Hz quality 800 Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled lo0: bpf attached hptrr: no controller detected. ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19092MB at ata0-master UDMA33 ad0: 39102336 sectors [41378C/15H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed acd0: setting PIO4 on PIIX4 chip acd0: setting UDMA33 on PIIX4 chip acd0: DVDR drive at ata0 as slave acd0: read 6890KB/s (6890KB/s) write 5511KB/s (6890KB/s), 2000KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed (probe0:umass-sim0:0:0:0): (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed Retrying Command (per Sense Data) (probe0:umass-sim0:0:0:0): Retrying Command GEOM: new disk da0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 1.000MB/s transfers ATA PseudoRAID loaded da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 3911MB (8011774 512 byte sectors: 255H 63S/T 498C) Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init tun0: bpf attached WARNING: attempt to net_add_domain(netgraph) after domainfinalize() ==================================================================== =========== pciconf-lcbv.slot1 ===================================== hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)' class = bridge subclass = HOST-PCI bar [10] = type Prefetchable Memory, range 32, base 0x44000000, size 67108864, enabled cap 02[a0] = AGP 2x 1x SBA disabled pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '440BX/ZX AGPset PCI-to-PCI bridge (82443BX/ZX)' class = bridge subclass = PCI-PCI fxp0@pci0:0:13:0: class=0x020000 card=0x000b8086 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet bar [10] = type Memory, range 32, base 0x48100000, size 4096, enabled bar [14] = type I/O Port, range 32, base 0x1000, size 64, enabled bar [18] = type Memory, range 32, base 0x48000000, size 1048576, enabled cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 isab0@pci0:0:20:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M ISBridgeA (82371AB/EB/MB)' class = bridge subclass = PCI-ISA atapci0@pci0:0:20:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M IDE Controller (82371AB/EB/MB)' class = mass storage subclass = ATA bar [20] = type I/O Port, range 32, base 0x1460, size 16, enabled uhci0@pci0:0:20:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M USB Interface (82371AB/EB/MB)' class = serial bus subclass = USB bar [20] = type I/O Port, range 32, base 0x1440, size 32, enabled none0@pci0:0:20:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M Power Management Controller (82371AB/EB/MB)' class = bridge vgapci0@pci0:1:0:0: class=0x030000 card=0x00000000 chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'Nvidia Corp' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA bar [10] = type Memory, range 32, base 0x40000000, size 16777216, enabled bar [14] = type Prefetchable Memory, range 32, base 0x42000000, size 33554432, enabled cap 01[60] = powerspec 1 supports D0 D3 current D0 cap 02[44] = AGP 4x 2x 1x disabled ==================================================================== =========== dmesg.boot_verbose.slot2 =============================== Copyright (c) 1992-2010 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 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0ea2000. Preloaded elf module "/boot/kernel/ipfw.ko" at 0xc0ea2138. Preloaded elf module "/boot/kernel/speaker.ko" at 0xc0ea21e4. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0ea2290. Calibrating clock(s) ... i8254 clock: 1193218 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 398270700 Hz CPU: Pentium II/Pentium II Xeon/Celeron (398.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff Instruction TLB: 4 KB pages, 4-way set associative, 32 entries Instruction TLB: 4 MB pages, fully associative, 2 entries Data TLB: 4 KB pages, 4-way set associative, 64 entries 2nd-level cache: 512 KB, 4-way set associative, 32 byte line size 1st-level instruction cache: 16 KB, 4-way set associative, 32 byte line size Data TLB: 4 MB Pages, 4-way set associative, 8 entries 1st-level data cache: 16 KB, 4-way set associative, 32 byte line size real memory = 134217728 (128 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001025000 - 0x0000000007d7dfff, 114659328 bytes (27993 pages) avail memory = 117198848 (111 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xecb00 (c00ecb00) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xecb00+0x1020 pnpbios: Found PnP BIOS data at 0xc00f7dd0 pnpbios: Entry = f0000:64a6 Rev = 1.0 pnpbios: OEM ID b6b0110e Other BIOS signatures found: ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 wlan: <802.11 Link Layer> wlan_amrr: random: nfslock: pseudo-device io: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Mar 21 2010 06:13:51) ACPI: RSDP @ 0x0xe0010/0x0014 (v 0 COMPAQ) ACPI: RSDT @ 0x0xe0080/0x0030 (v 1 COMPAQ CPQB0B6 0x19990822 0x00000000) ACPI: FACP @ 0x0xe00cc/0x0074 (v 1 COMPAQ CONTACT 0x00000001 0x00000000) ACPI: DSDT @ 0x0xe0140/0x0933 (v 1 COMPAQ DSDT 0x00000001 MSFT 0x0100000B) ACPI: FACS @ 0x0xe0040/0x0040 ACPI: SSDT @ 0x0xe0a73/0x0F1C (v 1 COMPAQ VILLTBL1 0x00000001 MSFT 0x0100000B) ACPI: SSDT @ 0x0xe198f/0x071E (v 1 COMPAQ PNP_PRSS 0x00000001 MSFT 0x0100000B) npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xc1b5d000 pa 0x1000 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: \\_SB_.PCI0.IBRG.PIRQ -> bus 0 dev 20 func 0 acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7f00000 (3) failed ACPI timer: 0/4 0/5 0/16777209 0/16777200 0/4 0/5 0/4 0/5 0/4 0/5 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 10 11 Validation 0 9 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.14.INTA at func 0: 11 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Prefetchable Memory, range 32, base 0x44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1229, revid=0x08 domain=0, bus=0, slot=14, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0x48100000, size 12, enabled map[14]: type I/O Port, range 32, base 0x1000, size 6, enabled map[18]: type Memory, range 32, base 0x48000000, size 20, enabled pcib0: matched entry for 0.14.INTA (src \\_SB_.LNKB:0) pcib0: slot 14 INTA routed to irq 11 via \\_SB_.LNKB found-> vendor=0x8086, dev=0x7110, revid=0x02 domain=0, bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 domain=0, bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0x1460, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 domain=0, bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type I/O Port, range 32, base 0x1440, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 domain=0, bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type I/O Port, range 32, base 0xfc00, size 4, enabled agp0: on hostb0 hostb0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0x40000000-0x40ffffff pcib1: prefetched decode 0x42000000-0x43ffffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x10de, dev=0x002c, revid=0x15 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=9 powerspec 1 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0x40000000, size 24, enabled pcib1: requested memory range 0x40000000-0x40ffffff: good map[14]: type Prefetchable Memory, range 32, base 0x42000000, size 25, enabled pcib1: requested memory range 0x42000000-0x43ffffff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 9 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 9 vgapci0: mem 0x40000000-0x40ffffff,0x42000000-0x43ffffff irq 9 at device 0.0 on pci1 fxp0: port 0x1000-0x103f mem 0x48100000-0x48100fff,0x48000000-0x480fffff irq 11 at device 14.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x48100000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 000b 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: PHY 1 on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:07:e9:1a:d1:f8 fxp0: [MPSAFE] fxp0: [ITHREAD] isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1460-0x146f at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1460 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=50 stat1=00 devices=0x9 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x0 ata1: [MPSAFE] ata1: [ITHREAD] uhci0: port 0x1440-0x145f irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1440 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model NetMouse/NetScroll Optical, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 cpu0: on acpi0 cpu0: switching to generic Cx mode acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete 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 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [MPSAFE] ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag plip0: bpf attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices umass0: on uhub0 umass0:0:0:-1: Attached to scbus0 Device configuration finished. procfs registered Timecounter "TSC" frequency 398270700 Hz quality 800 Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled lo0: bpf attached hptrr: no controller detected. ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19092MB at ata0-master UDMA33 ad0: 39102336 sectors [41378C/15H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed acd0: setting PIO4 on PIIX4 chip acd0: setting UDMA33 on PIIX4 chip acd0: DVDR drive at ata0 as slave acd0: read 6890KB/s (6890KB/s) write 5511KB/s (6890KB/s), 2000KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed (probe0:umass-sim0:0:0:0): (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed Retrying Command (per Sense Data) (probe0:umass-sim0:0:0:0): Retrying Command GEOM: new disk da0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 1.000MB/s transfers ATA PseudoRAID loaded da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 3911MB (8011774 512 byte sectors: 255H 63S/T 498C) Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init tun0: bpf attached WARNING: attempt to net_add_domain(netgraph) after domainfinalize() ==================================================================== =========== pciconf-lcbv.slot2 ===================================== hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)' class = bridge subclass = HOST-PCI bar [10] = type Prefetchable Memory, range 32, base 0x44000000, size 67108864, enabled cap 02[a0] = AGP 2x 1x SBA disabled pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '440BX/ZX AGPset PCI-to-PCI bridge (82443BX/ZX)' class = bridge subclass = PCI-PCI fxp0@pci0:0:14:0: class=0x020000 card=0x000b8086 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet bar [10] = type Memory, range 32, base 0x48100000, size 4096, enabled bar [14] = type I/O Port, range 32, base 0x1000, size 64, enabled bar [18] = type Memory, range 32, base 0x48000000, size 1048576, enabled cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 isab0@pci0:0:20:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M ISBridgeA (82371AB/EB/MB)' class = bridge subclass = PCI-ISA atapci0@pci0:0:20:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M IDE Controller (82371AB/EB/MB)' class = mass storage subclass = ATA bar [20] = type I/O Port, range 32, base 0x1460, size 16, enabled uhci0@pci0:0:20:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M USB Interface (82371AB/EB/MB)' class = serial bus subclass = USB bar [20] = type I/O Port, range 32, base 0x1440, size 32, enabled none0@pci0:0:20:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M Power Management Controller (82371AB/EB/MB)' class = bridge vgapci0@pci0:1:0:0: class=0x030000 card=0x00000000 chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'Nvidia Corp' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA bar [10] = type Memory, range 32, base 0x40000000, size 16777216, enabled bar [14] = type Prefetchable Memory, range 32, base 0x42000000, size 33554432, enabled cap 01[60] = powerspec 1 supports D0 D3 current D0 cap 02[44] = AGP 4x 2x 1x disabled ==================================================================== =========== dmesg.boot_verbose.slot3 =============================== Copyright (c) 1992-2010 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 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0ea2000. Preloaded elf module "/boot/kernel/ipfw.ko" at 0xc0ea2138. Preloaded elf module "/boot/kernel/speaker.ko" at 0xc0ea21e4. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0ea2290. Calibrating clock(s) ... i8254 clock: 1193214 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 398271700 Hz CPU: Pentium II/Pentium II Xeon/Celeron (398.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff Instruction TLB: 4 KB pages, 4-way set associative, 32 entries Instruction TLB: 4 MB pages, fully associative, 2 entries Data TLB: 4 KB pages, 4-way set associative, 64 entries 2nd-level cache: 512 KB, 4-way set associative, 32 byte line size 1st-level instruction cache: 16 KB, 4-way set associative, 32 byte line size Data TLB: 4 MB Pages, 4-way set associative, 8 entries 1st-level data cache: 16 KB, 4-way set associative, 32 byte line size real memory = 134217728 (128 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001025000 - 0x0000000007d7dfff, 114659328 bytes (27993 pages) avail memory = 117198848 (111 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xecb00 (c00ecb00) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xecb00+0x1020 pnpbios: Found PnP BIOS data at 0xc00f7dd0 pnpbios: Entry = f0000:64a6 Rev = 1.0 pnpbios: OEM ID b6b0110e Other BIOS signatures found: ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 wlan: <802.11 Link Layer> wlan_amrr: random: nfslock: pseudo-device io: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Mar 21 2010 06:13:51) ACPI: RSDP @ 0x0xe0010/0x0014 (v 0 COMPAQ) ACPI: RSDT @ 0x0xe0080/0x0030 (v 1 COMPAQ CPQB0B6 0x19990822 0x00000000) ACPI: FACP @ 0x0xe00cc/0x0074 (v 1 COMPAQ CONTACT 0x00000001 0x00000000) ACPI: DSDT @ 0x0xe0140/0x0933 (v 1 COMPAQ DSDT 0x00000001 MSFT 0x0100000B) ACPI: FACS @ 0x0xe0040/0x0040 ACPI: SSDT @ 0x0xe0a73/0x0F1C (v 1 COMPAQ VILLTBL1 0x00000001 MSFT 0x0100000B) ACPI: SSDT @ 0x0xe198f/0x071E (v 1 COMPAQ PNP_PRSS 0x00000001 MSFT 0x0100000B) npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xc1b5d000 pa 0x1000 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: \\_SB_.PCI0.IBRG.PIRQ -> bus 0 dev 20 func 0 acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7f00000 (3) failed ACPI timer: 0/4 0/16777214 0/5 0/4 0/4 0/16777209 0/5 0/4 0/5 0/4 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 10 11 Validation 0 9 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.15.INTA at func 0: 255 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0xa210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Prefetchable Memory, range 32, base 0x44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x0086, dev=0x1228, revid=0x08 domain=0, bus=0, slot=15, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0004, statreg=0x8290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0, size 12, memory disabled map[14]: type I/O Port, range 32, base 0, size 6, port disabled map[18]: type Memory, range 32, base 0, size 20, memory disabled found-> vendor=0x8086, dev=0x7110, revid=0x02 domain=0, bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 domain=0, bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0x1460, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 domain=0, bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type I/O Port, range 32, base 0x1440, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 domain=0, bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type I/O Port, range 32, base 0xfc00, size 4, enabled agp0: on hostb0 hostb0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0x40000000-0x40ffffff pcib1: prefetched decode 0x42000000-0x43ffffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x10de, dev=0x002c, revid=0x15 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=9 powerspec 1 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0x40000000, size 24, enabled pcib1: requested memory range 0x40000000-0x40ffffff: good map[14]: type Prefetchable Memory, range 32, base 0x42000000, size 25, enabled pcib1: requested memory range 0x42000000-0x43ffffff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 9 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 9 vgapci0: mem 0x40000000-0x40ffffff,0x42000000-0x43ffffff irq 9 at device 0.0 on pci1 pci0: at device 15.0 (no driver attached) isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1460-0x146f at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1460 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=50 stat1=00 devices=0x9 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x0 ata1: [MPSAFE] ata1: [ITHREAD] uhci0: port 0x1440-0x145f irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1440 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model NetMouse/NetScroll Optical, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 cpu0: on acpi0 cpu0: switching to generic Cx mode acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete 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 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [MPSAFE] ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag plip0: bpf attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices umass0: on uhub0 umass0:0:0:-1: Attached to scbus0 Device configuration finished. procfs registered Timecounter "TSC" frequency 398271700 Hz quality 800 Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled lo0: bpf attached hptrr: no controller detected. ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19092MB at ata0-master UDMA33 ad0: 39102336 sectors [41378C/15H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed acd0: setting PIO4 on PIIX4 chip acd0: setting UDMA33 on PIIX4 chip acd0: DVDR drive at ata0 as slave acd0: read 6890KB/s (6890KB/s) write 5511KB/s (6890KB/s), 2000KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed (probe0:umass-sim0:0:0:0): (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed Retrying Command (per Sense Data) (probe0:umass-sim0:0:0:0): Retrying Command GEOM: new disk da0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 1.000MB/s transfers ATA PseudoRAID loaded da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 3911MB (8011774 512 byte sectors: 255H 63S/T 498C) Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init tun0: bpf attached WARNING: attempt to net_add_domain(netgraph) after domainfinalize() ==================================================================== =========== pciconf-lcbv.slot3 ===================================== hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)' class = bridge subclass = HOST-PCI bar [10] = type Prefetchable Memory, range 32, base 0x44000000, size 67108864, enabled cap 02[a0] = AGP 2x 1x SBA disabled pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '440BX/ZX AGPset PCI-to-PCI bridge (82443BX/ZX)' class = bridge subclass = PCI-PCI none0@pci0:0:15:0: class=0x020000 card=0x000a0086 chip=0x12280086 rev=0x08 hdr=0x00 class = network subclass = ethernet cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 isab0@pci0:0:20:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M ISBridgeA (82371AB/EB/MB)' class = bridge subclass = PCI-ISA atapci0@pci0:0:20:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M IDE Controller (82371AB/EB/MB)' class = mass storage subclass = ATA bar [20] = type I/O Port, range 32, base 0x1460, size 16, enabled uhci0@pci0:0:20:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M USB Interface (82371AB/EB/MB)' class = serial bus subclass = USB bar [20] = type I/O Port, range 32, base 0x1440, size 32, enabled none1@pci0:0:20:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M Power Management Controller (82371AB/EB/MB)' class = bridge vgapci0@pci0:1:0:0: class=0x030000 card=0x00000000 chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'Nvidia Corp' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA bar [10] = type Memory, range 32, base 0x40000000, size 16777216, enabled bar [14] = type Prefetchable Memory, range 32, base 0x42000000, size 33554432, enabled cap 01[60] = powerspec 1 supports D0 D3 current D0 cap 02[44] = AGP 4x 2x 1x disabled ==================================================================== =========== dmesg.boot_verbose.slot4 =============================== Copyright (c) 1992-2010 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 7.3-RELEASE #0: Sun Mar 21 06:15:01 UTC 2010 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0ea2000. Preloaded elf module "/boot/kernel/ipfw.ko" at 0xc0ea2138. Preloaded elf module "/boot/kernel/speaker.ko" at 0xc0ea21e4. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0ea2290. Calibrating clock(s) ... i8254 clock: 1193216 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 398271524 Hz CPU: Pentium II/Pentium II Xeon/Celeron (398.27-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff Instruction TLB: 4 KB pages, 4-way set associative, 32 entries Instruction TLB: 4 MB pages, fully associative, 2 entries Data TLB: 4 KB pages, 4-way set associative, 64 entries 2nd-level cache: 512 KB, 4-way set associative, 32 byte line size 1st-level instruction cache: 16 KB, 4-way set associative, 32 byte line size Data TLB: 4 MB Pages, 4-way set associative, 8 entries 1st-level data cache: 16 KB, 4-way set associative, 32 byte line size real memory = 134217728 (128 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000001025000 - 0x0000000007d7dfff, 114659328 bytes (27993 pages) avail memory = 117198848 (111 MB) bios32: Found BIOS32 Service Directory header at 0xc00fa000 bios32: Entry = 0xecb00 (c00ecb00) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xecb00+0x1020 pnpbios: Found PnP BIOS data at 0xc00f7dd0 pnpbios: Entry = f0000:64a6 Rev = 1.0 pnpbios: OEM ID b6b0110e Other BIOS signatures found: ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 wlan: <802.11 Link Layer> wlan_amrr: random: nfslock: pseudo-device io: kbd: new array size 4 kbd1 at kbdmux0 mem: Pentium Pro MTRR support enabled null: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Mar 21 2010 06:13:51) ACPI: RSDP @ 0x0xe0010/0x0014 (v 0 COMPAQ) ACPI: RSDT @ 0x0xe0080/0x0030 (v 1 COMPAQ CPQB0B6 0x19990822 0x00000000) ACPI: FACP @ 0x0xe00cc/0x0074 (v 1 COMPAQ CONTACT 0x00000001 0x00000000) ACPI: DSDT @ 0x0xe0140/0x0933 (v 1 COMPAQ DSDT 0x00000001 MSFT 0x0100000B) ACPI: FACS @ 0x0xe0040/0x0040 ACPI: SSDT @ 0x0xe0a73/0x0F1C (v 1 COMPAQ VILLTBL1 0x00000001 MSFT 0x0100000B) ACPI: SSDT @ 0x0xe198f/0x071E (v 1 COMPAQ PNP_PRSS 0x00000001 MSFT 0x0100000B) npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: wakeup code va 0xc1b5d000 pa 0x1000 pci_open(1): mode 1 addr port (0x0cf8) is 0x00000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcibios: BIOS version 2.10 acpi_bus_number: root bus has no _BBN, assuming 0 AcpiOsDerivePciId: \\_SB_.PCI0.IBRG.PIRQ -> bus 0 dev 20 func 0 acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x31 acpi: bad read from port 0x071 (8) acpi: bad write to port 0x070 (8), val 0x30 acpi: bad read from port 0x071 (8) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7f00000 (3) failed ACPI timer: 0/4 0/5 0/16777185 0/4 0/16777214 0/4 0/5 0/16777201 0/4 0/5 -> 0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xf808-0xf80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 3 4 5 6 7 10 11 Validation 0 255 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 9 N 0 3 4 5 6 7 10 11 Validation 0 9 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 3 4 5 6 7 10 11 Validation 0 11 N 0 3 4 5 6 7 10 11 After Disable 0 255 N 0 3 4 5 6 7 10 11 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.16.INTA at func 0: 11 ACPI: Found matching pin for 0.20.INTD at func 2: 11 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x8086, dev=0x7190, revid=0x03 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type Prefetchable Memory, range 32, base 0x44000000, size 26, enabled found-> vendor=0x8086, dev=0x7191, revid=0x03 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x1229, revid=0x08 domain=0, bus=0, slot=16, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0x48200000, size 12, enabled map[14]: type I/O Port, range 32, base 0x1400, size 6, enabled map[18]: type Memory, range 32, base 0x48100000, size 20, enabled pcib0: matched entry for 0.16.INTA (src \\_SB_.LNKD:0) pcib0: slot 16 INTA routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7110, revid=0x02 domain=0, bus=0, slot=20, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x7111, revid=0x01 domain=0, bus=0, slot=20, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type I/O Port, range 32, base 0x1460, size 4, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 domain=0, bus=0, slot=20, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[20]: type I/O Port, range 32, base 0x1440, size 5, enabled pcib0: matched entry for 0.20.INTD (src \\_SB_.LNKD:0) pcib0: slot 20 INTD routed to irq 11 via \\_SB_.LNKD found-> vendor=0x8086, dev=0x7113, revid=0x02 domain=0, bus=0, slot=20, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[90]: type I/O Port, range 32, base 0xfc00, size 4, enabled agp0: on hostb0 hostb0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0x44000000 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0x40000000-0x40ffffff pcib1: prefetched decode 0x42000000-0x43ffffff pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x10de, dev=0x002c, revid=0x15 domain=0, bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns) intpin=a, irq=9 powerspec 1 supports D0 D3 current D0 map[10]: type Memory, range 32, base 0x40000000, size 24, enabled pcib1: requested memory range 0x40000000-0x40ffffff: good map[14]: type Prefetchable Memory, range 32, base 0x42000000, size 25, enabled pcib1: requested memory range 0x42000000-0x43ffffff: good pcib0: matched entry for 0.1.INTA (src \\_SB_.LNKC:0) pcib0: slot 1 INTA routed to irq 9 via \\_SB_.LNKC pcib1: slot 0 INTA is routed to irq 9 vgapci0: mem 0x40000000-0x40ffffff,0x42000000-0x43ffffff irq 9 at device 0.0 on pci1 fxp0: port 0x1400-0x143f mem 0x48200000-0x48200fff,0x48100000-0x481fffff irq 11 at device 16.0 on pci0 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x48200000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 8086 000b 0008 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: PHY 1 on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:07:e9:1a:d1:f8 fxp0: [MPSAFE] fxp0: [ITHREAD] isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1460-0x146f at device 20.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1460 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x80 err=0x80 lsb=0x80 msb=0x80 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb ata0: reset tp2 stat0=50 stat1=00 devices=0x9 ata0: [MPSAFE] ata0: [ITHREAD] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=03 ostat0=00 ostat1=00 ata1: stat0=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00 ata1: reset tp2 stat0=00 stat1=00 devices=0x0 ata1: [MPSAFE] ata1: [ITHREAD] uhci0: port 0x1440-0x145f irq 11 at device 20.2 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1440 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered pci0: at device 20.3 (no driver attached) acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 psmcpnp0: irq 12 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model NetMouse/NetScroll Optical, device ID 0-00, 3 buttons psm0: config:00000000, flags:00000008, packet size:4 psm0: syncmask:08, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0: port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: irq maps: 0x1 0x9 0x1 0x1 sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 cpu0: on acpi0 cpu0: switching to generic Cx mode acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0xf810 fdc0: port 0x3f2-0x3f7,0 irq 6 drq 2 on acpi0 fdc0: No FDOUT register! device_attach: fdc0 attach returned 6 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete 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 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xe7fff pnpid ORM0000 on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 ppbus0: [MPSAFE] ppbus0: [ITHREAD] plip0: on ppbus0 plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag plip0: bpf attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ppc0: [GIANT-LOCKED] ppc0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices umass0: on uhub0 umass0:0:0:-1: Attached to scbus0 Device configuration finished. procfs registered Timecounter "TSC" frequency 398271524 Hz quality 800 Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled lo0: bpf attached hptrr: no controller detected. ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA66 cable=80 wire ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on PIIX4 chip ad0: setting UDMA33 on PIIX4 chip ad0: 19092MB at ata0-master UDMA33 ad0: 39102336 sectors [41378C/15H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad0 ad0: Intel check1 failed ad0: Adaptec check1 failed ad0: LSI (v3) check1 failed ad0: LSI (v2) check1 failed ad0: FreeBSD check1 failed acd0: setting PIO4 on PIIX4 chip acd0: setting UDMA33 on PIIX4 chip acd0: DVDR drive at ata0 as slave acd0: read 6890KB/s (6890KB/s) write 5511KB/s (6890KB/s), 2000KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed (probe0:umass-sim0:0:0:0): (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed Retrying Command (per Sense Data) (probe0:umass-sim0:0:0:0): Retrying Command GEOM: new disk da0 pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Removable Direct Access SCSI-2 device pass0: 1.000MB/s transfers ATA PseudoRAID loaded da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 3911MB (8011774 512 byte sectors: 255H 63S/T 498C) Trying to mount root from ufs:/dev/ad0s2a start_init: trying /sbin/init tun0: bpf attached WARNING: attempt to net_add_domain(netgraph) after domainfinalize() ==================================================================== =========== pciconf-lcbv.slot4 ===================================== hostb0@pci0:0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)' class = bridge subclass = HOST-PCI bar [10] = type Prefetchable Memory, range 32, base 0x44000000, size 67108864, enabled cap 02[a0] = AGP 2x 1x SBA disabled pcib1@pci0:0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '440BX/ZX AGPset PCI-to-PCI bridge (82443BX/ZX)' class = bridge subclass = PCI-PCI fxp0@pci0:0:16:0: class=0x020000 card=0x000b8086 chip=0x12298086 rev=0x08 hdr=0x00 vendor = 'Intel Corporation' device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter' class = network subclass = ethernet bar [10] = type Memory, range 32, base 0x48200000, size 4096, enabled bar [14] = type I/O Port, range 32, base 0x1400, size 64, enabled bar [18] = type Memory, range 32, base 0x48100000, size 1048576, enabled cap 01[dc] = powerspec 2 supports D0 D1 D2 D3 current D0 isab0@pci0:0:20:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M ISBridgeA (82371AB/EB/MB)' class = bridge subclass = PCI-ISA atapci0@pci0:0:20:1: class=0x010180 card=0x00000000 chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M IDE Controller (82371AB/EB/MB)' class = mass storage subclass = ATA bar [20] = type I/O Port, range 32, base 0x1460, size 16, enabled uhci0@pci0:0:20:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M USB Interface (82371AB/EB/MB)' class = serial bus subclass = USB bar [20] = type I/O Port, range 32, base 0x1440, size 32, enabled none0@pci0:0:20:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = 'PIIX4/4E/4M Power Management Controller (82371AB/EB/MB)' class = bridge vgapci0@pci0:1:0:0: class=0x030000 card=0x00000000 chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'Nvidia Corp' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA bar [10] = type Memory, range 32, base 0x40000000, size 16777216, enabled bar [14] = type Prefetchable Memory, range 32, base 0x42000000, size 33554432, enabled cap 01[60] = powerspec 1 supports D0 D3 current D0 cap 02[44] = AGP 4x 2x 1x disabled ==================================================================== -- Best regards, kvas mailto:kvas@bf.pstu.ac.ru From: Pyun YongHyeon To: kvas Cc: yongari@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: kern/146788: [fxp] [patch] New PCI devID for if_fxp driver (tested, worked) Date: Thu, 27 May 2010 11:42:11 -0700 On Wed, May 26, 2010 at 11:45:28AM +0600, kvas wrote: > Hello Pyun, > > Tuesday, May 25, 2010, 10:41:55 PM, you wrote: > > > PY> [...] > > >> So strange it looks for me too. But i am sure that > >> > >> 1) without this patch the GENERIC kernels from 7.0-Release and > >> 7.3-Release was not able to detect my netcard as a netcard, only as an > >> unknown device > >> > > PY> Hmm, none of your device has 0x1201 id. I have no idea how this can > PY> happen. And the second question is where did you know device id > PY> 0x1201 is your controller's id? > PY> The only wild guess I can think of is ACPI related thing or > PY> half-inserted NIC controller. Please check whether your controller > PY> is firmly inserted into your box. > > >> 2) after adding the patch to the 7.3-Release GENERIC kernel i have > >> sucessfully worked thru this netcard with my Internet provider for > >> some hours > >> > >> 3) of cause in such situation better to recheck, and this evening at > >> home i shall boot the comp with original GENERIC and modified GENERIC > >> kernels, and take output from verbose dmesg and pciconf -lcbv in both > >> variants. Then i shall follow-up it to PR. > >> > > PY> Ok, please check it again. Also the patch you posted couldn't be > PY> applied to 7.3-RELEASE because I changed "struct fxp_ident" > PY> structure. So I wonder how you successfully built a kernel on > PY> 7.3-RELEASE with the patch. > > I have tested situation with this netcard some more. In the 1-st, 2-nd > and 4-th PCI slots of motherboard (Compaq Deskpro EP/SB series) it > detects as "chip=0x12298086 rev=0x08" which values are recognized fine > with fxp driver without my patch. But in the 3-rd PCI slot the netcard > identification for FreeBSD (7.3-Release GENERIC) may be differ. > Yesterday evening it was detected "chip=0x12280086 rev=0x08" and > 19/05/2010 values was "vendor=0x8086, dev=0x1201, revid=0x08". > > I am unsure about the reasons of this strange behaviour. The insertion > of netcard was really firm enough. This motherboard is known partially > faulty, at least its floppy drive controller. May be hardware problems > includes not only FDC, but a PCI-slot3 too. Or the reason may be in > ACPI and design of the motherboard. Motherboards PCI-slot3 shares its > IRQ with AGP-slot (AGP contains Nvidia Vanta controller), can it be > the reason? And in PCI-slot4 which IRQ shared with onboards USB I think it's not related with interrupt sharing. > controller the netcard detects and works fine. Now i have settled > netcard in PCI-slot2 and plan to leave it here for long time. > > Thank you for the attention to my problem and giving me impulse to > continue investigation. If you have an interest, below i include files > of verbose dmesg and "pciconf -lcbv" results for netcard placed in all > four slots. The output of "pciconf -lcbv" for slots 1,2,4 have equal > file length, and for slot3 the file length differs. > > =========== dmesg.boot_19-05-2010.slot3 (fragment) ================= > found-> vendor=0x8086, dev=0x1201, revid=0x08 > domain=0, bus=0, slot=14, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0004, statreg=0x8290, cachelnsz=8 (dwords) > lattimer=0x42 (1980 ns), mingnt=0x00 (0 ns), maxlat=0x38 (14000 ns) > intpin=a, irq=255 > powerspec 2 supports D0 D1 D2 D3 current D0 > map[10]: type Memory, range 32, base 0, size 12, memory disabled > map[14]: type I/O Port, range 32, base 0, size 6, port disabled > map[18]: type Memory, range 32, base 0, size 20, memory disabled > ==================================================================== > Thanks for the deep investigation. Looking at the id pattern changes indicate one or two bit were erroneously flipped when the controller sits on 3rd PCI slot. device id 0x1229 -> 0x1201 : Two bits change vendor 0x8086 -> 0x0086 : 1 bit change startreg 0x0290 -> 0x8290 : 1 bit change So I guess it was caused by faulty motherboard. May I close this PR? State-Changed-From-To: feedback->closed State-Changed-By: yongari State-Changed-When: Fri May 28 16:39:23 UTC 2010 State-Changed-Why: Close. Submitter confirms the reported device id was generated by faulty motherboard. Stock fxp(4) has no problems to idenify the controller when it sits on other PCI slot. http://www.freebsd.org/cgi/query-pr.cgi?pr=146788 >Unformatted: