From owner-freebsd-net@FreeBSD.ORG Mon Jan 28 17:15:21 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7BB5DAF5 for ; Mon, 28 Jan 2013 17:15:21 +0000 (UTC) (envelope-from pkeusem@visi.com) Received: from g2host.com (mailfront3.g2host.com [208.42.184.241]) by mx1.freebsd.org (Postfix) with ESMTP id 012BBD4E for ; Mon, 28 Jan 2013 17:15:20 +0000 (UTC) Received: from [173.17.248.27] (account pkeusem@visi.com HELO [172.16.175.217]) by mailfront3.g2host.com (CommuniGate Pro SMTP 5.3.11) with ESMTPSA id 95477685; Mon, 28 Jan 2013 11:15:13 -0600 Message-ID: <5106B21F.4060609@visi.com> Date: Mon, 28 Jan 2013 11:15:11 -0600 From: Paul Keusemann User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Marius Strobl Subject: Re: Cas driver fails to load first time after boot. References: <50FEFAB8.1070006@visi.com> <20130124150904.GA27559@alchemy.franken.de> <51017FF0.5080001@visi.com> <20130124215017.GS85306@alchemy.franken.de> <5101F264.7030206@visi.com> <20130125161916.GV85306@alchemy.franken.de> <5102D9AB.9010405@visi.com> <20130125233409.GZ85306@alchemy.franken.de> In-Reply-To: <20130125233409.GZ85306@alchemy.franken.de> X-Is-From-Me: yes Content-Type: multipart/mixed; boundary="------------090706020109010001000202" Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2013 17:15:21 -0000 This is a multi-part message in MIME format. --------------090706020109010001000202 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 01/25/13 17:34, Marius Strobl wrote: > On Fri, Jan 25, 2013 at 01:14:51PM -0600, Paul Keusemann wrote: >> On 01/25/13 10:19, Marius Strobl wrote: >>> On Thu, Jan 24, 2013 at 08:48:04PM -0600, Paul Keusemann wrote: >>>> On 01/24/13 15:50, Marius Strobl wrote: >>>>> On Thu, Jan 24, 2013 at 12:39:44PM -0600, Paul Keusemann wrote: >>>>>> On 01/24/13 09:09, Marius Strobl wrote: >>>>>>> On Tue, Jan 22, 2013 at 02:46:48PM -0600, Paul Keusemann wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> I've got a Dell R200 which I'm trying to build into a gateway with a Sun >>>>>>>> QGE (501-6738-10). The cas driver fails to load the first time I try to >>>>>>>> load it but succeeds the second time. Is this a problem with the card, >>>>>>>> the driver, my karma? >>>>>>> Wrong phase of the moon, apparently :) >>>>>>> The MII setup of these chips is a bit tricky and I'm not sure whether >>>>>>> I've hit all code paths during development of the driver. I certainly >>>>>>> didn't test with a 501-6738, these have been reported as working before, >>>>>>> though. It also doesn't make much sense that attaching the devices >>>>>>> succeeds on the second attempt. Could you please use a if_cas.ko built >>>>>>> with the attached patch and report the debug output for one of the >>>>>>> interfaces in both the working and the non-working case? >>>>>> I would love to give you output from the working and non-working case >>>>>> but apparently the phase of the moon has changed, I can't get it to fail >>>>>> now. The messages output from the working case is attached. >>>>>> >>>>> Thanks but unfortunately this doesn't make any sense either. In general, >>>>> printf()s cause deays which can be relevant. In the locations I've put >>>>> them they hardly can make such a difference though. >>>>> If you haven't already done so, could you please power off the machine >>>>> before doing the test with the patched module? Is the problem still gone >>>>> if you revert to the original module? >>>> OK, power-cycling makes a difference. The driver fails to attach all of >>>> the devices after power-cycling most of the time if not all of the >>>> time. The number of devices attached varies, the attached message file >>>> fragment is from my last test. Three of the devices were attached on >>>> the first load attempt and all four of them on the second attempt. >>> Okay, so we now at least have a way to reproduce the problem. >>> Unfortunately, it's still unclear what's the exact cause of it. At >>> least the problem is not what I suspected and hoped it most likely is. >>> Could you please test how things behave after a power-cycle with the >>> attached patche (after reverting the previous one). >> The patched driver fails to compile with the following error message: >> > <...> > >> I found the following defintion of nitems in the iwn and usb/wlan drivers: >> >> #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) >> >> so I added it to if_cas.c and rebuilt without errors. >> > Sorry, I didn't think of 8.3 not having nitems(), yet. Actually, > this part of the patch is orthogonal to your problem and just a > change I had in that tree. > >> This looks like like it fixed the problem. I ran three tests from >> power-up to loading the driver and the driver loaded successfully all >> three times. I then added if_cas_load="YES" to /boot/loader.conf and >> did two more successful reboots from power-up. > Great! Thanks a lot for testing! > >> Will this driver work on FreeBSD 9.1? >> > Yes, the patch should also solve the problem in 9.1. I suspect the > hang you are seeing there isn't specific to cas(4) but rather a > general regression that came in with the VIMAGE changes. Now, if > a network device driver fails to attach during boot and tries to > clean up by detaching and freeing the interface part at that stage > again this causes problems. I already talked to bz@ about this and > what I remember from his reply this is an ordering issue that is at > least very hard to fix. OK. I've successfully upgraded from 8.3-Release to 9.1-Release. I stupidly powered-down the machine after the upgrade, so I had to remove the QGE card to get it to boot 9.1 and build a custom kernel. The patch applied cleanly, the kernel built without errors and boots from power-up without problems. I've attached the most recent messages file, dmesg, kldstat and ifconfig output if you're interested. The only odd thing I noticed was that cas0 and cas3 log messages: "cannot disable RX MAC" but cas1 and cas2 do not. I haven't actually tried any of the interfaces yet but I assume they'll work as expected. Let me know if there's anything further testing you'd like me to do. Thanks so much for your help with this, it is much appreciated. Paul > > Marius > > -- Paul Keusemann pkeusem@visi.com 4266 Joppa Court (952) 894-7805 Savage, MN 55378 --------------090706020109010001000202 Content-Type: text/plain; charset=us-ascii; name="dmesg.out" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dmesg.out" Copyright (c) 1992-2012 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 9.1-RELEASE #4: Mon Jan 28 09:02:45 CST 2013 toor@lucid:/usr/obj/usr/src/sys/LUCID amd64 CPU: Intel(R) Xeon(R) CPU X3210 @ 2.13GHz (2133.45-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fb Family = 6 Model = f Stepping = 11 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 4092600320 (3903 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0: Changing APIC ID to 4 ioapic1: Changing APIC ID to 5 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 atrtc0: port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 hpet0: iomem 0xfed00000-0xfed003ff 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 Event timer "HPET3" frequency 14318180 Hz quality 440 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 pcib3: at device 0.0 on pci2 pci3: on pcib3 pcib4: at device 2.0 on pci3 pci4: on pcib4 cas0: mem 0xdf800000-0xdf9fffff irq 35 at device 0.0 on pci4 cas0: cannot disable RX MAC miibus0: on cas0 nsgphy0: PHY 1 on miibus0 none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow cas0: 16kB RX FIFO, 9kB TX FIFO cas0: Ethernet address: 00:14:4f:25:ca:10 cas1: mem 0xdfa00000-0xdfbfffff irq 34 at device 1.0 on pci4 miibus1: on cas1 nsgphy1: PHY 1 on miibus1 none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow cas1: 16kB RX FIFO, 9kB TX FIFO cas1: Ethernet address: 00:14:4f:25:ca:11 cas2: mem 0xdfc00000-0xdfdfffff irq 33 at device 2.0 on pci4 miibus2: on cas2 nsgphy2: PHY 1 on miibus2 none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow cas2: 16kB RX FIFO, 9kB TX FIFO cas2: Ethernet address: 00:14:4f:25:ca:12 cas3: mem 0xdfe00000-0xdfffffff irq 32 at device 3.0 on pci4 cas3: cannot disable RX MAC miibus3: on cas3 nsgphy3: PHY 1 on miibus3 none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow cas3: 16kB RX FIFO, 9kB TX FIFO cas3: Ethernet address: 00:14:4f:25:ca:13 pcib5: irq 16 at device 28.4 on pci0 pci5: on pcib5 bge0: mem 0xdf3f0000-0xdf3fffff irq 16 at device 0.0 on pci5 bge0: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E miibus4: on bge0 brgphy0: PHY 1 on miibus4 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:19:b9:fa:82:51 pcib6: irq 17 at device 28.5 on pci0 pci6: on pcib6 bge1: mem 0xdf4f0000-0xdf4fffff irq 17 at device 0.0 on pci6 bge1: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E miibus5: on bge1 brgphy1: PHY 1 on miibus5 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:19:b9:fa:82:52 uhci0: port 0xdc60-0xdc7f irq 21 at device 29.0 on pci0 usbus0 on uhci0 uhci1: port 0xdc80-0xdc9f irq 20 at device 29.1 on pci0 usbus1 on uhci1 uhci2: port 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 usbus2 on uhci2 ehci0: mem 0xdf2ffc00-0xdf2fffff irq 21 at device 29.7 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci0 pcib7: at device 30.0 on pci0 pci7: on pcib7 vgapci0: port 0xec00-0xecff mem 0xd0000000-0xd7ffffff,0xdf5f0000-0xdf5fffff irq 19 at device 5.0 on pci7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xdc30-0xdc37,0xdc28-0xdc2b,0xdc38-0xdc3f,0xdc2c-0xdc2f,0xdc40-0xdc4f,0xdc50-0xdc5f irq 23 at device 31.2 on pci0 ata2: at channel 0 on atapci0 ata3: at channel 1 on atapci0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse, device ID 3 orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcb7ff,0xec000-0xeffff 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 fdc0: No FDOUT register! ppc0: cannot reserve I/O port range ctl: CAM Target Layer loaded est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 est2: on cpu2 p4tcc2: on cpu2 est3: on cpu3 p4tcc3: on cpu3 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 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: 6 ports with 6 removable, self powered ada0 at ata2 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 2.x device 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 SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! cd0 at ata2 bus 0 scbus0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, SMP: AP CPU #2 Launched! PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Timecounter "TSC-low" frequency 16667601 Hz quality 1000 Root mount waiting for: usbus3 ugen3.2: at usbus3 uhub4: on usbus3 uhub4: MTT enabled uhub4: 4 ports with 4 removable, self powered Trying to mount root from ufs:/dev/ad4s1a [rw]... bge0: link state changed to UP --------------090706020109010001000202 Content-Type: text/plain; charset=us-ascii; name="ifconfig.out" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ifconfig.out" cas0: flags=8802 metric 0 mtu 1500 options=b ether 00:14:4f:25:ca:10 nd6 options=29 media: Ethernet autoselect cas1: flags=8802 metric 0 mtu 1500 options=b ether 00:14:4f:25:ca:11 nd6 options=29 media: Ethernet autoselect cas2: flags=8802 metric 0 mtu 1500 options=b ether 00:14:4f:25:ca:12 nd6 options=29 media: Ethernet autoselect cas3: flags=8802 metric 0 mtu 1500 options=b ether 00:14:4f:25:ca:13 nd6 options=29 media: Ethernet autoselect bge0: flags=8843 metric 0 mtu 1500 options=8009b ether 00:19:b9:fa:82:51 inet 172.16.175.221 netmask 0xffffff00 broadcast 172.16.175.255 inet6 fe80::219:b9ff:fefa:8251%bge0 prefixlen 64 scopeid 0x5 nd6 options=29 media: Ethernet autoselect (1000baseT ) status: active bge1: flags=8802 metric 0 mtu 1500 options=8009b ether 00:19:b9:fa:82:52 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 0xb inet 127.0.0.1 netmask 0xff000000 nd6 options=21 --------------090706020109010001000202 Content-Type: text/plain; charset=us-ascii; name="kldstat.out" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kldstat.out" Id Refs Address Size Name 1 1 0xffffffff80200000 1323488 kernel (/boot/kernel/kernel) Contains modules: Id Name 412 newreno 401 if_lo 389 elf64 455 elf32 390 shell 364 pseudofs 402 if_tun 321 uether 400 if_gif 403 if_vlan 398 if_faith 413 mld 411 igmp 394 sysvmsg 395 sysvsem 396 sysvshm 415 nfssvc 359 nfscommon 362 nfsd 420 krpc 416 nfslockd 357 devfs 363 procfs 421 ufs 388 cd9660 360 nfs 358 msdosfs 361 nfscl 9 cbb 10 cbr 1 cam 63 ata 15 ses 8 ada 373 g_part_mbr 372 g_part_gpt 371 g_part_ebr 370 g_part_bsd 317 uhub/rue 14 sa 13 pass 5 probe 137 pci/fxp 7 ch 4 pmp 12 da 6 cd 2 xpt 11 ctl 110 pci/dc 355 pci/xl 3 aprobe 79 pci/ata_intel 266 pci/snd_hda 78 pci/ata_highpoint 477 root/nexus 476 nexus/ram 475 isa/sysresource 265 hdacc/snd_hda 264 hdaa/snd_hda_pcm 263 pci/snd_via8233 262 pci/snd_ich 261 pci/snd_es137x 260 emu10kx/snd_emu10kx_midi 259 emu10kx/snd_emu10kx_pcm 474 pci/ioapic 473 nexus/apic 258 pci/snd_emu10kx 257 csa/snd_csapcm 472 nexus/qpi 471 qpi/pcib 256 pci/snd_csa 470 legacy/pcib 469 isa/pcibus_pnp 468 isa/orm 467 isa/atdma 466 acpi/atdma 465 legacy/isa 255 pci/snd_cmi 464 isa/attimer 463 acpi/attimer 462 isa/atrtc 461 acpi/atrtc 460 cpu/p4tcc 459 cpu/hwpstate 77 pci/ata_cyrix 254 pccard/sn 458 cpu/est 457 cpu/powernow 253 isa/sn 121 pci/lem 252 pci/skc 251 skc/sk 250 sk/miibus 249 pci/sis 248 sis/miibus 76 pci/ata_cypress 247 pci/siis 246 siis/siisch 245 pci/sge 244 sge/miibus 243 pci/sf 242 sf/miibus 75 pci/ata_cenatek 35 acpi/acpi_smbat 74 pci/ata_ati 454 isa/vga 453 vgapci/vgapm 452 isa/sc 73 pci/ata_amd 451 pci/isci 450 scrndr-vga 449 scterm-scteken 241 pci/re 240 re/miibus 72 pci/ata_adaptec 448 pci/nfe 447 nfe/miibus 446 pci/hptrr 445 pci/hptmv 444 pccard/fdc 443 isa/fdc 442 acpi/fdc 441 fdc/fd 440 io 391 cpu/cpufreq 439 vesa 239 random 438 isa/ed 238 pci/ral 237 pci/puc 437 atkbdc/psm 436 isa/psmcpnp 435 acpi/psmcpnp 236 pccard/puc 434 isa/atkbdc 433 acpi/atkbdc 432 atkbdc/atkbd 431 pci/arcmsr 430 hostb/agp_via 429 hostb/agp_intel 428 vgapci/agp_i810 427 hostb/agp_amd64 71 pci/ata_ali 235 pty 234 puc/ppc 233 pci/ppc 232 isa/ppc 231 acpi/ppc 230 ppbus/ppi 70 pci/ata_acard 229 ppc/ppbus 228 ppbus/lpt 69 pci/ata_ahci 426 nexus/legacy 425 legacy/cpu 424 acpi/fpupnp 227 ppbus/plip 226 pci/pcn 225 pcn/miibus 68 atapci/ata_ahci_ata 387 isab/isa 423 root/nexus_acpi 386 eisab/isa 224 pci/vgapci 223 pci/pcib 222 pcib/pci 120 pci/em 34 acpi/acpi_sysresource 67 pci/atapci 66 atapci/ata 65 isa/ata 64 pccard/ata 23 acpi/acpi_cmbat 22 acpi/acpi_button 221 pci/isab 220 pci/ignore_pci 219 pci/hostb 218 pci/fixup_pci 217 pci/cbb 16 aac/aacp 33 cpu/acpi_perf 216 isa/cbb 62 pci/an 61 pccard/an 119 pci/ed 118 pccard/ed 117 ed/miibus 116 pci/dpt 215 pcic/pccard 214 cbb/pccard 213 null 212 pci/nge 211 nge/miibus 210 pci/mwl 115 pci/de 114 dcons 60 isa/an 113 firewire/dcons_crom 112 miibus/pnphy 111 miibus/dcphy 209 pci/mvs 109 dc/miibus 208 mvs/mvsch 207 sata/mvsch 108 pccard/cs 107 isa/cs 21 acpi/acpi_acad 206 pci/mskc 205 mskc/msk 204 msk/miibus 59 pci/amr 106 cpu/ichss 58 amr/amrd 201 pci/mpt 105 pci/ciss 32 pci/acpi_pcib 31 acpi/acpi_pcib 25 acpi/acpi_ec 57 pci/ale 198 pci/mps 104 pci/cas 197 pci/mly 196 pci/mlx 195 mlx/mlxd 194 miibus/xmphy 193 miibus/ukphy 192 miibus/truephy 191 miibus/tlphy 419 pci/rl 418 cardbus/rl 417 rl/miibus 190 miibus/tdkphy 189 miibus/smcphy 188 miibus/rlphy 187 miibus/rgephy 186 miibus/rdcphy 414 nfslock 185 miibus/qsphy 184 miibus/pnaphy 183 miibus/nsphyter 182 miibus/nsphy 181 miibus/nsgphy 180 miibus/mlphy 179 miibus/lxtphy 178 miibus/jmphy 177 miibus/ip1000phy 176 miibus/icsphy 175 miibus/gentbi 174 miibus/e1000phy 173 miibus/ciphy 172 miibus/brgphy 171 miibus/bmtphy 170 miibus/axphy 169 miibus/atphy 168 miibus/amphy 167 miibus/acphy 166 mfi/mfisyspd 165 mfi/mfid 164 pci/mfi 103 cas/miibus 56 ale/miibus 19 pci/aac 102 cbb/cardbus 101 pci/bxe 18 pci/aacch 163 mem 55 pci/alc 54 alc/miibus 53 ahc 52 ahd 161 pci/malo 51 pci/ahd 50 pci/ahc_pci 49 isa/ahc_isa 100 pci/bt 99 isa/bt 160 pci/lge 159 lge/miibus 98 pci/bge 356 miibus/xlphy 354 xl/miibus 353 pccard/xe 352 pci/wpi 351 pci/wi 350 pccard/wi 349 pci/wb 348 wb/miibus 347 watchdog 346 pci/vx 345 pci/vr 344 vr/miibus 158 pci/le 343 pci/vge 342 vge/miibus 97 bge/miibus 341 uhub/ums 157 kbdmux 48 pccard/aic 340 uhub/ukbd 339 uhub/uhid 96 pci/bfe 156 pci/jme 155 jme/miibus 154 pci/ixv 338 uhub/uvscom 337 uhub/uvisor 336 uhub/uslcom 335 uhub/uplcom 334 uhub/ulpt 333 uhub/uipaq 332 uhub/uftdi 331 uhub/ubsa 330 uhub/uark 329 uhub/u3g 328 uhub/zyd 95 bfe/miibus 327 uhub/urtw 326 uhub/ural 325 uhub/if_upgt 94 pci/bce 324 uhub/uath 323 uhub/run 322 uhub/rum 320 miibus/ruephy 319 uhub/udav 318 udav/miibus 316 rue/miibus 315 uhub/kue 314 uhub/cue 313 uhub/cdce 312 uhub/axe 311 axe/miibus 310 uhub/aue 309 aue/miibus 93 bce/miibus 30 acpi/acpi_pci_link 24 acpi/cpu 308 usbus/uhub 307 uhub/uhub 47 pci/ahci 153 pci/ixgbe 46 atapci/ahci 45 ahci/ahcich 29 pcib/acpi_pci 20 nexus/acpi 28 acpi/acpi_lid 44 pci/age 43 age/miibus 42 pci/ae 306 uhub/usb_linux 305 uhub/urio 152 pci/iwn 304 uhub/umass 151 pci/iwi 150 pci/isp 149 pci/ipw 303 ohci/usbus 302 uhci/usbus 301 ehci/usbus 300 xhci/usbus 299 at91_udp/usbus 298 musbotg/usbus 297 uss820/usbus 296 pci/xhci 148 pci/ips 295 pci/uhci 147 ips/ipsd 41 ae/miibus 294 pci/ohci 146 pci/iir 293 pci/ehci 27 acpi/acpi_isab 145 pci/ida 144 ida/idad 143 pci/hptiop 142 pci/hme 292 puc/uart 291 pci/uart 290 pccard/uart 289 isa/uart 288 acpi/uart 141 hme/miibus 287 pci/txp 286 pci/tx 285 tx/miibus 140 pci/gem 139 gem/miibus 138 miibus/inphy 284 pci/tws 136 fxp/miibus 40 pci/adw 283 pci/twe 282 twe/twed 39 pci/adv 135 firewire/fwip 281 pci/twa 280 pci/trm 279 pci/tl 278 tl/miibus 277 pci/ti 38 acpi/acpi_timer 37 cpu/acpi_throttle 276 pci/sym 275 pci/stge 274 stge/miibus 273 pci/ste 272 ste/miibus 36 acpi/acpi_tz 271 midi 270 uaudio/ua_pcm 17 aac/aacd 134 firewire/fwe 133 pci/fwohci 269 uhub/uaudio 92 pci/ath_pci 91 pci/ata_via 90 pci/ata_sis 268 sound 89 pci/ata_sii 132 fwohci/firewire 131 pccard/fe 130 exca 129 pccard/ex 128 isa/ex 127 pci/esp 126 pccard/ep 125 isa/ep 88 pci/ata_serverworks 124 pci/et 123 et/miibus 87 pci/ata_promise 26 acpi/hpet 86 pci/ata_nvidia 85 pci/ata_netcell 122 pci/igb 84 pci/ata_national 83 pci/ata_micron 82 pci/ata_marvell 81 pci/ata_jmicron 80 pci/ata_ite 267 hdac/snd_hda 202 mpt_raid 374 g_raid 378 g_raid_md_nvidia 203 mpt_user 380 g_raid_md_sii 377 g_raid_md_jmicron 375 g_raid_md_ddf 379 g_raid_md_promise 200 mpt_cam 376 g_raid_md_intel 393 firmware 381 g_raid_tr_concat 408 wlan 407 wlan_wep 406 wlan_tkip 405 wlan_ccmp 199 mpt_core 404 wlan_amrr 422 g_class 384 g_raid_tr_raid1e 369 g_part 368 g_label 392 rootbus 367 g_vfs 162 g_md 383 g_raid_tr_raid1 366 g_disk 385 g_raid_tr_raid5 410 wlan_sta 365 g_dev 409 wlan_ratectl_none 382 g_raid_tr_raid0 399 if_firewire 397 ether 456 x86bios --------------090706020109010001000202 Content-Type: text/plain; charset=us-ascii; name="messages" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="messages" Jan 28 11:04:05 lucid kernel: Copyright (c) 1992-2012 The FreeBSD Project. Jan 28 11:04:05 lucid kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Jan 28 11:04:05 lucid kernel: The Regents of the University of California. All rights reserved. Jan 28 11:04:05 lucid kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Jan 28 11:04:05 lucid kernel: FreeBSD 9.1-RELEASE #4: Mon Jan 28 09:02:45 CST 2013 Jan 28 11:04:05 lucid kernel: toor@lucid:/usr/obj/usr/src/sys/LUCID amd64 Jan 28 11:04:05 lucid kernel: CPU: Intel(R) Xeon(R) CPU X3210 @ 2.13GHz (2133.45-MHz K8-class CPU) Jan 28 11:04:05 lucid kernel: Origin = "GenuineIntel" Id = 0x6fb Family = 6 Model = f Stepping = 11 Jan 28 11:04:05 lucid kernel: Features=0xbfebfbff Jan 28 11:04:05 lucid kernel: Features2=0xe3bd Jan 28 11:04:05 lucid kernel: AMD Features=0x20100800 Jan 28 11:04:05 lucid kernel: AMD Features2=0x1 Jan 28 11:04:05 lucid kernel: TSC: P-state invariant, performance statistics Jan 28 11:04:05 lucid kernel: real memory = 4294967296 (4096 MB) Jan 28 11:04:05 lucid kernel: avail memory = 4092600320 (3903 MB) Jan 28 11:04:05 lucid kernel: Event timer "LAPIC" quality 400 Jan 28 11:04:05 lucid kernel: ACPI APIC Table: Jan 28 11:04:05 lucid kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs Jan 28 11:04:05 lucid kernel: FreeBSD/SMP: 1 package(s) x 4 core(s) Jan 28 11:04:05 lucid kernel: cpu0 (BSP): APIC ID: 0 Jan 28 11:04:05 lucid kernel: cpu1 (AP): APIC ID: 1 Jan 28 11:04:05 lucid kernel: cpu2 (AP): APIC ID: 2 Jan 28 11:04:05 lucid kernel: cpu3 (AP): APIC ID: 3 Jan 28 11:04:05 lucid kernel: ioapic0: Changing APIC ID to 4 Jan 28 11:04:05 lucid kernel: ioapic1: Changing APIC ID to 5 Jan 28 11:04:05 lucid kernel: ioapic0 irqs 0-23 on motherboard Jan 28 11:04:05 lucid kernel: ioapic1 irqs 32-55 on motherboard Jan 28 11:04:05 lucid kernel: kbd1 at kbdmux0 Jan 28 11:04:05 lucid kernel: acpi0: on motherboard Jan 28 11:04:05 lucid kernel: acpi0: Power Button (fixed) Jan 28 11:04:05 lucid kernel: cpu0: on acpi0 Jan 28 11:04:05 lucid kernel: cpu1: on acpi0 Jan 28 11:04:05 lucid kernel: cpu2: on acpi0 Jan 28 11:04:05 lucid kernel: cpu3: on acpi0 Jan 28 11:04:05 lucid kernel: atrtc0: port 0x70-0x7f irq 8 on acpi0 Jan 28 11:04:05 lucid kernel: Event timer "RTC" frequency 32768 Hz quality 0 Jan 28 11:04:05 lucid kernel: attimer0: port 0x40-0x5f irq 0 on acpi0 Jan 28 11:04:05 lucid kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Jan 28 11:04:05 lucid kernel: Event timer "i8254" frequency 1193182 Hz quality 100 Jan 28 11:04:05 lucid kernel: hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Jan 28 11:04:05 lucid kernel: Timecounter "HPET" frequency 14318180 Hz quality 950 Jan 28 11:04:05 lucid kernel: Event timer "HPET" frequency 14318180 Hz quality 450 Jan 28 11:04:05 lucid kernel: Event timer "HPET1" frequency 14318180 Hz quality 440 Jan 28 11:04:05 lucid kernel: Event timer "HPET2" frequency 14318180 Hz quality 440 Jan 28 11:04:05 lucid kernel: Event timer "HPET3" frequency 14318180 Hz quality 440 Jan 28 11:04:05 lucid kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 Jan 28 11:04:05 lucid kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 Jan 28 11:04:05 lucid kernel: pcib0: port 0xcf8-0xcff on acpi0 Jan 28 11:04:05 lucid kernel: pci0: on pcib0 Jan 28 11:04:05 lucid kernel: pcib1: irq 16 at device 1.0 on pci0 Jan 28 11:04:05 lucid kernel: pci1: on pcib1 Jan 28 11:04:05 lucid kernel: pcib2: irq 16 at device 28.0 on pci0 Jan 28 11:04:05 lucid kernel: pci2: on pcib2 Jan 28 11:04:05 lucid kernel: pcib3: at device 0.0 on pci2 Jan 28 11:04:05 lucid kernel: pci3: on pcib3 Jan 28 11:04:05 lucid kernel: pcib4: at device 2.0 on pci3 Jan 28 11:04:05 lucid kernel: pci4: on pcib4 Jan 28 11:04:05 lucid kernel: cas0: mem 0xdf800000-0xdf9fffff irq 35 at device 0.0 on pci4 Jan 28 11:04:05 lucid kernel: cas0: cannot disable RX MAC Jan 28 11:04:05 lucid kernel: miibus0: on cas0 Jan 28 11:04:05 lucid kernel: nsgphy0: PHY 1 on miibus0 Jan 28 11:04:05 lucid kernel: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: cas0: 16kB RX FIFO, 9kB TX FIFO Jan 28 11:04:05 lucid kernel: cas0: Ethernet address: 00:14:4f:25:ca:10 Jan 28 11:04:05 lucid kernel: cas1: mem 0xdfa00000-0xdfbfffff irq 34 at device 1.0 on pci4 Jan 28 11:04:05 lucid kernel: miibus1: on cas1 Jan 28 11:04:05 lucid kernel: nsgphy1: PHY 1 on miibus1 Jan 28 11:04:05 lucid kernel: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: cas1: 16kB RX FIFO, 9kB TX FIFO Jan 28 11:04:05 lucid kernel: cas1: Ethernet address: 00:14:4f:25:ca:11 Jan 28 11:04:05 lucid kernel: cas2: mem 0xdfc00000-0xdfdfffff irq 33 at device 2.0 on pci4 Jan 28 11:04:05 lucid kernel: miibus2: on cas2 Jan 28 11:04:05 lucid kernel: nsgphy2: PHY 1 on miibus2 Jan 28 11:04:05 lucid kernel: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: cas2: 16kB RX FIFO, 9kB TX FIFO Jan 28 11:04:05 lucid kernel: cas2: Ethernet address: 00:14:4f:25:ca:12 Jan 28 11:04:05 lucid kernel: cas3: mem 0xdfe00000-0xdfffffff irq 32 at device 3.0 on pci4 Jan 28 11:04:05 lucid kernel: cas3: cannot disable RX MAC Jan 28 11:04:05 lucid kernel: miibus3: on cas3 Jan 28 11:04:05 lucid kernel: nsgphy3: PHY 1 on miibus3 Jan 28 11:04:05 lucid kernel: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: cas3: 16kB RX FIFO, 9kB TX FIFO Jan 28 11:04:05 lucid kernel: cas3: Ethernet address: 00:14:4f:25:ca:13 Jan 28 11:04:05 lucid kernel: pcib5: irq 16 at device 28.4 on pci0 Jan 28 11:04:05 lucid kernel: pci5: on pcib5 Jan 28 11:04:05 lucid kernel: bge0: mem 0xdf3f0000-0xdf3fffff irq 16 at device 0.0 on pci5 Jan 28 11:04:05 lucid kernel: bge0: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E Jan 28 11:04:05 lucid kernel: miibus4: on bge0 Jan 28 11:04:05 lucid kernel: brgphy0: PHY 1 on miibus4 Jan 28 11:04:05 lucid kernel: brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: bge0: Ethernet address: 00:19:b9:fa:82:51 Jan 28 11:04:05 lucid kernel: pcib6: irq 17 at device 28.5 on pci0 Jan 28 11:04:05 lucid kernel: pci6: on pcib6 Jan 28 11:04:05 lucid kernel: bge1: mem 0xdf4f0000-0xdf4fffff irq 17 at device 0.0 on pci6 Jan 28 11:04:05 lucid kernel: bge1: CHIP ID 0x00004201; ASIC REV 0x04; CHIP REV 0x42; PCI-E Jan 28 11:04:05 lucid kernel: miibus5: on bge1 Jan 28 11:04:05 lucid kernel: brgphy1: PHY 1 on miibus5 Jan 28 11:04:05 lucid kernel: brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow Jan 28 11:04:05 lucid kernel: bge1: Ethernet address: 00:19:b9:fa:82:52 Jan 28 11:04:05 lucid kernel: uhci0: port 0xdc60-0xdc7f irq 21 at device 29.0 on pci0 Jan 28 11:04:05 lucid kernel: usbus0 on uhci0 Jan 28 11:04:05 lucid kernel: uhci1: port 0xdc80-0xdc9f irq 20 at device 29.1 on pci0 Jan 28 11:04:05 lucid kernel: usbus1 on uhci1 Jan 28 11:04:05 lucid kernel: uhci2: port 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 Jan 28 11:04:05 lucid kernel: usbus2 on uhci2 Jan 28 11:04:05 lucid kernel: ehci0: mem 0xdf2ffc00-0xdf2fffff irq 21 at device 29.7 on pci0 Jan 28 11:04:05 lucid kernel: usbus3: EHCI version 1.0 Jan 28 11:04:05 lucid kernel: usbus3 on ehci0 Jan 28 11:04:05 lucid kernel: pcib7: at device 30.0 on pci0 Jan 28 11:04:05 lucid kernel: pci7: on pcib7 Jan 28 11:04:05 lucid kernel: vgapci0: port 0xec00-0xecff mem 0xd0000000-0xd7ffffff,0xdf5f0000-0xdf5fffff irq 19 at device 5.0 on pci7 Jan 28 11:04:05 lucid kernel: isab0: at device 31.0 on pci0 Jan 28 11:04:05 lucid kernel: isa0: on isab0 Jan 28 11:04:05 lucid kernel: atapci0: port 0xdc30-0xdc37,0xdc28-0xdc2b,0xdc38-0xdc3f,0xdc2c-0xdc2f,0xdc40-0xdc4f,0xdc50-0xdc5f irq 23 at device 31.2 on pci0 Jan 28 11:04:05 lucid kernel: ata2: at channel 0 on atapci0 Jan 28 11:04:05 lucid kernel: ata3: at channel 1 on atapci0 Jan 28 11:04:05 lucid kernel: fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 Jan 28 11:04:05 lucid kernel: fdc0: does not respond Jan 28 11:04:05 lucid kernel: device_attach: fdc0 attach returned 6 Jan 28 11:04:05 lucid kernel: uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 Jan 28 11:04:05 lucid kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Jan 28 11:04:05 lucid kernel: atkbd0: irq 1 on atkbdc0 Jan 28 11:04:05 lucid kernel: kbd0 at atkbd0 Jan 28 11:04:05 lucid kernel: atkbd0: [GIANT-LOCKED] Jan 28 11:04:05 lucid kernel: psm0: irq 12 on atkbdc0 Jan 28 11:04:05 lucid kernel: psm0: [GIANT-LOCKED] Jan 28 11:04:05 lucid kernel: psm0: model IntelliMouse, device ID 3 Jan 28 11:04:05 lucid kernel: orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcb7ff,0xec000-0xeffff on isa0 Jan 28 11:04:05 lucid kernel: sc0: at flags 0x100 on isa0 Jan 28 11:04:05 lucid kernel: sc0: VGA <16 virtual consoles, flags=0x300> Jan 28 11:04:05 lucid kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Jan 28 11:04:05 lucid kernel: fdc0: No FDOUT register! Jan 28 11:04:05 lucid kernel: ppc0: cannot reserve I/O port range Jan 28 11:04:05 lucid kernel: ctl: CAM Target Layer loaded Jan 28 11:04:05 lucid kernel: est0: on cpu0 Jan 28 11:04:05 lucid kernel: p4tcc0: on cpu0 Jan 28 11:04:05 lucid kernel: est1: on cpu1 Jan 28 11:04:05 lucid kernel: p4tcc1: on cpu1 Jan 28 11:04:05 lucid kernel: est2: on cpu2 Jan 28 11:04:05 lucid kernel: p4tcc2: on cpu2 Jan 28 11:04:05 lucid kernel: est3: on cpu3 Jan 28 11:04:05 lucid kernel: p4tcc3: on cpu3 Jan 28 11:04:05 lucid kernel: Timecounters tick every 1.000 msec Jan 28 11:04:05 lucid kernel: usbus0: 12Mbps Full Speed USB v1.0 Jan 28 11:04:05 lucid kernel: usbus1: 12Mbps Full Speed USB v1.0 Jan 28 11:04:05 lucid kernel: usbus2: 12Mbps Full Speed USB v1.0 Jan 28 11:04:05 lucid kernel: usbus3: 480Mbps High Speed USB v2.0 Jan 28 11:04:05 lucid kernel: ugen0.1: at usbus0 Jan 28 11:04:05 lucid kernel: uhub0: on usbus0 Jan 28 11:04:05 lucid kernel: ugen1.1: at usbus1 Jan 28 11:04:05 lucid kernel: uhub1: on usbus1 Jan 28 11:04:05 lucid kernel: ugen2.1: at usbus2 Jan 28 11:04:05 lucid kernel: uhub2: on usbus2 Jan 28 11:04:05 lucid kernel: ugen3.1: at usbus3 Jan 28 11:04:05 lucid kernel: uhub3: on usbus3 Jan 28 11:04:05 lucid kernel: uhub0: 2 ports with 2 removable, self powered Jan 28 11:04:05 lucid kernel: uhub1: 2 ports with 2 removable, self powered Jan 28 11:04:05 lucid kernel: uhub2: 2 ports with 2 removable, self powered Jan 28 11:04:05 lucid kernel: uhub3: 6 ports with 6 removable, self powered Jan 28 11:04:05 lucid kernel: ada0 at ata2 bus 0 scbus0 target 0 lun 0 Jan 28 11:04:05 lucid kernel: ada0: ATA-7 SATA 2.x device Jan 28 11:04:05 lucid kernel: ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) Jan 28 11:04:05 lucid kernel: ada0: 76293MB (156250000 512 byte sectors: 16H 63S/T 16383C) Jan 28 11:04:05 lucid kernel: ada0: Previously was known as ad4 Jan 28 11:04:05 lucid kernel: SMP: AP CPU #3 Launched! Jan 28 11:04:05 lucid kernel: SMP: AP CPU #1 Launched! Jan 28 11:04:05 lucid kernel: cd0 at ata2 bus 0 scbus0 target 1 lun 0 Jan 28 11:04:05 lucid kernel: cd0: Removable CD-ROM SCSI-0 device Jan 28 11:04:05 lucid kernel: cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, SMP: AP CPU #2 Launched! Jan 28 11:04:05 lucid kernel: PIO 8192bytes) Jan 28 11:04:05 lucid kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed Jan 28 11:04:05 lucid kernel: Timecounter "TSC-low" frequency 16667601 Hz quality 1000 Jan 28 11:04:05 lucid kernel: Root mount waiting for: usbus3 Jan 28 11:04:05 lucid kernel: ugen3.2: at usbus3 Jan 28 11:04:05 lucid kernel: uhub4: on usbus3 Jan 28 11:04:05 lucid kernel: uhub4: MTT enabled Jan 28 11:04:05 lucid kernel: uhub4: 4 ports with 4 removable, self powered Jan 28 11:04:05 lucid kernel: Trying to mount root from ufs:/dev/ad4s1a [rw]... Jan 28 11:04:06 lucid kernel: bge0: link state changed to UP --------------090706020109010001000202--