Re: FreeBSD-8-BETA2 on MacBookPro5.5

From: Hans Petter Selasky <hselasky_at_c2i.net>
Date: Tue, 21 Jul 2009 22:41:43 +0200
On Tuesday 21 July 2009 18:45:01 Jung-uk Kim wrote:
> On Tuesday 21 July 2009 12:18 pm, Hans Petter Selasky wrote:
> > On Tuesday 21 July 2009 14:39:05 Hans Petter Selasky wrote:
> > > Hi,
> > >
> > > FreeBSD-8-BETA2 does not boot on MacBookPro5.5. It Freezes during
> > > kernel load. Is anyone working on this?
> >
> > Some more information:
> >
> > The kernel loading process gets to a point where ACPI is about to
> > get initialized. I'm currently tracing a little bit and so far it
> > ends up that AcpiEnable() in "contrib/dev/acpica/events/evxfevnt.c"
> > never returns. Somewhere inside AcpiHwSetMode() something triggers
> > a hardware condition, which I cannot see where ends up. Any lights
> > go up?
>
> Isn't it a new nVidia chipset system?  If so, it is a known problem,
> reported by rpaulo (CC'ed).  Unfortunately, I do not have hardware to
> debug it.  Any way, can you comment out the retry loop in the
> AcpiHwSetMode() from sys/contrib/dev/acpica/hardware/hwacpi.c and try
> again?

The system hangs before the while loop. Adding more debugging I found out it 
hangs exactly at the call to AcpiHwWritePort():

        Status = AcpiHwWritePort (AcpiGbl_FADT.SmiCommand,
                        (UINT32) AcpiGbl_FADT.AcpiEnable, 8);


I've attached dmesg from Ubuntu 9.x booting on the same machine. Anything more 
you want me to try?

--HPS


[    0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-11-generic (buildd_at_palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 (Ubuntu 2.6.28-11.42-generic)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000006e72b000 (usable)
[    0.000000]  BIOS-e820: 000000006e72b000 - 000000006e92c000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000006e92c000 - 000000006f000000 (ACPI data)
[    0.000000]  BIOS-e820: 000000006f000000 - 000000007f000000 (reserved)
[    0.000000]  BIOS-e820: 000000007f000000 - 000000007f0c3000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f0c3000 - 000000007f0c5000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f0c5000 - 000000007f0c7000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f0c7000 - 000000007f0c9000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f0c9000 - 000000007fec5000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fec5000 - 000000007fec7000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fec7000 - 000000007fec8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fec8000 - 000000007feca000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007feca000 - 000000007fecd000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fecd000 - 000000007fedf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fedf000 - 000000007fef9000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fef9000 - 000000007feff000 (reserved)
[    0.000000]  BIOS-e820: 000000007feff000 - 000000007ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 0000000093400000 - 0000000093401000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.4 present.
[    0.000000] last_pfn = 0x6e72b max_arch_pfn = 0x100000
[    0.000000] Scanning 2 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
[    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 0000000000007000 (usable)
[    0.000000]  modified: 0000000000007000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 0000000000092c00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000006e72b000 (usable)
[    0.000000]  modified: 000000006e72b000 - 000000006e92c000 (ACPI NVS)
[    0.000000]  modified: 000000006e92c000 - 000000006f000000 (ACPI data)
[    0.000000]  modified: 000000006f000000 - 000000007f000000 (reserved)
[    0.000000]  modified: 000000007f000000 - 000000007f0c3000 (ACPI data)
[    0.000000]  modified: 000000007f0c3000 - 000000007f0c5000 (ACPI NVS)
[    0.000000]  modified: 000000007f0c5000 - 000000007f0c7000 (ACPI data)
[    0.000000]  modified: 000000007f0c7000 - 000000007f0c9000 (ACPI NVS)
[    0.000000]  modified: 000000007f0c9000 - 000000007fec5000 (ACPI data)
[    0.000000]  modified: 000000007fec5000 - 000000007fec7000 (ACPI NVS)
[    0.000000]  modified: 000000007fec7000 - 000000007fec8000 (ACPI data)
[    0.000000]  modified: 000000007fec8000 - 000000007feca000 (ACPI NVS)
[    0.000000]  modified: 000000007feca000 - 000000007fecd000 (ACPI data)
[    0.000000]  modified: 000000007fecd000 - 000000007fedf000 (ACPI NVS)
[    0.000000]  modified: 000000007fedf000 - 000000007fef9000 (ACPI data)
[    0.000000]  modified: 000000007fef9000 - 000000007feff000 (reserved)
[    0.000000]  modified: 000000007feff000 - 000000007ff00000 (ACPI data)
[    0.000000]  modified: 0000000093400000 - 0000000093401000 (reserved)
[    0.000000]  modified: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ffc00000 - 0000000100000000 (reserved)
[    0.000000] kernel direct mapping tables up to 373fe000 _at_ 10000-16000
[    0.000000] RAMDISK: 6df9c000 - 6e6ff993
[    0.000000] Allocated new RAMDISK: 00881000 - 00fe4993
[    0.000000] Move RAMDISK from 000000006df9c000 - 000000006e6ff992 to 00881000 - 00fe4992
[    0.000000] ACPI: RSDP 000FE020, 0024 (r2 APPLE )
[    0.000000] ACPI: XSDT 7FEEE1C0, 007C (r1 APPLE   Apple00       AC       1000013)
[    0.000000] ACPI: FACP 7FEEC000, 00F4 (r4 APPLE   Apple00       AC Loki       5F)
[    0.000000] ACPI: DSDT 7FEDF000, 5B9E (r1 APPLE  MacBookP    50005 INTL 20061109)
[    0.000000] ACPI: FACS 7FECD000, 0040
[    0.000000] ACPI: HPET 7FEEB000, 0038 (r1 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: APIC 7FEEA000, 0068 (r1 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: APIC 7FEE9000, 0068 (r2 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: MCFG 7FEE8000, 003C (r1 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: ASF! 7FEE7000, 00A5 (r32 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: SBST 7FEE6000, 0030 (r1 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: ECDT 7FEE5000, 0053 (r1 APPLE   Apple00        1 Loki       5F)
[    0.000000] ACPI: SSDT 7FEC7000, 04DC (r1  APPLE    CpuPm     3000 INTL 20061109)
[    0.000000] ACPI: SSDT 7FECC000, 00A5 (r1 SataRe  SataPri     1000 INTL 20061109)
[    0.000000] ACPI: SSDT 7FECB000, 009F (r1 SataRe  SataSec     1000 INTL 20061109)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi_at_vger.kernel.org
[    0.000000] ACPI: DMI BIOS year==0, assuming ACPI-capable machine
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 883MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 00000000 - 373fe000
[    0.000000]   bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 000087c52c]    TEXT DATA BSS ==> [0000100000 - 000087c52c]
[    0.000000]   #4 [000087d000 - 0000881000]    INIT_PG_TABLE ==> [000087d000 - 0000881000]
[    0.000000]   #5 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #7 [0000881000 - 0000fe4993]      NEW RAMDISK ==> [0000881000 - 0000fe4993]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0006e72b
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000002
[    0.000000]     0: 0x00000006 -> 0x00000007
[    0.000000]     0: 0x00000010 -> 0x00000092
[    0.000000]     0: 0x00000100 -> 0x0006e72b
[    0.000000] On node 0 totalpages: 452272
[    0.000000] free_area_init_node: node 0, pgdat c06d0f80, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3941 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 1767 pages used for memmap
[    0.000000]   HighMem zone: 224326 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[    0.000000] PM: Registered nosave memory: 0000000000007000 - 0000000000010000
[    0.000000] PM: Registered nosave memory: 0000000000092000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 98000000 (gap: 93401000:5cbff000)
[    0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[    0.000000] NR_CPUS: 64, nr_cpu_ids: 2, nr_node_ids 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 448737
[    0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash --
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2255.598 MHz processor.
[    0.004000] spurious 8259A interrupt: IRQ7.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] allocated 9047900 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Scanning for low memory corruption every 60 seconds
[    0.004000] Memory: 1769080k/1809580k available (4126k kernel code, 39180k reserved, 2208k data, 532k init, 904372k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xffc77000 - 0xfffff000   (3616 kB)
[    0.004000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.004000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.004000]       .init : 0xc0737000 - 0xc07bc000   ( 532 kB)
[    0.004000]       .data : 0xc0507a6f - 0xc072fe60   (2208 kB)
[    0.004000]       .text : 0xc0100000 - 0xc0507a6f   (4126 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004000] hpet clockevent registered
[    0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4511.19 BogoMIPS (lpj=9022392)
[    0.004000] Security Framework initialized
[    0.004000] SELinux:  Disabled at boot.
[    0.004000] AppArmor: AppArmor initialized
[    0.004000] Mount-cache hash table entries: 512
[    0.004000] Initializing cgroup subsys ns
[    0.004000] Initializing cgroup subsys cpuacct
[    0.004000] Initializing cgroup subsys memory
[    0.004000] Initializing cgroup subsys freezer
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 3072K
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 0
[    0.004000] using mwait in idle threads.
[    0.004000] Checking 'hlt' instruction... OK.
[    0.018274] ACPI: Core revision 20080926
[    0.020444] ACPI: Checking initramfs for custom DSDT
[    0.292859] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.332557] CPU0: Intel(R) Core(TM)2 Duo CPU     P7550  _at_ 2.26GHz stepping 0a
[    0.336001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.004000] Initializing CPU#1
[    0.004000] Calibrating delay using timer specific routine.. 4510.61 BogoMIPS (lpj=9021230)
[    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.004000] CPU: L2 cache: 3072K
[    0.004000] CPU: Physical Processor ID: 0
[    0.004000] CPU: Processor Core ID: 1
[    0.420561] CPU1: Intel(R) Core(TM)2 Duo CPU     P7550  _at_ 2.26GHz stepping 0a
[    0.420578] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.424031] Brought up 2 CPUs
[    0.424033] Total of 2 processors activated (9021.81 BogoMIPS).
[    0.424098] CPU0 attaching sched-domain:
[    0.424100]  domain 0: span 0-1 level MC
[    0.424102]   groups: 0 1
[    0.424107] CPU1 attaching sched-domain:
[    0.424109]  domain 0: span 0-1 level MC
[    0.424110]   groups: 1 0
[    0.424170] net_namespace: 776 bytes
[    0.424170] Booting paravirtualized kernel on bare hardware
[    0.424279] Time: 18:34:04  Date: 07/21/09
[    0.424279] regulator: core version 0.5
[    0.424279] NET: Registered protocol family 16
[    0.424279] EISA bus registered
[    0.424279] ACPI: bus type pci registered
[    0.424453] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 255
[    0.424456] PCI: MCFG area at f0000000 reserved in E820
[    0.424458] PCI: updated MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
[    0.424460] PCI: Using MMCONFIG for extended config space
[    0.424461] PCI: Using configuration type 1 for base access
[    0.425177] ACPI: EC: EC description table is found, configuring boot EC
[    0.425237] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.430089] ACPI: BIOS _OSI(Linux) query ignored
[    0.430699] ACPI: Interpreter enabled
[    0.430703] ACPI: (supports S0 S3 S4 S5)
[    0.432016] ACPI: Using IOAPIC for interrupt routing
[    0.452324] ACPI: EC: GPE = 0x3f, I/O: command/status = 0x66, data = 0x62
[    0.452326] ACPI: EC: driver started in interrupt mode
[    0.452538] ACPI: No dock devices found.
[    0.452548] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.452764] pci 0000:00:03.0: reg 10 io port: [0x2000-0x20ff]
[    0.452859] pci 0000:00:03.2: reg 10 io port: [0x2180-0x21bf]
[    0.452872] pci 0000:00:03.2: reg 20 io port: [0x2140-0x217f]
[    0.452877] pci 0000:00:03.2: reg 24 io port: [0x2100-0x213f]
[    0.452889] pci 0000:00:03.2: PME# supported from D3hot D3cold
[    0.452894] pci 0000:00:03.2: PME# disabled
[    0.453048] pci 0000:00:03.5: reg 10 32bit mmio: [0x93400000-0x9347ffff]
[    0.453131] pci 0000:00:04.0: reg 10 32bit mmio: [0x93488000-0x93488fff]
[    0.453155] pci 0000:00:04.0: supports D1 D2
[    0.453157] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453160] pci 0000:00:04.0: PME# disabled
[    0.453187] pci 0000:00:04.1: reg 10 32bit mmio: [0x93489200-0x934892ff]
[    0.453213] pci 0000:00:04.1: supports D1 D2
[    0.453214] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453218] pci 0000:00:04.1: PME# disabled
[    0.453248] pci 0000:00:06.0: reg 10 32bit mmio: [0x93487000-0x93487fff]
[    0.453272] pci 0000:00:06.0: supports D1 D2
[    0.453274] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453277] pci 0000:00:06.0: PME# disabled
[    0.453305] pci 0000:00:06.1: reg 10 32bit mmio: [0x93489100-0x934891ff]
[    0.453331] pci 0000:00:06.1: supports D1 D2
[    0.453333] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453336] pci 0000:00:06.1: PME# disabled
[    0.453366] pci 0000:00:08.0: reg 10 32bit mmio: [0x93480000-0x93483fff]
[    0.453391] pci 0000:00:08.0: PME# supported from D3hot D3cold
[    0.453394] pci 0000:00:08.0: PME# disabled
[    0.453445] pci 0000:00:0a.0: reg 10 32bit mmio: [0x93486000-0x93486fff]
[    0.453449] pci 0000:00:0a.0: reg 14 io port: [0x21e0-0x21e7]
[    0.453453] pci 0000:00:0a.0: reg 18 32bit mmio: [0x93489000-0x934890ff]
[    0.453457] pci 0000:00:0a.0: reg 1c 32bit mmio: [0x93489300-0x9348930f]
[    0.453471] pci 0000:00:0a.0: supports D1 D2
[    0.453473] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453477] pci 0000:00:0a.0: PME# disabled
[    0.453504] pci 0000:00:0b.0: reg 10 io port: [0x21d8-0x21df]
[    0.453508] pci 0000:00:0b.0: reg 14 io port: [0x21ec-0x21ef]
[    0.453512] pci 0000:00:0b.0: reg 18 io port: [0x21d0-0x21d7]
[    0.453516] pci 0000:00:0b.0: reg 1c io port: [0x21e8-0x21eb]
[    0.453520] pci 0000:00:0b.0: reg 20 io port: [0x21c0-0x21cf]
[    0.453524] pci 0000:00:0b.0: reg 24 32bit mmio: [0x93484000-0x93485fff]
[    0.453568] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453571] pci 0000:00:10.0: PME# disabled
[    0.453711] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453718] pci 0000:00:15.0: PME# disabled
[    0.453879] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.453886] pci 0000:00:16.0: PME# disabled
[    0.453966] pci 0000:00:09.0: transparent bridge
[    0.453971] pci 0000:00:09.0: bridge 32bit mmio: [0x93300000-0x933fffff]
[    0.454004] pci 0000:02:00.0: reg 10 32bit mmio: [0x92000000-0x92ffffff]
[    0.454014] pci 0000:02:00.0: reg 14 64bit mmio: [0x80000000-0x8fffffff]
[    0.454023] pci 0000:02:00.0: reg 1c 64bit mmio: [0x90000000-0x91ffffff]
[    0.454029] pci 0000:02:00.0: reg 24 io port: [0x1000-0x107f]
[    0.454034] pci 0000:02:00.0: reg 30 32bit mmio: [0x93000000-0x9301ffff]
[    0.454078] pci 0000:00:10.0: bridge io port: [0x1000-0x1fff]
[    0.454081] pci 0000:00:10.0: bridge 32bit mmio: [0x92000000-0x930fffff]
[    0.454085] pci 0000:00:10.0: bridge 64bit mmio pref: [0x80000000-0x91ffffff]
[    0.454294] pci 0000:03:00.0: reg 10 64bit mmio: [0x93200000-0x93203fff]
[    0.454329] pci 0000:03:00.0: supports D1 D2
[    0.454331] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.454335] pci 0000:03:00.0: PME# disabled
[    0.454405] pci 0000:00:15.0: bridge 32bit mmio: [0x93200000-0x932fffff]
[    0.454471] pci 0000:04:00.0: reg 10 64bit mmio: [0x93100000-0x93100fff]
[    0.454508] pci 0000:04:00.0: supports D1 D2
[    0.454509] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.454514] pci 0000:04:00.0: PME# disabled
[    0.454581] pci 0000:00:16.0: bridge 32bit mmio: [0x93100000-0x931fffff]
[    0.454626] bus 00 -> node 0
[    0.454632] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.455105] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
[    0.512195] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.512454] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.512710] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.512967] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.513227] ACPI: PCI Interrupt Link [Z003] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.513486] ACPI: PCI Interrupt Link [Z004] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.513744] ACPI: PCI Interrupt Link [Z005] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.514002] ACPI: PCI Interrupt Link [Z006] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.514261] ACPI: PCI Interrupt Link [Z007] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.514519] ACPI: PCI Interrupt Link [Z008] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.514777] ACPI: PCI Interrupt Link [Z009] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.515035] ACPI: PCI Interrupt Link [Z00A] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.515292] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.515550] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.515808] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.516079] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.516337] ACPI: PCI Interrupt Link [Z00F] (IRQs 16 17 18 19 20 21 22 23) *10
[    0.516595] ACPI: PCI Interrupt Link [Z00G] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.516853] ACPI: PCI Interrupt Link [Z00H] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.517111] ACPI: PCI Interrupt Link [Z00I] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.517369] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *7
[    0.517627] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.517886] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.518144] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.518403] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.518662] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.518921] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.519179] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.519437] ACPI: PCI Interrupt Link [Z00R] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.519695] ACPI: PCI Interrupt Link [Z00S] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.519953] ACPI: PCI Interrupt Link [Z00T] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.520225] ACPI: PCI Interrupt Link [Z00U] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.520484] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
[    0.520740] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.520998] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
[    0.521257] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *14
[    0.521514] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
[    0.521774] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.522032] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.522290] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.522550] ACPI: PCI Interrupt Link [LSI1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.522809] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
[    0.523070] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
[    0.523331] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
[    0.523570] ACPI: WMI: Mapper loaded
[    0.523599] SCSI subsystem initialized
[    0.523599] libata version 3.00 loaded.
[    0.523599] usbcore: registered new interface driver usbfs
[    0.523599] usbcore: registered new interface driver hub
[    0.523599] usbcore: registered new device driver usb
[    0.523599] PCI: Using ACPI for IRQ routing
[    0.528009] Bluetooth: Core ver 2.13
[    0.528018] NET: Registered protocol family 31
[    0.528018] Bluetooth: HCI device and connection manager initialized
[    0.528018] Bluetooth: HCI socket layer initialized
[    0.528018] NET: Registered protocol family 8
[    0.528018] NET: Registered protocol family 20
[    0.528027] NetLabel: Initializing
[    0.528029] NetLabel:  domain hash size = 128
[    0.528030] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.528041] NetLabel:  unlabeled traffic allowed by default
[    0.528054] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
[    0.528058] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
[    0.532046] AppArmor: AppArmor Filesystem Enabled
[    0.536007] Switched to high resolution mode on CPU 0
[    0.536612] Switched to high resolution mode on CPU 1
[    0.540008] pnp: PnP ACPI init
[    0.540014] ACPI: bus type pnp registered
[    0.551412] pnp: PnP ACPI: found 8 devices
[    0.551414] ACPI: ACPI bus type pnp unregistered
[    0.551417] PnPBIOS: Disabled by ACPI PNP
[    0.551425] system 00:01: iomem range 0xf0000000-0xf3ffffff has been reserved
[    0.551431] system 00:04: iomem range 0xfed00000-0xfed003ff has been reserved
[    0.551436] system 00:06: ioport range 0x400-0x47f has been reserved
[    0.551438] system 00:06: ioport range 0x480-0x4ff has been reserved
[    0.551440] system 00:06: ioport range 0x500-0x57f has been reserved
[    0.551442] system 00:06: ioport range 0x580-0x5ff has been reserved
[    0.551444] system 00:06: ioport range 0x800-0x87f has been reserved
[    0.551446] system 00:06: ioport range 0x880-0x8ff has been reserved
[    0.551449] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
[    0.551451] system 00:06: ioport range 0x295-0x296 has been reserved
[    0.586119] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
[    0.586121] pci 0000:00:09.0:   IO window: disabled
[    0.586125] pci 0000:00:09.0:   MEM window: 0x93300000-0x933fffff
[    0.586128] pci 0000:00:09.0:   PREFETCH window: disabled
[    0.586132] pci 0000:00:10.0: PCI bridge, secondary bus 0000:02
[    0.586134] pci 0000:00:10.0:   IO window: 0x1000-0x1fff
[    0.586138] pci 0000:00:10.0:   MEM window: 0x92000000-0x930fffff
[    0.586141] pci 0000:00:10.0:   PREFETCH window: 0x00000080000000-0x00000091ffffff
[    0.586145] pci 0000:00:15.0: PCI bridge, secondary bus 0000:03
[    0.586146] pci 0000:00:15.0:   IO window: disabled
[    0.586156] pci 0000:00:15.0:   MEM window: 0x93200000-0x932fffff
[    0.586163] pci 0000:00:15.0:   PREFETCH window: disabled
[    0.586176] pci 0000:00:16.0: PCI bridge, secondary bus 0000:04
[    0.586177] pci 0000:00:16.0:   IO window: disabled
[    0.586187] pci 0000:00:16.0:   MEM window: 0x93100000-0x931fffff
[    0.586194] pci 0000:00:16.0:   PREFETCH window: disabled
[    0.586208] pci 0000:00:09.0: enabling device (0000 -> 0002)
[    0.586214] pci 0000:00:09.0: setting latency timer to 64
[    0.586219] pci 0000:00:10.0: setting latency timer to 64
[    0.586590] ACPI: PCI Interrupt Link [Z00F] enabled at IRQ 23
[    0.586595] pci 0000:00:15.0: PCI INT A -> Link[Z00F] -> GSI 23 (level, low) -> IRQ 23
[    0.586603] pci 0000:00:15.0: setting latency timer to 64
[    0.586970] ACPI: PCI Interrupt Link [Z00J] enabled at IRQ 22
[    0.586974] pci 0000:00:16.0: PCI INT A -> Link[Z00J] -> GSI 22 (level, low) -> IRQ 22
[    0.586982] pci 0000:00:16.0: setting latency timer to 64
[    0.586987] bus: 00 index 0 io port: [0x00-0xffff]
[    0.586989] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[    0.586991] bus: 01 index 0 mmio: [0x0-0x0]
[    0.586993] bus: 01 index 1 mmio: [0x93300000-0x933fffff]
[    0.586995] bus: 01 index 2 mmio: [0x0-0x0]
[    0.586996] bus: 01 index 3 io port: [0x00-0xffff]
[    0.586998] bus: 01 index 4 mmio: [0x000000-0xffffffff]
[    0.587000] bus: 02 index 0 io port: [0x1000-0x1fff]
[    0.587001] bus: 02 index 1 mmio: [0x92000000-0x930fffff]
[    0.587003] bus: 02 index 2 mmio: [0x80000000-0x91ffffff]
[    0.587004] bus: 02 index 3 mmio: [0x0-0x0]
[    0.587006] bus: 03 index 0 mmio: [0x0-0x0]
[    0.587008] bus: 03 index 1 mmio: [0x93200000-0x932fffff]
[    0.587009] bus: 03 index 2 mmio: [0x0-0x0]
[    0.587011] bus: 03 index 3 mmio: [0x0-0x0]
[    0.587012] bus: 04 index 0 mmio: [0x0-0x0]
[    0.587014] bus: 04 index 1 mmio: [0x93100000-0x931fffff]
[    0.587015] bus: 04 index 2 mmio: [0x0-0x0]
[    0.587017] bus: 04 index 3 mmio: [0x0-0x0]
[    0.587023] NET: Registered protocol family 2
[    0.600041] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.600233] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.600511] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.600655] TCP: Hash tables configured (established 131072 bind 65536)
[    0.600657] TCP reno registered
[    0.604050] NET: Registered protocol family 1
[    0.604143] checking if image is initramfs... it is
[    1.153844] Freeing initrd memory: 7566k freed
[    1.154016] cpufreq: No nForce2 chipset.
[    1.154134] audit: initializing netlink socket (disabled)
[    1.154154] type=2000 audit(1248201244.152:1): initialized
[    1.160552] highmem bounce pool size: 64 pages
[    1.160556] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.161658] VFS: Disk quotas dquot_6.5.1
[    1.161706] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.162204] fuse init (API version 7.10)
[    1.162273] msgmni has been set to 1705
[    1.162412] alg: No test for stdrng (krng)
[    1.162421] io scheduler noop registered
[    1.162422] io scheduler anticipatory registered
[    1.162424] io scheduler deadline registered
[    1.162435] io scheduler cfq registered (default)
[    1.176176] pci 0000:02:00.0: Boot video device
[    1.193522] pcieport-driver 0000:00:15.0: setting latency timer to 64
[    1.193679] pcieport-driver 0000:00:15.0: found MSI capability
[    1.193766] pcieport-driver 0000:00:15.0: irq 2303 for MSI/MSI-X
[    1.193801] pci_express 0000:00:15.0:pcie00: allocate port service
[    1.193970] pcieport-driver 0000:00:16.0: setting latency timer to 64
[    1.194125] pcieport-driver 0000:00:16.0: found MSI capability
[    1.194209] pcieport-driver 0000:00:16.0: irq 2302 for MSI/MSI-X
[    1.194243] pci_express 0000:00:16.0:pcie00: allocate port service
[    1.194386] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.194393] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.194502] ACPI: AC Adapter [ADP1] (on-line)
[    1.342799] ACPI: Battery Slot [BAT0] (battery present)
[    1.342858] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.342860] ACPI: Power Button (FF) [PWRF]
[    1.342895] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.342956] ACPI: Lid Switch [LID0]
[    1.342994] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    1.342996] ACPI: Power Button (CM) [PWRB]
[    1.343029] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[    1.343032] ACPI: Sleep Button (CM) [SLPB]
[    1.343667] ACPI: SSDT 7FEC9C18, 027A (r1  APPLE  Cpu0Ist     3000 INTL 20061109)
[    1.344031] ACPI: SSDT 7FEC9918, 02AD (r1  APPLE  Cpu0Cst     3001 INTL 20061109)
[    1.344439] Monitor-Mwait will be used to enter C-1 state
[    1.344442] Monitor-Mwait will be used to enter C-2 state
[    1.344444] Monitor-Mwait will be used to enter C-3 state
[    1.344456] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    1.344475] processor ACPI_CPU:00: registered as cooling_device0
[    1.344479] ACPI: Processor [CPU0] (supports 8 throttling states)
[    1.344765] ACPI: SSDT 7FEC9F18, 00C8 (r1  APPLE  Cpu1Ist     3000 INTL 20061109)
[    1.345098] ACPI: SSDT 7FEC8F18, 0085 (r1  APPLE  Cpu1Cst     3000 INTL 20061109)
[    1.345613] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[    1.345629] processor ACPI_CPU:01: registered as cooling_device1
[    1.345632] ACPI: Processor [CPU1] (supports 8 throttling states)
[    1.364513] isapnp: Scanning for PnP cards...
[    1.717195] isapnp: No Plug & Play device found
[    1.729203] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    1.729992] brd: module loaded
[    1.730248] loop: module loaded
[    1.730298] Fixed MDIO Bus: probed
[    1.730303] PPP generic driver version 2.4.2
[    1.730346] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[    1.730369] Driver 'sd' needs updating - please use bus_type methods
[    1.730376] Driver 'sr' needs updating - please use bus_type methods
[    1.730408] ahci 0000:00:0b.0: version 3.0
[    1.730782] ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 21
[    1.730788] ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 21 (level, low) -> IRQ 21
[    1.730820] ahci 0000:00:0b.0: irq 2301 for MSI/MSI-X
[    1.730874] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3 impl IDE mode
[    1.730877] ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pmp pio slum part 
[    1.730880] ahci 0000:00:0b.0: setting latency timer to 64
[    1.731021] scsi0 : ahci
[    1.731086] scsi1 : ahci
[    1.731132] scsi2 : ahci
[    1.731176] scsi3 : ahci
[    1.731220] scsi4 : ahci
[    1.731264] scsi5 : ahci
[    1.731354] ata1: SATA max UDMA/133 abar m8192_at_0x93484000 port 0x93484100 irq 2301
[    1.731356] ata2: SATA max UDMA/133 abar m8192_at_0x93484000 port 0x93484180 irq 2301
[    1.731358] ata3: DUMMY
[    1.731359] ata4: DUMMY
[    1.731360] ata5: DUMMY
[    1.731361] ata6: DUMMY
[    2.212011] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.212317] ata1.00: ATA-8: FUJITSU MJA2160BH FFS G1, 0081001D, max UDMA/100
[    2.212319] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.212688] ata1.00: configured for UDMA/100
[    3.116008] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.118317] ata2.00: ATAPI: MATSHITADVD-R   UJ-868, KB19, max UDMA/66, ATAPI AN
[    3.120800] ata2.00: configured for UDMA/66
[    3.136110] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MJA2160B 0081 PQ: 0 ANSI: 5
[    3.136182] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.136195] sd 0:0:0:0: [sda] Write Protect is off
[    3.136197] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.136217] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.136265] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.136276] sd 0:0:0:0: [sda] Write Protect is off
[    3.136278] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.136298] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.136301]  sda: sda1 sda2 sda3
[    3.506909] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.506943] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.508866] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-868   KB19 PQ: 0 ANSI: 5
[    3.511044] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    3.511046] Uniform CD-ROM driver Revision: 3.20
[    3.511115] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.511145] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.511689] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.512081] ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 20
[    3.512086] ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 20 (level, low) -> IRQ 20
[    3.512096] ehci_hcd 0000:00:04.1: setting latency timer to 64
[    3.512099] ehci_hcd 0000:00:04.1: EHCI Host Controller
[    3.512146] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
[    3.512166] ehci_hcd 0000:00:04.1: debug port 1
[    3.512170] ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
[    3.512182] ehci_hcd 0000:00:04.1: irq 20, io mem 0x93489200
[    3.524008] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[    3.524065] usb usb1: configuration #1 chosen from 1 choice
[    3.524087] hub 1-0:1.0: USB hub found
[    3.524093] hub 1-0:1.0: 7 ports detected
[    3.524540] ACPI: PCI Interrupt Link [Z001] enabled at IRQ 19
[    3.524544] ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z001] -> GSI 19 (level, low) -> IRQ 19
[    3.524553] ehci_hcd 0000:00:06.1: setting latency timer to 64
[    3.524555] ehci_hcd 0000:00:06.1: EHCI Host Controller
[    3.524589] ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
[    3.524608] ehci_hcd 0000:00:06.1: debug port 1
[    3.524612] ehci_hcd 0000:00:06.1: cache line size of 32 is not supported
[    3.524623] ehci_hcd 0000:00:06.1: irq 19, io mem 0x93489100
[    3.536008] ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
[    3.536061] usb usb2: configuration #1 chosen from 1 choice
[    3.536083] hub 2-0:1.0: USB hub found
[    3.536089] hub 2-0:1.0: 5 ports detected
[    3.536160] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.536529] ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 18
[    3.536533] ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 18 (level, low) -> IRQ 18
[    3.536542] ohci_hcd 0000:00:04.0: setting latency timer to 64
[    3.536544] ohci_hcd 0000:00:04.0: OHCI Host Controller
[    3.536578] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
[    3.536596] ohci_hcd 0000:00:04.0: irq 18, io mem 0x93488000
[    3.594033] usb usb3: configuration #1 chosen from 1 choice
[    3.594054] hub 3-0:1.0: USB hub found
[    3.594060] hub 3-0:1.0: 7 ports detected
[    3.594487] ACPI: PCI Interrupt Link [Z000] enabled at IRQ 17
[    3.594492] ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z000] -> GSI 17 (level, low) -> IRQ 17
[    3.594500] ohci_hcd 0000:00:06.0: setting latency timer to 64
[    3.594502] ohci_hcd 0000:00:06.0: OHCI Host Controller
[    3.594536] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
[    3.594553] ohci_hcd 0000:00:06.0: irq 17, io mem 0x93487000
[    3.650030] usb usb4: configuration #1 chosen from 1 choice
[    3.650050] hub 4-0:1.0: USB hub found
[    3.650057] hub 4-0:1.0: 5 ports detected
[    3.650127] uhci_hcd: USB Universal Host Controller Interface driver
[    3.650168] usbcore: registered new interface driver libusual
[    3.650191] usbcore: registered new interface driver usbserial
[    3.650199] USB Serial support registered for generic
[    3.650210] usbcore: registered new interface driver usbserial_generic
[    3.650212] usbserial: USB Serial Driver core
[    3.650251] PNP: No PS/2 controller found. Probing ports directly.
[    3.651114] i8042.c: No controller found.
[    3.651220] mice: PS/2 mouse device common for all mice
[    3.651371] rtc_cmos 00:07: RTC can wake from S4
[    3.651397] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    3.651444] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    3.651486] device-mapper: uevent: version 1.0.3
[    3.651552] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel_at_redhat.com
[    3.651605] device-mapper: multipath: version 1.0.5 loaded
[    3.651607] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.651667] EISA: Probing bus 0 at eisa.0
[    3.651671] Cannot allocate resource for EISA slot 1
[    3.651673] Cannot allocate resource for EISA slot 2
[    3.651689] EISA: Detected 0 cards.
[    3.651779] cpuidle: using governor ladder
[    3.651874] cpuidle: using governor menu
[    3.652286] TCP cubic registered
[    3.652364] NET: Registered protocol family 10
[    3.652701] lo: Disabled Privacy Extensions
[    3.652973] NET: Registered protocol family 17
[    3.652987] Bluetooth: L2CAP ver 2.11
[    3.652989] Bluetooth: L2CAP socket layer initialized
[    3.652991] Bluetooth: SCO (Voice Link) ver 0.6
[    3.652993] Bluetooth: SCO socket layer initialized
[    3.653020] Bluetooth: RFCOMM socket layer initialized
[    3.653024] Bluetooth: RFCOMM TTY layer initialized
[    3.653026] Bluetooth: RFCOMM ver 1.10
[    3.653047] Marking TSC unstable due to TSC halts in idle
[    3.653662] Using IPI No-Shortcut mode
[    3.653715] registered taskstats version 1
[    3.653805]   Magic number: 1:523:595
[    3.653904] rtc_cmos 00:07: setting system clock to 2009-07-21 18:34:07 UTC (1248201247)
[    3.653907] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.653908] EDD information not available.
[    3.654159] Freeing unused kernel memory: 532k freed
[    3.654284] Write protecting the kernel text: 4128k
[    3.654333] Write protecting the kernel read-only data: 1532k
[    3.840021] usb 1-4: new high speed USB device using ehci_hcd and address 2
[    3.915891] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[    3.916325] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 16
[    3.916333] forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 16 (level, low) -> IRQ 16
[    3.916337] forcedeth 0000:00:0a.0: setting latency timer to 64
[    3.917117] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 _at_ 1, addr 00:25:4b:cd:5a:7e
[    3.917120] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt timirq gbit lnktim msi desc-v3
[    3.952289] ohci1394 0000:04:00.0: PCI INT A -> Link[Z00J] -> GSI 22 (level, low) -> IRQ 22
[    3.952296] ohci1394 0000:04:00.0: setting latency timer to 64
[    3.979609] usb 1-4: configuration #1 chosen from 1 choice
[    4.004016] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22]  MMIO=[93100000-931007ff]  Max Packet=[4096]  IR/IT contexts=[8/8]
[    4.385953] usb 2-5: new high speed USB device using ehci_hcd and address 3
[    4.521455] usb 2-5: configuration #1 chosen from 1 choice
[    4.536423] Initializing USB Mass Storage driver...
[    4.548062] scsi6 : SCSI emulation for USB Mass Storage devices
[    4.548507] usbcore: registered new interface driver usb-storage
[    4.548509] USB Mass Storage support registered.
[    4.548563] usb-storage: device found at 3
[    4.548565] usb-storage: waiting for device to settle before scanning
[    4.836034] usb 4-1: new full speed USB device using ohci_hcd and address 2
[    5.000042] Clocksource tsc unstable (delta = -65895898 ns)
[    5.062175] usb 4-1: configuration #1 chosen from 1 choice
[    5.065144] hub 4-1:1.0: USB hub found
[    5.068105] hub 4-1:1.0: 3 ports detected
[    5.280507] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00254bfffecd5a7e]
[    5.384108] usb 3-5: new low speed USB device using ohci_hcd and address 2
[    5.600170] usb 3-5: configuration #1 chosen from 1 choice
[    5.611119] usbcore: registered new interface driver hiddev
[    5.611159] usbcore: registered new interface driver usbhid
[    5.611161] usbhid: v2.6:USB HID core driver
[    5.625076] apple 0003:05AC:8242.0001: hiddev96,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:04.0-5/input0
[    5.772323] ISO 9660 Extensions: Microsoft Joliet Level 3
[    5.825029] ISO 9660 Extensions: RRIP_1991A
[    5.908107] usb 3-6: new full speed USB device using ohci_hcd and address 3
[    6.132167] usb 3-6: configuration #1 chosen from 1 choice
[    6.144546] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/input/input5
[    6.149157] apple 0003:05AC:0237.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
[    6.185393] aufs 20080922
[    6.500505] squashfs: version 3.3 (2007/10/31) Phillip Lougher
[    6.648151] apple 0003:05AC:0237.0003: hidraw2: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1
[    6.658307] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input6
[    6.660508] apple 0003:05AC:0237.0004: input,hidraw3: USB HID v1.11 Mouse [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input2
[    6.738098] usb 4-1.1: new full speed USB device using ohci_hcd and address 3
[    6.862158] usb 4-1.1: configuration #1 chosen from 1 choice
[    9.548606] usb-storage: device scan complete
[    9.550925] scsi 6:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
[    9.552460] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    9.552514] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   79.371052] udev: starting version 141
[   80.297632] ieee80211_crypt: registered algorithm 'NULL'
[   80.300158] wl: module license '' taints kernel.
[   80.301914] wl 0000:03:00.0: power state changed by ACPI to D0
[   80.302079] wl 0000:03:00.0: PCI INT A -> Link[Z00F] -> GSI 23 (level, low) -> IRQ 23
[   80.302084] wl 0000:03:00.0: setting latency timer to 64
[   81.653880] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   81.755211] Bluetooth: Generic Bluetooth USB driver ver 0.3
[   81.755317] usbcore: registered new interface driver btusb
[   81.759598] ieee80211_crypt: registered algorithm 'TKIP'
[   81.760078] eth1: Broadcom BCM432b 802.11 Wireless Controller 5.10.79.10
[   82.098448] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   82.418140] Linux video capture interface: v2.00
[   82.484333] applesmc: Apple MacBook Pro 5 detected:
[   82.484336] applesmc:  - Model with accelerometer
[   82.484337] applesmc:  - Model with light sensors and backlight
[   82.484339] applesmc:  - Model with 20 temperature sensors
[   82.485406] applesmc: device has already been initialized (0xe0, 0xf8).
[   82.485408] applesmc: device successfully initialized.
[   82.486071] applesmc: 1 fans found.
[   82.488101] input: applesmc as /devices/platform/applesmc.768/input/input8
[   82.496142] Registered led device: smc::kbd_backlight
[   82.496160] applesmc: driver successfully loaded.
[   82.695691] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[   82.696957] input: Built-in iSight as /devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input9
[   82.698311] usbcore: registered new interface driver uvcvideo
[   82.698332] USB Video Class driver (v0.1.0)
[   83.082966] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 23
[   83.082971] HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
[   83.083091] HDA Intel 0000:00:08.0: setting latency timer to 64
[   97.868088] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   97.868090] Bluetooth: BNEP filters: protocol multicast
[   97.891475] Bridge firewalling registered
[  106.422885] lp: driver loaded but no devices found
[  106.480115] eth1: no IPv6 routers present
[  106.634529] ppdev: user-space parallel port driver
[  108.156173] forcedeth 0000:00:0a.0: irq 2300 for MSI/MSI-X
[  108.156370] eth0: no link during initialization.
[  108.156806] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  113.460978] mtrr: no MTRR for 91000000,e00000 found
[  206.340186] usb 1-1: new high speed USB device using ehci_hcd and address 5
[  206.485937] usb 1-1: configuration #1 chosen from 1 choice
[  206.486552] scsi7 : SCSI emulation for USB Mass Storage devices
[  206.504759] usb-storage: device found at 5
[  206.504762] usb-storage: waiting for device to settle before scanning
[  211.504762] usb-storage: device scan complete
[  211.507176] scsi 7:0:0:0: Direct-Access     Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
[  213.416785] sd 7:0:0:0: [sdc] 7868416 512-byte hardware sectors: (4.02 GB/3.75 GiB)
[  213.418432] sd 7:0:0:0: [sdc] Write Protect is off
[  213.418441] sd 7:0:0:0: [sdc] Mode Sense: 23 00 00 00
[  213.418446] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[  213.423549] sd 7:0:0:0: [sdc] 7868416 512-byte hardware sectors: (4.02 GB/3.75 GiB)
[  213.425701] sd 7:0:0:0: [sdc] Write Protect is off
[  213.425709] sd 7:0:0:0: [sdc] Mode Sense: 23 00 00 00
[  213.425715] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[  213.425728]  sdc: sdc1
[  213.427931] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[  213.428079] sd 7:0:0:0: Attached scsi generic sg3 type 0
Received on Tue Jul 21 2009 - 18:42:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:52 UTC