Date: Fri, 9 Apr 2010 20:00:02 +0530 From: Rohit Grover <rgrover1@gmail.com> To: freebsd-usb@freebsd.org Subject: USB Keyboard puzzle Message-ID: <h2p426bed111004090730p509e2ad0jcc06f47e020cbfe9@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hello Dear Hackers, This is about a puzzling behaviour which has affected me for quite some time now and has caused far too many unwanted reboots on my Macbook (running FreeBSD). The problem appeared around when I transitioned from using 8.0/Release 8.0/STABLE; although I am not a 100% sure of that. If I were to switch back to 8.0/Release, things would work normally; but then many significant and necessary changes have gone into 8.0/STABLE and I do not have the option of reverting to 8.0/Release. It has to do with the software around the USB keyboard. When booting a derivative of 8.0/Stable, about half the time my laptop boots into a state where the keyboard is unresponsive; i.e. keystrokes have no effect; and thus this condition forces me into a wasteful reboot. This state is very likely to reproduce if I do a cold boot. I have also discovered that if I boot the laptop with MacOSX, and then subsequently reboot into FreeBSD, I have a high chance of getting a usable keyboard. I had previously suspected changes to code in the ukbd driver. But now I have confirmed for myself that ukbd is sane--I did this by adding printfs to the data-flow path, and ensured that the read_char() device-switch handler within ukbd is correctly able to return key scan-codes even when my keyboard appears to be dead. I have also noticed that in the cases where my keyboard appears to be unresponsive, ukbd attaches as two separate instances: ukbd0 and ukbd1: <verbatim> Apr 9 19:20:35 macbook kernel: ugen0.2: <vendor 0x05ac> at usbus0 Apr 9 19:20:35 macbook kernel: ukbd0: <vendor 0x05ac product 0x1000, class 0/0, rev 2.00/19.65, addr 2> on usbus0 Apr 9 19:20:35 macbook kernel: kbd0 at ukbd0 Apr 9 19:20:35 macbook kernel: Root mount waiting for: usbus6 Apr 9 19:20:35 macbook kernel: Trying to mount root from ufs:/dev/ad6p3a Apr 9 19:20:35 macbook kernel: ugen5.2: <Apple Computer, Inc.> at usbus5 Apr 9 19:20:35 macbook kernel: GEOM_PART: Partition 'ad6p3' not suitable for kernel dumps (wrong type?) Apr 9 19:20:35 macbook kernel: ugen5.3: <Apple Computer> at usbus5 Apr 9 19:20:35 macbook kernel: ukbd1: <Apple Internal Keyboard> on usbus5 Apr 9 19:20:35 macbook kernel: kbd1 at ukbd1 </verbatim> whereas when the keyboard boots in an OK state, I see the following during boot--there is only ukbd0 and no ukbd1: <verbatim> Apr 9 19:23:21 macbook kernel: ugen5.3: <Apple Computer> at usbus5 Apr 9 19:23:21 macbook kernel: ukbd0: <Apple Internal Keyboard> on usbus5 Apr 9 19:23:21 macbook kernel: kbd0 at ukbd0 </verbatim> I have attached my config file, and the dmesg dump from the good and bad cases. Could you please help me figure out what's going on with my keyboard? thanks, Rohit. [-- Attachment #2 --] # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.2.2.1 2008/02/06 03:24:28 scottl Exp $ #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident Macbook # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options KDB # options KDB_UNATTENDED options KDB_TRACE options DDB options BREAK_TO_DEBUGGER options INVARIANTS options INVARIANT_SUPPORT # options WITNESS # options WITNESS_KDB options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists #options UFS_DIRHASH # Improve performance on big directories options UFS_GJOURNAL # Enable gjournal-based UFS journaling #options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] options COMPAT_43 options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev #options STOP_NMI # Stop CPUS using NMI instead of IPI options AUDIT # Security event auditing options INCLUDE_CONFIG_FILE # Include this file in kernel # To make an SMP kernel, the next two lines are needed options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC # CPU frequency control device cpufreq # # Temperature sensors: # # coretemp: on-die sensor on Intel Core and newer CPUs # device coretemp #device backlight # Bus support. device eisa device pci # Floppy drives #device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives #device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. device ahd # AHA39320/29320 and onboard AIC79xx devices #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. device amd # AMD 53C974 (Tekram DC-390(T)) device hptiop # Highpoint RocketRaid 3xxx series device isp # Qlogic family device ispfw # Firmware for QLogic HBAs- normally a module device mpt # LSI-Logic MPT-Fusion device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters device aha # Adaptec 154x SCSI adapters device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster SCSI adapters device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device arcmsr # Areca SATA II RAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mfi # LSI MegaRAID SAS #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard #device psm # PS/2 mouse #options PSM_DEBUG=2 #device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets # Power management support (see NOTES for more options) device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports #device sio # 8250, 16[45]50 based serial ports #device uart # Generic UART driver # Parallel port #device ppc #device ppbus # Parallel port bus (required) #device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to sio, uart and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #device le # AMD Am7900 LANCE and Am79C9xx PCnet #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit Ethernet device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet #device nfe # nVidia nForce MCP on-board Ethernet #device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking #device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le') #device re # RealTek 8139C+/8169/8169S/8110S #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device stge # Sundance/Tamarack TC9021 gigabit Ethernet #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit Ethernet #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards #device ex # Intel EtherExpress Pro/10 and Pro/10+ #device ep # Etherlink III based cards #device fe # Fujitsu MB8696x based cards #device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. #device sn # SMC's 9000 series of Ethernet chips #device xe # Xircom pccard Ethernet # Wireless NIC cards #device bwi # Broadcom BCM43xx driver (bwi) device wlan # 802.11 support device wlan_wep # 802.11 WEP support device wlan_ccmp # 802.11 CCMP support device wlan_tkip # 802.11 TKIP support device wlan_amrr # AMRR transmit rate control algorithm device an # Aironet 4500/4800 802.11 wireless NICs. device ath # Atheros pci/cardbus NIC's options AH_SUPPORT_AR5416 # based on recommendation 20090312 in UPDATING device ath_hal # Atheros HAL (Hardware Access Layer) device ath_rate_sample # SampleRate tx rate control for ath device ral # Ralink Technology RT2500 wireless NICs. device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. # device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support #device sl # Kernel SLIP #device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" #device gif # IPv6 and IPv4 tunneling #device faith # IPv6-to-IPv4 relaying (translation) device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support options USB_DEBUG device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices #device ugen # Generic #device uhid # "Human Interface Devices" device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device ural # Ralink Technology RT2500USB wireless NICs #device rum # Ralink Technology RT2501USB wireless NICs #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners # USB Ethernet, requires miibus #device aue # ADMtek USB Ethernet #device axe # ASIX Electronics USB Ethernet #device cdce # Generic USB over Ethernet #device cue # CATC USB Ethernet #device kue # Kawasaki LSI USB Ethernet #device rue # RealTek RTL8150 USB Ethernet device uplcom # Prolific PL-2303 serial adapters #device u3g device ucom # USB serial support # FireWire support #device firewire # FireWire bus code #device sbp # SCSI over FireWire (Requires scbus and da) #device fwe # Ethernet over FireWire (non-standard!) #device fwip # IP over FireWire (RFC 2734,3146) #device dcons # Dumb console driver #device dcons_crom # Configuration ROM for dcons options CPU_SUSP_HLT # Enable HLT instruction when the CPU is idle. options CPU_UPGRADE_HW_CACHE # Disable useless cache flush. options DEVICE_POLLING # Enable compatible network adaptor polling options ZERO_COPY_SOCKETS # Network transfers without useless copying device drm # Enable graphics acceleration (base support). device i915drm # Enable graphic acceleration (i945GB support). #device atapicam # Enable ATA drives access device sound # Enable sound support (base support). device snd_hda # Enable Intal ICH7 High Definition Audio support. [-- Attachment #3 --] Apr 9 19:23:21 macbook kernel: Copyright (c) 1992-2010 The FreeBSD Project. Apr 9 19:23:21 macbook kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Apr 9 19:23:21 macbook kernel: The Regents of the University of California. All rights reserved. Apr 9 19:23:21 macbook kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Apr 9 19:23:21 macbook kernel: FreeBSD 8.0-STABLE #32 r206248M: Fri Apr 9 18:42:11 IST 2010 Apr 9 19:23:21 macbook kernel: root@macbook:/usr/src/sys/i386/compile/MACBOOK i386 Apr 9 19:23:21 macbook kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Apr 9 19:23:21 macbook kernel: CPU: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (2394.02-MHz 686-class CPU) Apr 9 19:23:21 macbook kernel: Origin = "GenuineIntel" Id = 0x10676 Family = 6 Model = 17 Stepping = 6 Apr 9 19:23:21 macbook kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Apr 9 19:23:21 macbook kernel: Features2=0x8e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1> Apr 9 19:23:21 macbook kernel: AMD Features=0x20100000<NX,LM> Apr 9 19:23:21 macbook kernel: AMD Features2=0x1<LAHF> Apr 9 19:23:21 macbook kernel: TSC: P-state invariant Apr 9 19:23:21 macbook kernel: real memory = 4294967296 (4096 MB) Apr 9 19:23:21 macbook kernel: avail memory = 3110092800 (2966 MB) Apr 9 19:23:21 macbook kernel: ACPI APIC Table: <APPLE Apple00> Apr 9 19:23:21 macbook kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Apr 9 19:23:21 macbook kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) Apr 9 19:23:21 macbook kernel: cpu0 (BSP): APIC ID: 0 Apr 9 19:23:21 macbook kernel: cpu1 (AP): APIC ID: 1 Apr 9 19:23:21 macbook kernel: ioapic0: Changing APIC ID to 1 Apr 9 19:23:21 macbook kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_1040> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_1040_it> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_1080> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_1080_it> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_12160> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_12160_it> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2100> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2200> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2300> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2322> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2400> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2400_multi> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2500> Apr 9 19:23:21 macbook kernel: ispfw: registered firmware <isp_2500_multi> Apr 9 19:23:21 macbook kernel: acpi0: <APPLE Apple00> on motherboard Apr 9 19:23:21 macbook kernel: acpi0: [ITHREAD] Apr 9 19:23:21 macbook kernel: acpi_ec0: <Embedded Controller: GPE 0x17, ECDT> port 0x62,0x66 on acpi0 Apr 9 19:23:21 macbook kernel: acpi0: Power Button (fixed) Apr 9 19:23:21 macbook kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 Apr 9 19:23:21 macbook kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Apr 9 19:23:21 macbook kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Apr 9 19:23:21 macbook kernel: cpu0: <ACPI CPU> on acpi0 Apr 9 19:23:21 macbook kernel: cpu1: <ACPI CPU> on acpi0 Apr 9 19:23:21 macbook kernel: acpi_acad0: <AC Adapter> on acpi0 Apr 9 19:23:21 macbook kernel: acpi_lid0: <Control Method Lid Switch> on acpi0 Apr 9 19:23:21 macbook kernel: acpi_button0: <Power Button> on acpi0 Apr 9 19:23:21 macbook kernel: acpi_button1: <Sleep Button> on acpi0 Apr 9 19:23:21 macbook kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 Apr 9 19:23:21 macbook kernel: pci0: <ACPI PCI bus> on pcib0 Apr 9 19:23:21 macbook kernel: vgapci0: <VGA-compatible display> port 0x6110-0x6117 mem 0xd0100000-0xd01fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0 Apr 9 19:23:21 macbook kernel: agp0: <Intel GM965 SVGA controller> on vgapci0 Apr 9 19:23:21 macbook kernel: agp0: detected 15868k stolen memory Apr 9 19:23:21 macbook kernel: agp0: aperture size is 256M Apr 9 19:23:21 macbook kernel: drm0: <Intel i965GM> on vgapci0 Apr 9 19:23:21 macbook kernel: info: [drm] MSI enabled 1 message(s) Apr 9 19:23:21 macbook kernel: vgapci0: child drm0 requested pci_enable_busmaster Apr 9 19:23:21 macbook kernel: info: [drm] AGP at 0xc0000000 256MB Apr 9 19:23:21 macbook kernel: info: [drm] Initialized i915 1.6.0 20080730 Apr 9 19:23:21 macbook kernel: vgapci1: <VGA-compatible display> mem 0xd0200000-0xd02fffff at device 2.1 on pci0 Apr 9 19:23:21 macbook kernel: uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x60c0-0x60df irq 20 at device 26.0 on pci0 Apr 9 19:23:21 macbook kernel: uhci0: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci0: LegSup = 0x0010 Apr 9 19:23:21 macbook kernel: usbus0: <Intel 82801H (ICH8) USB controller USB-D> on uhci0 Apr 9 19:23:21 macbook kernel: uhci1: <Intel 82801H (ICH8) USB controller USB-E> port 0x60a0-0x60bf irq 16 at device 26.1 on pci0 Apr 9 19:23:21 macbook kernel: uhci1: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci1: LegSup = 0x0010 Apr 9 19:23:21 macbook kernel: usbus1: <Intel 82801H (ICH8) USB controller USB-E> on uhci1 Apr 9 19:23:21 macbook kernel: ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0xd0704c00-0xd0704fff irq 21 at device 26.7 on pci0 Apr 9 19:23:21 macbook kernel: ehci0: [ITHREAD] Apr 9 19:23:21 macbook kernel: usbus2: EHCI version 1.0 Apr 9 19:23:21 macbook kernel: usbus2: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> on ehci0 Apr 9 19:23:21 macbook kernel: hdac0: <Intel 82801H High Definition Audio Controller> mem 0xd0700000-0xd0703fff irq 20 at device 27.0 on pci0 Apr 9 19:23:21 macbook kernel: hdac0: HDA Driver Revision: 20100226_0142 Apr 9 19:23:21 macbook kernel: hdac0: [ITHREAD] Apr 9 19:23:21 macbook kernel: pcib1: <PCI-PCI bridge> at device 28.0 on pci0 Apr 9 19:23:21 macbook kernel: pci1: <PCI bus> on pcib1 Apr 9 19:23:21 macbook kernel: pcib2: <ACPI PCI-PCI bridge> at device 28.4 on pci0 Apr 9 19:23:21 macbook kernel: pci2: <ACPI PCI bus> on pcib2 Apr 9 19:23:21 macbook kernel: pci2: <network> at device 0.0 (no driver attached) Apr 9 19:23:21 macbook kernel: pcib3: <ACPI PCI-PCI bridge> at device 28.5 on pci0 Apr 9 19:23:21 macbook kernel: pci3: <ACPI PCI bus> on pcib3 Apr 9 19:23:21 macbook kernel: mskc0: <Marvell Yukon 88E8058 Gigabit Ethernet> port 0x5000-0x50ff mem 0xd0400000-0xd0403fff irq 17 at device 0.0 on pci3 Apr 9 19:23:21 macbook kernel: msk0: <Marvell Technology Group Ltd. Yukon EC Ultra Id 0xb4 Rev 0x03> on mskc0 Apr 9 19:23:21 macbook kernel: msk0: Ethernet address: 00:1f:f3:cc:77:96 Apr 9 19:23:21 macbook kernel: miibus0: <MII bus> on msk0 Apr 9 19:23:21 macbook kernel: e1000phy0: <Marvell 88E1149 Gigabit PHY> PHY 0 on miibus0 Apr 9 19:23:21 macbook kernel: e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Apr 9 19:23:21 macbook kernel: mskc0: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci2: <Intel 82801H (ICH8) USB controller USB-A> port 0x6080-0x609f irq 16 at device 29.0 on pci0 Apr 9 19:23:21 macbook kernel: uhci2: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci2: LegSup = 0x1010 Apr 9 19:23:21 macbook kernel: usbus3: <Intel 82801H (ICH8) USB controller USB-A> on uhci2 Apr 9 19:23:21 macbook kernel: uhci3: <Intel 82801H (ICH8) USB controller USB-B> port 0x6060-0x607f irq 18 at device 29.1 on pci0 Apr 9 19:23:21 macbook kernel: uhci3: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci3: LegSup = 0x0010 Apr 9 19:23:21 macbook kernel: usbus4: <Intel 82801H (ICH8) USB controller USB-B> on uhci3 Apr 9 19:23:21 macbook kernel: uhci4: <Intel 82801H (ICH8) USB controller USB-C> port 0x6040-0x605f irq 21 at device 29.2 on pci0 Apr 9 19:23:21 macbook kernel: uhci4: [ITHREAD] Apr 9 19:23:21 macbook kernel: uhci4: LegSup = 0x1010 Apr 9 19:23:21 macbook kernel: usbus5: <Intel 82801H (ICH8) USB controller USB-C> on uhci4 Apr 9 19:23:21 macbook kernel: ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0xd0704800-0xd0704bff irq 20 at device 29.7 on pci0 Apr 9 19:23:21 macbook kernel: ehci1: [ITHREAD] Apr 9 19:23:21 macbook kernel: usbus6: EHCI version 1.0 Apr 9 19:23:21 macbook kernel: usbus6: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> on ehci1 Apr 9 19:23:21 macbook kernel: pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0 Apr 9 19:23:21 macbook kernel: pci4: <ACPI PCI bus> on pcib4 Apr 9 19:23:21 macbook kernel: pci4: <serial bus, FireWire> at device 3.0 (no driver attached) Apr 9 19:23:21 macbook kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0 Apr 9 19:23:21 macbook kernel: isa0: <ISA bus> on isab0 Apr 9 19:23:21 macbook kernel: atapci0: <Intel ICH8M UDMA100 controller> port 0x6108-0x610f,0x6124-0x6127,0x6100-0x6107,0x6120-0x6123,0x60e0-0x60ef irq 21 at device 31.1 on pci0 Apr 9 19:23:21 macbook kernel: atapci0: [ITHREAD] Apr 9 19:23:21 macbook kernel: ata2: <ATA channel 0> on atapci0 Apr 9 19:23:21 macbook kernel: ata2: [ITHREAD] Apr 9 19:23:21 macbook kernel: atapci1: <Intel ICH8M SATA300 controller> port 0x60f8-0x60ff,0x611c-0x611f,0x60f0-0x60f7,0x6118-0x611b,0x6020-0x602f,0x4000-0x400f irq 18 at device 31.2 on pci0 Apr 9 19:23:21 macbook kernel: atapci1: [ITHREAD] Apr 9 19:23:21 macbook kernel: ata3: <ATA channel 0> on atapci1 Apr 9 19:23:21 macbook kernel: ata3: [ITHREAD] Apr 9 19:23:21 macbook kernel: ata4: <ATA channel 1> on atapci1 Apr 9 19:23:21 macbook kernel: ata4: [ITHREAD] Apr 9 19:23:21 macbook kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached) Apr 9 19:23:21 macbook kernel: battery0: <ACPI Control Method Battery> on acpi0 Apr 9 19:23:21 macbook kernel: atrtc0: <AT realtime clock> port 0x70-0x77 on acpi0 Apr 9 19:23:21 macbook kernel: atrtc0: Warning: Couldn't map I/O. Apr 9 19:23:21 macbook kernel: pmtimer0 on isa0 Apr 9 19:23:21 macbook kernel: sc0: <System console> at flags 0x100 on isa0 Apr 9 19:23:21 macbook kernel: sc0: VGA <16 virtual consoles, flags=0x300> Apr 9 19:23:21 macbook kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Apr 9 19:23:21 macbook kernel: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 Apr 9 19:23:21 macbook kernel: ata0: [ITHREAD] Apr 9 19:23:21 macbook kernel: ata1 at port 0x170-0x177,0x376 irq 15 on isa0 Apr 9 19:23:21 macbook kernel: ata1: [ITHREAD] Apr 9 19:23:21 macbook kernel: coretemp0: <CPU On-Die Thermal Sensors> on cpu0 Apr 9 19:23:21 macbook kernel: est0: <Enhanced SpeedStep Frequency Control> on cpu0 Apr 9 19:23:21 macbook kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0 Apr 9 19:23:21 macbook kernel: coretemp1: <CPU On-Die Thermal Sensors> on cpu1 Apr 9 19:23:21 macbook kernel: est1: <Enhanced SpeedStep Frequency Control> on cpu1 Apr 9 19:23:21 macbook kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1 Apr 9 19:23:21 macbook kernel: Timecounters tick every 1.000 msec Apr 9 19:23:21 macbook kernel: vboxdrv: fAsync=0 offMin=0x480 offMax=0x540 Apr 9 19:23:21 macbook kernel: usbus0: 12Mbps Full Speed USB v1.0 Apr 9 19:23:21 macbook kernel: usbus1: 12Mbps Full Speed USB v1.0 Apr 9 19:23:21 macbook kernel: usbus2: 480Mbps High Speed USB v2.0 Apr 9 19:23:21 macbook kernel: usbus3: 12Mbps Full Speed USB v1.0 Apr 9 19:23:21 macbook kernel: usbus4: 12Mbps Full Speed USB v1.0 Apr 9 19:23:21 macbook kernel: usbus5: 12Mbps Full Speed USB v1.0 Apr 9 19:23:21 macbook kernel: usbus6: 480Mbps High Speed USB v2.0 Apr 9 19:23:21 macbook kernel: ugen0.1: <Intel> at usbus0 Apr 9 19:23:21 macbook kernel: uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 Apr 9 19:23:21 macbook kernel: ugen1.1: <Intel> at usbus1 Apr 9 19:23:21 macbook kernel: uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 Apr 9 19:23:21 macbook kernel: ugen2.1: <Intel> at usbus2 Apr 9 19:23:21 macbook kernel: uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2 Apr 9 19:23:21 macbook kernel: ugen3.1: <Intel> at usbus3 Apr 9 19:23:21 macbook kernel: uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3 Apr 9 19:23:21 macbook kernel: ugen4.1: <Intel> at usbus4 Apr 9 19:23:21 macbook kernel: uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 Apr 9 19:23:21 macbook kernel: ugen5.1: <Intel> at usbus5 Apr 9 19:23:21 macbook kernel: uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 Apr 9 19:23:21 macbook kernel: ugen6.1: <Intel> at usbus6 Apr 9 19:23:21 macbook kernel: uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6 Apr 9 19:23:21 macbook kernel: acd0: DVDR <HL-DT-ST DVDRW GSA-S10N/BP10> at ata2-master UDMA33 Apr 9 19:23:21 macbook kernel: ad6: 238475MB <Hitachi HTS542525K9SA00 BBFAC3GP> at ata3-master UDMA100 Apr 9 19:23:21 macbook kernel: hdac0: HDA Codec #0: Realtek ALC885 Apr 9 19:23:21 macbook kernel: pcm0: <HDA Realtek ALC885 PCM #0 Analog> at cad 0 nid 1 on hdac0 Apr 9 19:23:21 macbook kernel: pcm1: <HDA Realtek ALC885 PCM #1 Analog> at cad 0 nid 1 on hdac0 Apr 9 19:23:21 macbook kernel: pcm2: <HDA Realtek ALC885 PCM #2 Digital> at cad 0 nid 1 on hdac0 Apr 9 19:23:21 macbook kernel: SMP: AP CPU #1 Launched! Apr 9 19:23:21 macbook kernel: GEOM: ad6: the primary GPT table is corrupt or invalid. Apr 9 19:23:21 macbook kernel: GEOM: ad6: using the secondary instead -- recovery strongly advised. Apr 9 19:23:21 macbook kernel: Root mount waiting for: usbus6 usbus5 usbus4 usbus3 usbus2 usbus1 usbus0 Apr 9 19:23:21 macbook kernel: uhub0: 2 ports with 2 removable, self powered Apr 9 19:23:21 macbook kernel: uhub1: 2 ports with 2 removable, self powered Apr 9 19:23:21 macbook kernel: uhub3: 2 ports with 2 removable, self powered Apr 9 19:23:21 macbook kernel: uhub4: 2 ports with 2 removable, self powered Apr 9 19:23:21 macbook kernel: uhub5: 2 ports with 2 removable, self powered Apr 9 19:23:21 macbook kernel: Root mount waiting for: usbus6 usbus2 Apr 9 19:23:21 macbook kernel: uhub2: 4 ports with 4 removable, self powered Apr 9 19:23:21 macbook kernel: Root mount waiting for: usbus6 Apr 9 19:23:21 macbook kernel: uhub6: 6 ports with 6 removable, self powered Apr 9 19:23:21 macbook kernel: ugen6.2: <Micron> at usbus6 Apr 9 19:23:21 macbook kernel: ugen0.2: <vendor 0x05ac> at usbus0 Apr 9 19:23:21 macbook kernel: ukbd0: <vendor 0x05ac product 0x1000, class 0/0, rev 2.00/19.65, addr 2> on usbus0 Apr 9 19:23:21 macbook kernel: device_attach: ukbd0 attach returned 6 Apr 9 19:23:21 macbook kernel: ukbd0: <vendor 0x05ac product 0x1000, class 0/0, rev 2.00/19.65, addr 2> on usbus0 Apr 9 19:23:21 macbook kernel: device_attach: ukbd0 attach returned 6 Apr 9 19:23:21 macbook kernel: Root mount waiting for: usbus6 Apr 9 19:23:21 macbook kernel: Trying to mount root from ufs:/dev/ad6p3a Apr 9 19:23:21 macbook kernel: ugen5.2: <Apple Computer, Inc.> at usbus5 Apr 9 19:23:21 macbook kernel: GEOM_PART: Partition 'ad6p3' not suitable for kernel dumps (wrong type?) Apr 9 19:23:21 macbook kernel: ugen5.3: <Apple Computer> at usbus5 Apr 9 19:23:21 macbook kernel: ukbd0: <Apple Internal Keyboard> on usbus5 Apr 9 19:23:21 macbook kernel: kbd0 at ukbd0 Apr 9 19:23:21 macbook kernel: atp0: <Touchpad> on usbus5 Apr 9 19:23:22 macbook avahi-daemon[821]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Apr 9 19:23:33 macbook kernel: drm0: [ITHREAD] Apr 9 19:23:50 macbook gnome-session[1019]: WARNING: Application 'metacity.desktop' failed to register before timeout Apr 9 19:23:50 macbook gdm-simple-greeter[1031]: WARNING: Failed to load '/share/xml/iso-codes/iso_639.xml': Failed to open file '/share/xml/iso-codes/iso_639.xml': No such file or directory Apr 9 19:23:50 macbook gdm-simple-greeter[1031]: WARNING: Failed to load '/share/xml/iso-codes/iso_3166.xml': Failed to open file '/share/xml/iso-codes/iso_3166.xml': No such file or directory Apr 9 19:24:05 macbook gnome-keyring-daemon[1053]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk Apr 9 19:24:07 macbook gnome-session[1062]: WARNING: Could not parse desktop file /usr/home/rgrover/.config/autostart/qstart.desktop: No such file or directory Apr 9 19:24:07 macbook gnome-session[1062]: WARNING: could not read /usr/home/rgrover/.config/autostart/qstart.desktop Apr 9 19:24:19 macbook gnome-session[1062]: WARNING: Application 'metacity.desktop' failed to register before timeout Apr 9 19:24:20 macbook gnome-session[1062]: WARNING: Could not launch application 'bash_profile.desktop': Unable to start application: Failed to execute child process "/usr/home/rgrover/bash_profile" (No such file or directory) Apr 9 19:24:21 macbook pulseaudio[1110]: pid.c: Daemon already running. [-- Attachment #4 --] Apr 9 19:20:35 macbook kernel: Copyright (c) 1992-2010 The FreeBSD Project. Apr 9 19:20:35 macbook kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Apr 9 19:20:35 macbook kernel: The Regents of the University of California. All rights reserved. Apr 9 19:20:35 macbook kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Apr 9 19:20:35 macbook kernel: FreeBSD 8.0-STABLE #32 r206248M: Fri Apr 9 18:42:11 IST 2010 Apr 9 19:20:35 macbook kernel: root@macbook:/usr/src/sys/i386/compile/MACBOOK i386 Apr 9 19:20:35 macbook kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Apr 9 19:20:35 macbook kernel: CPU: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (2394.01-MHz 686-class CPU) Apr 9 19:20:35 macbook kernel: Origin = "GenuineIntel" Id = 0x10676 Family = 6 Model = 17 Stepping = 6 Apr 9 19:20:35 macbook kernel: Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Apr 9 19:20:35 macbook kernel: Features2=0x8e3bd<SSE3,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1> Apr 9 19:20:35 macbook kernel: AMD Features=0x20100000<NX,LM> Apr 9 19:20:35 macbook kernel: AMD Features2=0x1<LAHF> Apr 9 19:20:35 macbook kernel: TSC: P-state invariant Apr 9 19:20:35 macbook kernel: real memory = 4294967296 (4096 MB) Apr 9 19:20:35 macbook kernel: avail memory = 3110092800 (2966 MB) Apr 9 19:20:35 macbook kernel: ACPI APIC Table: <APPLE Apple00> Apr 9 19:20:35 macbook kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Apr 9 19:20:35 macbook kernel: FreeBSD/SMP: 1 package(s) x 2 core(s) Apr 9 19:20:35 macbook kernel: cpu0 (BSP): APIC ID: 0 Apr 9 19:20:35 macbook kernel: cpu1 (AP): APIC ID: 1 Apr 9 19:20:35 macbook kernel: ioapic0: Changing APIC ID to 1 Apr 9 19:20:35 macbook kernel: ioapic0 <Version 2.0> irqs 0-23 on motherboard Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_1040> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_1040_it> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_1080> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_1080_it> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_12160> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_12160_it> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2100> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2200> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2300> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2322> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2400> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2400_multi> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2500> Apr 9 19:20:35 macbook kernel: ispfw: registered firmware <isp_2500_multi> Apr 9 19:20:35 macbook kernel: acpi0: <APPLE Apple00> on motherboard Apr 9 19:20:35 macbook kernel: acpi0: [ITHREAD] Apr 9 19:20:35 macbook kernel: acpi_ec0: <Embedded Controller: GPE 0x17, ECDT> port 0x62,0x66 on acpi0 Apr 9 19:20:35 macbook kernel: acpi0: Power Button (fixed) Apr 9 19:20:35 macbook kernel: Timecounter "HPET" frequency 14318180 Hz quality 900 Apr 9 19:20:35 macbook kernel: Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 Apr 9 19:20:35 macbook kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Apr 9 19:20:35 macbook kernel: cpu0: <ACPI CPU> on acpi0 Apr 9 19:20:35 macbook kernel: cpu1: <ACPI CPU> on acpi0 Apr 9 19:20:35 macbook kernel: acpi_acad0: <AC Adapter> on acpi0 Apr 9 19:20:35 macbook kernel: acpi_lid0: <Control Method Lid Switch> on acpi0 Apr 9 19:20:35 macbook kernel: acpi_button0: <Power Button> on acpi0 Apr 9 19:20:35 macbook kernel: acpi_button1: <Sleep Button> on acpi0 Apr 9 19:20:35 macbook kernel: pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 Apr 9 19:20:35 macbook kernel: pci0: <ACPI PCI bus> on pcib0 Apr 9 19:20:35 macbook kernel: vgapci0: <VGA-compatible display> port 0x6110-0x6117 mem 0xd0100000-0xd01fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on pci0 Apr 9 19:20:35 macbook kernel: agp0: <Intel GM965 SVGA controller> on vgapci0 Apr 9 19:20:35 macbook kernel: agp0: detected 15868k stolen memory Apr 9 19:20:35 macbook kernel: agp0: aperture size is 256M Apr 9 19:20:35 macbook kernel: drm0: <Intel i965GM> on vgapci0 Apr 9 19:20:35 macbook kernel: info: [drm] MSI enabled 1 message(s) Apr 9 19:20:35 macbook kernel: vgapci0: child drm0 requested pci_enable_busmaster Apr 9 19:20:35 macbook kernel: info: [drm] AGP at 0xc0000000 256MB Apr 9 19:20:35 macbook kernel: info: [drm] Initialized i915 1.6.0 20080730 Apr 9 19:20:35 macbook kernel: vgapci1: <VGA-compatible display> mem 0xd0200000-0xd02fffff at device 2.1 on pci0 Apr 9 19:20:35 macbook kernel: uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x60c0-0x60df irq 20 at device 26.0 on pci0 Apr 9 19:20:35 macbook kernel: uhci0: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci0: LegSup = 0x0010 Apr 9 19:20:35 macbook kernel: usbus0: <Intel 82801H (ICH8) USB controller USB-D> on uhci0 Apr 9 19:20:35 macbook kernel: uhci1: <Intel 82801H (ICH8) USB controller USB-E> port 0x60a0-0x60bf irq 16 at device 26.1 on pci0 Apr 9 19:20:35 macbook kernel: uhci1: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci1: LegSup = 0x0010 Apr 9 19:20:35 macbook kernel: usbus1: <Intel 82801H (ICH8) USB controller USB-E> on uhci1 Apr 9 19:20:35 macbook kernel: ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0xd0704c00-0xd0704fff irq 21 at device 26.7 on pci0 Apr 9 19:20:35 macbook kernel: ehci0: [ITHREAD] Apr 9 19:20:35 macbook kernel: usbus2: EHCI version 1.0 Apr 9 19:20:35 macbook kernel: usbus2: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> on ehci0 Apr 9 19:20:35 macbook kernel: hdac0: <Intel 82801H High Definition Audio Controller> mem 0xd0700000-0xd0703fff irq 20 at device 27.0 on pci0 Apr 9 19:20:35 macbook kernel: hdac0: HDA Driver Revision: 20100226_0142 Apr 9 19:20:35 macbook kernel: hdac0: [ITHREAD] Apr 9 19:20:35 macbook kernel: pcib1: <PCI-PCI bridge> at device 28.0 on pci0 Apr 9 19:20:35 macbook kernel: pci1: <PCI bus> on pcib1 Apr 9 19:20:35 macbook kernel: pcib2: <ACPI PCI-PCI bridge> at device 28.4 on pci0 Apr 9 19:20:35 macbook kernel: pci2: <ACPI PCI bus> on pcib2 Apr 9 19:20:35 macbook kernel: pci2: <network> at device 0.0 (no driver attached) Apr 9 19:20:35 macbook kernel: pcib3: <ACPI PCI-PCI bridge> at device 28.5 on pci0 Apr 9 19:20:35 macbook kernel: pci3: <ACPI PCI bus> on pcib3 Apr 9 19:20:35 macbook kernel: mskc0: <Marvell Yukon 88E8058 Gigabit Ethernet> port 0x5000-0x50ff mem 0xd0400000-0xd0403fff irq 17 at device 0.0 on pci3 Apr 9 19:20:35 macbook kernel: msk0: <Marvell Technology Group Ltd. Yukon EC Ultra Id 0xb4 Rev 0x03> on mskc0 Apr 9 19:20:35 macbook kernel: msk0: Ethernet address: 00:1f:f3:cc:77:96 Apr 9 19:20:35 macbook kernel: miibus0: <MII bus> on msk0 Apr 9 19:20:35 macbook kernel: e1000phy0: <Marvell 88E1149 Gigabit PHY> PHY 0 on miibus0 Apr 9 19:20:35 macbook kernel: e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto Apr 9 19:20:35 macbook kernel: mskc0: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci2: <Intel 82801H (ICH8) USB controller USB-A> port 0x6080-0x609f irq 16 at device 29.0 on pci0 Apr 9 19:20:35 macbook kernel: uhci2: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci2: LegSup = 0x1010 Apr 9 19:20:35 macbook kernel: usbus3: <Intel 82801H (ICH8) USB controller USB-A> on uhci2 Apr 9 19:20:35 macbook kernel: uhci3: <Intel 82801H (ICH8) USB controller USB-B> port 0x6060-0x607f irq 18 at device 29.1 on pci0 Apr 9 19:20:35 macbook kernel: uhci3: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci3: LegSup = 0x0010 Apr 9 19:20:35 macbook kernel: usbus4: <Intel 82801H (ICH8) USB controller USB-B> on uhci3 Apr 9 19:20:35 macbook kernel: uhci4: <Intel 82801H (ICH8) USB controller USB-C> port 0x6040-0x605f irq 21 at device 29.2 on pci0 Apr 9 19:20:35 macbook kernel: uhci4: [ITHREAD] Apr 9 19:20:35 macbook kernel: uhci4: LegSup = 0x1010 Apr 9 19:20:35 macbook kernel: usbus5: <Intel 82801H (ICH8) USB controller USB-C> on uhci4 Apr 9 19:20:35 macbook kernel: ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0xd0704800-0xd0704bff irq 20 at device 29.7 on pci0 Apr 9 19:20:35 macbook kernel: ehci1: [ITHREAD] Apr 9 19:20:35 macbook kernel: usbus6: EHCI version 1.0 Apr 9 19:20:35 macbook kernel: usbus6: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> on ehci1 Apr 9 19:20:35 macbook kernel: pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0 Apr 9 19:20:35 macbook kernel: pci4: <ACPI PCI bus> on pcib4 Apr 9 19:20:35 macbook kernel: pci4: <serial bus, FireWire> at device 3.0 (no driver attached) Apr 9 19:20:35 macbook kernel: isab0: <PCI-ISA bridge> at device 31.0 on pci0 Apr 9 19:20:35 macbook kernel: isa0: <ISA bus> on isab0 Apr 9 19:20:35 macbook kernel: atapci0: <Intel ICH8M UDMA100 controller> port 0x6108-0x610f,0x6124-0x6127,0x6100-0x6107,0x6120-0x6123,0x60e0-0x60ef irq 21 at device 31.1 on pci0 Apr 9 19:20:35 macbook kernel: atapci0: [ITHREAD] Apr 9 19:20:35 macbook kernel: ata2: <ATA channel 0> on atapci0 Apr 9 19:20:35 macbook kernel: ata2: [ITHREAD] Apr 9 19:20:35 macbook kernel: atapci1: <Intel ICH8M SATA300 controller> port 0x60f8-0x60ff,0x611c-0x611f,0x60f0-0x60f7,0x6118-0x611b,0x6020-0x602f,0x4000-0x400f irq 18 at device 31.2 on pci0 Apr 9 19:20:35 macbook kernel: atapci1: [ITHREAD] Apr 9 19:20:35 macbook kernel: ata3: <ATA channel 0> on atapci1 Apr 9 19:20:35 macbook kernel: ata3: [ITHREAD] Apr 9 19:20:35 macbook kernel: ata4: <ATA channel 1> on atapci1 Apr 9 19:20:35 macbook kernel: ata4: [ITHREAD] Apr 9 19:20:35 macbook kernel: pci0: <serial bus, SMBus> at device 31.3 (no driver attached) Apr 9 19:20:35 macbook kernel: battery0: <ACPI Control Method Battery> on acpi0 Apr 9 19:20:35 macbook kernel: atrtc0: <AT realtime clock> port 0x70-0x77 on acpi0 Apr 9 19:20:35 macbook kernel: atrtc0: Warning: Couldn't map I/O. Apr 9 19:20:35 macbook kernel: pmtimer0 on isa0 Apr 9 19:20:35 macbook kernel: sc0: <System console> at flags 0x100 on isa0 Apr 9 19:20:35 macbook kernel: sc0: VGA <16 virtual consoles, flags=0x300> Apr 9 19:20:35 macbook kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Apr 9 19:20:35 macbook kernel: ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 Apr 9 19:20:35 macbook kernel: ata0: [ITHREAD] Apr 9 19:20:35 macbook kernel: ata1 at port 0x170-0x177,0x376 irq 15 on isa0 Apr 9 19:20:35 macbook kernel: ata1: [ITHREAD] Apr 9 19:20:35 macbook kernel: coretemp0: <CPU On-Die Thermal Sensors> on cpu0 Apr 9 19:20:35 macbook kernel: est0: <Enhanced SpeedStep Frequency Control> on cpu0 Apr 9 19:20:35 macbook kernel: p4tcc0: <CPU Frequency Thermal Control> on cpu0 Apr 9 19:20:35 macbook kernel: coretemp1: <CPU On-Die Thermal Sensors> on cpu1 Apr 9 19:20:35 macbook kernel: est1: <Enhanced SpeedStep Frequency Control> on cpu1 Apr 9 19:20:35 macbook kernel: p4tcc1: <CPU Frequency Thermal Control> on cpu1 Apr 9 19:20:35 macbook kernel: Timecounters tick every 1.000 msec Apr 9 19:20:35 macbook kernel: vboxdrv: fAsync=0 offMin=0x444 offMax=0x5ac Apr 9 19:20:35 macbook kernel: usbus0: 12Mbps Full Speed USB v1.0 Apr 9 19:20:35 macbook kernel: usbus1: 12Mbps Full Speed USB v1.0 Apr 9 19:20:35 macbook kernel: usbus2: 480Mbps High Speed USB v2.0 Apr 9 19:20:35 macbook kernel: usbus3: 12Mbps Full Speed USB v1.0 Apr 9 19:20:35 macbook kernel: usbus4: 12Mbps Full Speed USB v1.0 Apr 9 19:20:35 macbook kernel: usbus5: 12Mbps Full Speed USB v1.0 Apr 9 19:20:35 macbook kernel: usbus6: 480Mbps High Speed USB v2.0 Apr 9 19:20:35 macbook kernel: ugen0.1: <Intel> at usbus0 Apr 9 19:20:35 macbook kernel: uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 Apr 9 19:20:35 macbook kernel: ugen1.1: <Intel> at usbus1 Apr 9 19:20:35 macbook kernel: uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1 Apr 9 19:20:35 macbook kernel: ugen2.1: <Intel> at usbus2 Apr 9 19:20:35 macbook kernel: uhub2: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus2 Apr 9 19:20:35 macbook kernel: ugen3.1: <Intel> at usbus3 Apr 9 19:20:35 macbook kernel: uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3 Apr 9 19:20:35 macbook kernel: ugen4.1: <Intel> at usbus4 Apr 9 19:20:35 macbook kernel: uhub4: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4 Apr 9 19:20:35 macbook kernel: ugen5.1: <Intel> at usbus5 Apr 9 19:20:35 macbook kernel: uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5 Apr 9 19:20:35 macbook kernel: ugen6.1: <Intel> at usbus6 Apr 9 19:20:35 macbook kernel: uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6 Apr 9 19:20:35 macbook kernel: acd0: DVDR <HL-DT-ST DVDRW GSA-S10N/BP10> at ata2-master UDMA33 Apr 9 19:20:35 macbook kernel: ad6: 238475MB <Hitachi HTS542525K9SA00 BBFAC3GP> at ata3-master UDMA100 Apr 9 19:20:35 macbook kernel: hdac0: HDA Codec #0: Realtek ALC885 Apr 9 19:20:35 macbook kernel: pcm0: <HDA Realtek ALC885 PCM #0 Analog> at cad 0 nid 1 on hdac0 Apr 9 19:20:35 macbook kernel: pcm1: <HDA Realtek ALC885 PCM #1 Analog> at cad 0 nid 1 on hdac0 Apr 9 19:20:35 macbook kernel: pcm2: <HDA Realtek ALC885 PCM #2 Digital> at cad 0 nid 1 on hdac0 Apr 9 19:20:35 macbook kernel: SMP: AP CPU #1 Launched! Apr 9 19:20:35 macbook kernel: GEOM: ad6: the primary GPT table is corrupt or invalid. Apr 9 19:20:35 macbook kernel: GEOM: ad6: using the secondary instead -- recovery strongly advised. Apr 9 19:20:35 macbook kernel: Root mount waiting for: usbus6 usbus5 usbus4 usbus3 usbus2 usbus1 usbus0 Apr 9 19:20:35 macbook kernel: uhub0: 2 ports with 2 removable, self powered Apr 9 19:20:35 macbook kernel: uhub1: 2 ports with 2 removable, self powered Apr 9 19:20:35 macbook kernel: uhub3: 2 ports with 2 removable, self powered Apr 9 19:20:35 macbook kernel: uhub4: 2 ports with 2 removable, self powered Apr 9 19:20:35 macbook kernel: uhub5: 2 ports with 2 removable, self powered Apr 9 19:20:35 macbook kernel: Root mount waiting for: usbus6 usbus2 Apr 9 19:20:35 macbook kernel: uhub2: 4 ports with 4 removable, self powered Apr 9 19:20:35 macbook kernel: uhub6: 6 ports with 6 removable, self powered Apr 9 19:20:35 macbook kernel: Root mount waiting for: usbus6 Apr 9 19:20:35 macbook kernel: ugen6.2: <Micron> at usbus6 Apr 9 19:20:35 macbook kernel: ugen0.2: <vendor 0x05ac> at usbus0 Apr 9 19:20:35 macbook kernel: ukbd0: <vendor 0x05ac product 0x1000, class 0/0, rev 2.00/19.65, addr 2> on usbus0 Apr 9 19:20:35 macbook kernel: kbd0 at ukbd0 Apr 9 19:20:35 macbook kernel: Root mount waiting for: usbus6 Apr 9 19:20:35 macbook kernel: Trying to mount root from ufs:/dev/ad6p3a Apr 9 19:20:35 macbook kernel: ugen5.2: <Apple Computer, Inc.> at usbus5 Apr 9 19:20:35 macbook kernel: GEOM_PART: Partition 'ad6p3' not suitable for kernel dumps (wrong type?) Apr 9 19:20:35 macbook kernel: ugen5.3: <Apple Computer> at usbus5 Apr 9 19:20:35 macbook kernel: ukbd1: <Apple Internal Keyboard> on usbus5 Apr 9 19:20:35 macbook kernel: kbd1 at ukbd1 Apr 9 19:20:35 macbook kernel: atp0: <Touchpad> on usbus5 Apr 9 19:20:36 macbook avahi-daemon[821]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Apr 9 19:20:47 macbook kernel: drm0: [ITHREAD] Apr 9 19:21:03 macbook gnome-session[1020]: WARNING: Application 'metacity.desktop' failed to register before timeout Apr 9 19:21:04 macbook gdm-simple-greeter[1032]: WARNING: Failed to load '/share/xml/iso-codes/iso_639.xml': Failed to open file '/share/xml/iso-codes/iso_639.xml': No such file or directory Apr 9 19:21:04 macbook gdm-simple-greeter[1032]: WARNING: Failed to load '/share/xml/iso-codes/iso_3166.xml': Failed to open file '/share/xml/iso-codes/iso_3166.xml': No such file or directory Apr 9 19:21:14 macbook console-kit-daemon[936]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL Apr 9 19:21:14 macbook shutdown: power-down by root: Apr 9 19:21:19 macbook syslogd: exiting on signal 15 Apr 9 19:23:21 macbook syslogd: kernel boot file is /boot/kernel/kernel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h2p426bed111004090730p509e2ad0jcc06f47e020cbfe9>
