From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 22 18:50:05 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1201CA89 for ; Tue, 22 Apr 2014 18:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15731C09 for ; Tue, 22 Apr 2014 18:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MIo4ce061259 for ; Tue, 22 Apr 2014 18:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MIo4Pt061258; Tue, 22 Apr 2014 18:50:04 GMT (envelope-from gnats) Resent-Date: Tue, 22 Apr 2014 18:50:04 GMT Resent-Message-Id: <201404221850.s3MIo4Pt061258@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clif Cox Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDF047C7 for ; Tue, 22 Apr 2014 18:45:52 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7BE41BC9 for ; Tue, 22 Apr 2014 18:45:52 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MIjqMk072700 for ; Tue, 22 Apr 2014 18:45:52 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3MIjqO7072699; Tue, 22 Apr 2014 18:45:52 GMT (envelope-from nobody) Message-Id: <201404221845.s3MIjqO7072699@cgiserv.freebsd.org> Date: Tue, 22 Apr 2014 18:45:52 GMT From: Clif Cox To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/188897: dc ethernet driver seems to prevent the detection of other Nic chipsets X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 18:50:05 -0000 >Number: 188897 >Category: kern >Synopsis: dc ethernet driver seems to prevent the detection of other Nic chipsets >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 22 18:50:04 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Clif Cox >Release: 10.0-RELEASE FreeBSD >Organization: >Environment: FreeBSD BSD10 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Hello, Not sure if this should be a follow up to problem report 179033 or not, but the patch to the dc driver seems to prevent the detection of other Nics when there are dc boards in the system. Test setup is exactly the same as in 179033. The behavior under Linux would also be the same. Under BSD, when there are dc cards in the system it rarely detects the native re nic on the mother board when booting. When it is detected it often crashes at the instant it prints the nic information line, though that is hard to reproduce. I have attached some diagnostic output of dmesg, ifconfig, and others, both with and without the dc quadport cards. >How-To-Repeat: Boot the Atom D510MO Board with dc chipset quad port card(s) as in PR 179033 >Fix: Probably something in the patch submitted for PR 179033 is preventing the detection of the re hardware, it was always detected before. Patch attached with submission follows: *************************************************************************** Atom D510MO Board without DC quad port cards ********************************* IFCONFIG ********************************* re0: flags=8843 metric 0 mtu 1500 options=8209b ether 00:27:0e:07:48:a0 inet 192.168.1.13 netmask 0xffffff00 broadcast 192.168.1.255 inet 192.168.0.187 netmask 0xffffff00 broadcast 192.168.0.255 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 ********************************* DMESG ********************************* Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1666.73-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x106ca Family = 0x6 Model = 0x1c Stepping = 10 Features=0xbfebfbff Features2=0x40e31d AMD Features=0x20100000 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 3388112896 (3231 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 HTT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP/HT): APIC ID: 3 ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard lapic0: Forcing LINT1 to edge trigger kbd1 at kbdmux0 random: initialized acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 atrtc0: port 0x70-0x71,0x74-0x77 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: iomem 0xfed00000-0xfed03fff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x20c0-0x20c7 mem 0xe0200000-0xe027ffff,0xd0000000-0xdfffffff,0xe0100000-0xe01fffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 256M, detected 8188k stolen memory vgapci0: Boot video device pcib1: at device 28.0 on pci0 pcib1: failed to allocate initial prefetch window: 0xe0000000-0xe00fffff pci1: on pcib1 re0: port 0x1000-0x10ff irq 16 at device 0.0 on pci1 re0: Using 1 MSI-X message re0: Chip rev. 0x28000000 re0: MAC rev. 0x00100000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Ethernet address: 00:27:0e:07:48:a0 pcib2: at device 28.1 on pci0 pci2: on pcib2 pcib3: at device 28.2 on pci0 pci3: on pcib3 pcib4: at device 28.3 on pci0 pci4: on pcib4 uhci0: port 0x2080-0x209f irq 23 at device 29.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 uhci1: port 0x2060-0x207f irq 19 at device 29.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 uhci2: LegSup = 0x2f00 usbus2 on uhci2 uhci3: port 0x2020-0x203f irq 16 at device 29.3 on pci0 uhci3: LegSup = 0x2f00 usbus3 on uhci3 ehci0: mem 0xe0280400-0xe02807ff irq 23 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib5: at device 30.0 on pci0 pci5: on pcib5 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x20b8-0x20bf,0x20cc-0x20cf,0x20b0-0x20b7,0x20c8-0x20cb,0x20a0-0x20af mem 0xe0280000-0xe02803ff irq 19 at device 31.2 on pci0 ata2: at channel 0 on atapci0 ata3: at channel 1 on atapci0 pci0: at device 31.3 (no driver attached) atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (9600,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ata0: at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1: at port 0x170-0x177,0x376 irq 15 on isa0 ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 p4tcc2: on cpu2 p4tcc3: on cpu3 Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 usbus4: 480Mbps High Speed USB v2.0 ugen4.1: at usbus4 uhub4: on usbus4 uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered ada0 at ata2 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada0: Serial Number WD-WMAM9ZL59310 ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 76293MB (156250000 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 lapic1: Forcing LINT1 to edge trigger SMP: AP CPU #1 Launched! lapic2: Forcing LINT1 to edge trigger SMP: AP CPU #2 Launched! lapic3: Forcing LINT1 to edge trigger SMP: AP CPU #3 Launched! Timecounter "TSC" frequency 1666726490 Hz quality 1000 Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub4: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/ada0s2a [rw]... ********************************* DEVINFO ********************************* nexus0 npx0 apic0 ram0 acpi0 cpu0 p4tcc0 cpufreq0 cpu1 p4tcc1 cpufreq1 cpu2 p4tcc2 cpufreq2 cpu3 p4tcc3 cpufreq3 acpi_button0 pcib0 pci0 hostb0 vgapci0 agp0 pcib1 pci1 re0 miibus0 rgephy0 pcib2 pci2 pcib3 pci3 pcib4 pci4 uhci0 usbus0 uhub0 uhci1 usbus1 uhub1 uhci2 usbus2 uhub2 uhci3 usbus3 uhub3 ehci0 usbus4 uhub4 pcib5 pci5 isab0 isa0 pmtimer0 sc0 vga0 ata0 ata1 atapci0 ata2 ata3 acpi_sysresource0 pci_link0 pci_link1 pci_link2 pci_link3 pci_link4 pci_link5 pci_link6 pci_link7 atdma0 atrtc0 atpic0 npxisa0 attimer0 acpi_sysresource1 atkbdc0 atkbd0 uart0 uart1 hpet0 acpi_timer0 ********************************* VMSTAT ********************************* interrupt total rate irq1: atkbd0 700 0 irq4: uart0 561 0 irq19: uhci1+ 1794 0 irq20: hpet0 102232 34 irq256: re0 122474 40 Total 227761 75 *************************************************************************** Atom D510MO Board with DC quad port cards ********************************* IFCONFIG ********************************* dc0: flags=8802 metric 0 mtu 1500 options=80008 ether 00:30:6e:2d:7f:44 nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc1: flags=8843 metric 0 mtu 1500 options=80008 ether 00:30:6e:2d:7f:45 inet 192.168.0.188 netmask 0xffffff00 broadcast 192.168.0.255 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active dc2: flags=8802 metric 0 mtu 1500 options=80008 ether 00:30:6e:2d:7f:46 nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc3: flags=8802 metric 0 mtu 1500 options=80008 ether 00:30:6e:2d:7f:47 nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc4: flags=8802 metric 0 mtu 1500 options=80008 ether 00:80:c8:b9:19:49 nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc5: flags=8802 metric 0 mtu 1500 options=80008 ether 00:80:c8:b9:19:4a nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc6: flags=8802 metric 0 mtu 1500 options=80008 ether 00:80:c8:b9:19:4b nd6 options=29 media: Ethernet autoselect (none) status: no carrier dc7: flags=8802 metric 0 mtu 1500 options=80008 ether 00:80:c8:b9:19:4c nd6 options=29 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x9 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 ********************************* DMESG ********************************* Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: Intel(R) Atom(TM) CPU D510 @ 1.66GHz (1666.72-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x106ca Family = 0x6 Model = 0x1c Stepping = 10 Features=0xbfebfbff Features2=0x40e31d AMD Features=0x20100000 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 3388112896 (3231 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 HTT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP/HT): APIC ID: 3 ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard lapic0: Forcing LINT1 to edge trigger kbd1 at kbdmux0 random: initialized acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 atrtc0: port 0x70-0x71,0x74-0x77 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: iomem 0xfed00000-0xfed03fff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x40c0-0x40c7 mem 0xe0400000-0xe047ffff,0xd0000000-0xdfffffff,0xe0300000-0xe03fffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 256M, detected 8188k stolen memory vgapci0: Boot video device pcib1: at device 28.0 on pci0 pcib1: failed to allocate initial prefetch window: 0xe0000000-0xe00fffff pci1: on pcib1 re0: port 0x3000-0x30ff irq 16 at device 0.0 on pci1 re0: Using 1 MSI-X message re0: Chip rev. 0x60000000 re0: MAC rev. 0x00000000 re0: attaching PHYs failed device_attach: re0 attach returned 6 pcib2: at device 28.1 on pci0 pci2: on pcib2 pcib3: at device 28.2 on pci0 pci3: on pcib3 pcib4: at device 28.3 on pci0 pci4: on pcib4 uhci0: port 0x4080-0x409f irq 23 at device 29.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 uhci1: port 0x4060-0x407f irq 19 at device 29.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 uhci2: port 0x4040-0x405f irq 18 at device 29.2 on pci0 uhci2: LegSup = 0x2f00 usbus2 on uhci2 uhci3: port 0x4020-0x403f irq 16 at device 29.3 on pci0 uhci3: LegSup = 0x2f00 usbus3 on uhci3 ehci0: mem 0xe0480400-0xe04807ff irq 23 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib5: at device 30.0 on pci0 pcib5: failed to allocate initial memory window: 0xe0100000-0xe02fffff pci5: on pcib5 pcib6: at device 0.0 on pci5 pci6: on pcib6 dc0: mem 0xe0200c00-0xe0200fff irq 21 at device 4.0 on pci6 miibus0: on dc0 lxtphy0: PHY 0 on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:30:6e:2d:7f:44 dc1: mem 0xe0200800-0xe0200bff irq 22 at device 5.0 on pci6 miibus1: on dc1 lxtphy1: PHY 0 on miibus1 lxtphy1: 100baseFX, 100baseFX-FDX, none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc1: Ethernet address: 00:30:6e:2d:7f:45 dc2: port 0x2080-0x20ff mem 0xe0200400-0xe02007ff irq 23 at device 6.0 on pci6 miibus2: on dc2 lxtphy2: PHY 0 on miibus2 lxtphy2: 100baseFX, 100baseFX-FDX, none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc2: Ethernet address: 00:30:6e:2d:7f:46 dc3: port 0x2000-0x207f mem 0xe0200000-0xe02003ff irq 20 at device 7.0 on pci6 miibus3: on dc3 lxtphy3: PHY 0 on miibus3 lxtphy3: 100baseFX, 100baseFX-FDX, none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc3: Ethernet address: 00:30:6e:2d:7f:47 pcib7: at device 8.0 on pci5 pcib7: failed to allocate initial memory window: 0xe0100000-0xe01fffff pci7: on pcib7 dc4: irq 22 at device 4.0 on pci7 miibus4: on dc4 nsphyter0: PHY 1 on miibus4 nsphyter0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc4: Ethernet address: 00:80:c8:b9:19:49 dc5: irq 21 at device 5.0 on pci7 miibus5: on dc5 nsphyter1: PHY 1 on miibus5 nsphyter1: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc5: Ethernet address: 00:80:c8:b9:19:4a dc6: port 0x1080-0x10ff irq 20 at device 6.0 on pci7 miibus6: on dc6 nsphyter2: PHY 1 on miibus6 nsphyter2: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc6: Ethernet address: 00:80:c8:b9:19:4b dc7: port 0x1000-0x107f irq 23 at device 7.0 on pci7 miibus7: on dc7 nsphyter3: PHY 1 on miibus7 nsphyter3: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc7: Ethernet address: 00:80:c8:b9:19:4c isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x40b8-0x40bf,0x40cc-0x40cf,0x40b0-0x40b7,0x40c8-0x40cb,0x40a0-0x40af mem 0xe0480000-0xe04803ff irq 19 at device 31.2 on pci0 ata2: at channel 0 on atapci0 ata3: at channel 1 on atapci0 pci0: at device 31.3 (no driver attached) atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: console (9600,n,8,1) uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ata0: at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata1: at port 0x170-0x177,0x376 irq 15 on isa0 ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 p4tcc2: on cpu2 p4tcc3: on cpu3 Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 usbus4: 480Mbps High Speed USB v2.0 uhub0: 2 ports with 2 removable, self powered ugen4.1: at usbus4 uhub4: on usbus4 uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered ada0 at ata2 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada0: Serial Number WD-WMAM9ZL59310 ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 76293MB (156250000 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 lapic1: Forcing LINT1 to edge trigger SMP: AP CPU #1 Launched! lapic2: Forcing LINT1 to edge trigger SMP: AP CPU #2 Launched! lapic3: Forcing LINT1 to edge trigger SMP: AP CPU #3 Launched! Timecounter "TSC" frequency 1666720260 Hz quality 1000 Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub4: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/ada0s2a [rw]... ********************************* DEVINFO ********************************* nexus0 npx0 apic0 ram0 acpi0 cpu0 p4tcc0 cpufreq0 cpu1 p4tcc1 cpufreq1 cpu2 p4tcc2 cpufreq2 cpu3 p4tcc3 cpufreq3 acpi_button0 pcib0 pci0 hostb0 vgapci0 agp0 pcib1 pci1 pcib2 pci2 pcib3 pci3 pcib4 pci4 uhci0 usbus0 uhub0 uhci1 usbus1 uhub1 uhci2 usbus2 uhub2 uhci3 usbus3 uhub3 ehci0 usbus4 uhub4 pcib5 pci5 pcib6 pci6 dc0 miibus0 lxtphy0 dc1 miibus1 lxtphy1 dc2 miibus2 lxtphy2 dc3 miibus3 lxtphy3 isab0 isa0 pmtimer0 sc0 vga0 ata0 ata1 atapci0 ata2 ata3 acpi_sysresource0 pci_link0 pci_link1 pci_link2 pci_link3 pci_link4 pci_link5 pci_link6 pci_link7 atdma0 atrtc0 atpic0 npxisa0 attimer0 acpi_sysresource1 atkbdc0 atkbd0 uart0 uart1 hpet0 acpi_timer0 ********************************* VMSTAT ********************************* interrupt total rate irq1: atkbd0 76 0 irq4: uart0 622 4 irq19: uhci1+ 1473 11 irq20: hpet0 dc3 13274 99 irq22: dc1 2360 17 Total 17805 133 >Release-Note: >Audit-Trail: >Unformatted: