* BUG kmalloc-16: Object already free
@ 2008-09-28 22:54 Justin Mattock
2008-09-29 18:17 ` Rabin Vincent
0 siblings, 1 reply; 6+ messages in thread
From: Justin Mattock @ 2008-09-28 22:54 UTC (permalink / raw)
To: Linux Kernel Mailing List
After frying my system, I'm finally up and
running. Not sure if this was due to a git-pull
(only be a few days since the last pull), or what:
when waking from suspend I see this
(I know it says tainted in it, so this will be the only noise you'll
here from me on this);
[ 274.327003] =============================================================================
[ 274.327528] BUG kmalloc-16: Object already free
[ 274.327877] -----------------------------------------------------------------------------
[ 274.327879]
[ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
cpu=1 pid=3763
[ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
cpu=1 pid=3763
[ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
flags=0x400000c3
[ 274.327909] INFO: Object 0xdcd08100 @offset=256 fp=0xdcd08140
[ 274.327912]
[ 274.327914] Bytes b4 0xdcd080f0: 32 0d 00 00 c8 ba ff ff 5a 5a 5a
5a 5a 5a 5a 5a 2...ȺÿÿZZZZZZZZ
[ 274.327928] Object 0xdcd08100: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b
6b 6b 6b 6b a5 kkkkkkkkkkkkkkk¥
[ 274.327940] Redzone 0xdcd08110: bb bb bb bb
»»»»
[ 274.327952] Padding 0xdcd08138: 5a 5a 5a 5a 5a 5a 5a 5a
ZZZZZZZZ
[ 274.327966] Pid: 3763, comm: hcid Tainted: P
2.6.27-rc7-00106-g6ef190c #34
[ 274.327973] [<c0170107>] print_trailer+0xc8/0xd0
[ 274.327982] [<c01701c3>] object_err+0x25/0x30
[ 274.327989] [<c0170a0a>] __slab_free+0x1be/0x271
[ 274.327995] [<c0170a85>] ? __slab_free+0x239/0x271
[ 274.328001] [<c0171147>] kfree+0x9c/0xb2
[ 274.328006] [<c02ca1d6>] ? urb_destroy+0x14/0x1e
[ 274.328013] [<c02ca1d6>] ? urb_destroy+0x14/0x1e
[ 274.328018] [<c02ca1c2>] ? urb_destroy+0x0/0x1e
[ 274.328024] [<c02ca1d6>] urb_destroy+0x14/0x1e
[ 274.328028] [<c02133b9>] kref_put+0x39/0x44
[ 274.328035] [<c02ca1c0>] usb_free_urb+0x11/0x13
[ 274.328040] [<f8db69b7>] btusb_open+0x147/0x16f [btusb]
[ 274.328049] [<f8d88abb>] hci_dev_open+0x50/0x168 [bluetooth]
[ 274.328077] [<f8d8cf01>] hci_sock_ioctl+0xd4/0x20e [bluetooth]
[ 274.328094] [<c0307dc9>] sock_ioctl+0x1b4/0x1d8
[ 274.328101] [<c0307c15>] ? sock_ioctl+0x0/0x1d8
[ 274.328107] [<c017e542>] vfs_ioctl+0x22/0x67
[ 274.328113] [<c017e7cc>] do_vfs_ioctl+0x245/0x253
[ 274.328118] [<c01f45ae>] ? selinux_file_ioctl+0x37/0x3a
[ 274.328125] [<c017e81a>] sys_ioctl+0x40/0x5a
[ 274.328130] [<c010301f>] sysenter_do_call+0x12/0x2f
[ 274.328137] =======================
[ 274.328141] FIX kmalloc-16: Object at 0xdcd08100 not freed
If anybody needs the full dmesg let me know
regards;
--
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG kmalloc-16: Object already free
2008-09-28 22:54 BUG kmalloc-16: Object already free Justin Mattock
@ 2008-09-29 18:17 ` Rabin Vincent
2008-09-29 19:22 ` Justin Mattock
2008-09-29 23:47 ` Marcel Holtmann
0 siblings, 2 replies; 6+ messages in thread
From: Rabin Vincent @ 2008-09-29 18:17 UTC (permalink / raw)
To: Justin Mattock; +Cc: Linux Kernel Mailing List, marcel, linux-bluetooth
On Sun, Sep 28, 2008 at 03:54:23PM -0700, Justin Mattock wrote:
> After frying my system, I'm finally up and
> running. Not sure if this was due to a git-pull
> (only be a few days since the last pull), or what:
> when waking from suspend I see this
> (I know it says tainted in it, so this will be the only noise you'll
> here from me on this);
>
> [ 274.327003] =============================================================================
> [ 274.327528] BUG kmalloc-16: Object already free
> [ 274.327877] -----------------------------------------------------------------------------
> [ 274.327879]
> [ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
> cpu=1 pid=3763
> [ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
> cpu=1 pid=3763
> [ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
> flags=0x400000c3
There's a commit in the latest git which looks like it will solve the
btusb suspend/resume issues: 5fbcd260.. ("[Bluetooth] Fix USB disconnect
handling of btusb driver").
Marcel / linux-bluetooth, I think this double free is a separate issue
with the error handling, and the following patch should fix it.
---
From: Rabin Vincent <rabin@rab.in>
Subject: [PATCH] btusb, bpa10x: fix double frees on error paths
Justin Mattock reported this double free in btusb:
BUG kmalloc-16: Object already free
-----------------------------------------------------------------------------
INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
This occurs because the urb's transfer buffer is being freed separately
in the error path even though the URB_FREE_BUFFER transfer_flag is set
on the urb.
There are similar cases elsewhere in btusb and in bpa10x. Fix all of
them by removing the additional kfree()'s.
Reported-by: Justin Mattock <justinmattock@gmail.com>
Signed-off-by: Rabin Vincent <rabin@rab.in>
---
drivers/bluetooth/bpa10x.c | 2 --
drivers/bluetooth/btusb.c | 3 ---
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c
index 1e55a65..32f3a8e 100644
--- a/drivers/bluetooth/bpa10x.c
+++ b/drivers/bluetooth/bpa10x.c
@@ -256,7 +256,6 @@ static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev)
BT_ERR("%s urb %p submission failed (%d)",
hdev->name, urb, -err);
usb_unanchor_urb(urb);
- kfree(buf);
}
usb_free_urb(urb);
@@ -298,7 +297,6 @@ static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev)
BT_ERR("%s urb %p submission failed (%d)",
hdev->name, urb, -err);
usb_unanchor_urb(urb);
- kfree(buf);
}
usb_free_urb(urb);
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 29ae998..262e9be 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -271,7 +271,6 @@ static int btusb_submit_intr_urb(struct hci_dev *hdev)
BT_ERR("%s urb %p submission failed (%d)",
hdev->name, urb, -err);
usb_unanchor_urb(urb);
- kfree(buf);
}
usb_free_urb(urb);
@@ -354,7 +353,6 @@ static int btusb_submit_bulk_urb(struct hci_dev *hdev)
BT_ERR("%s urb %p submission failed (%d)",
hdev->name, urb, -err);
usb_unanchor_urb(urb);
- kfree(buf);
}
usb_free_urb(urb);
@@ -475,7 +473,6 @@ static int btusb_submit_isoc_urb(struct hci_dev *hdev)
BT_ERR("%s urb %p submission failed (%d)",
hdev->name, urb, -err);
usb_unanchor_urb(urb);
- kfree(buf);
}
usb_free_urb(urb);
--
1.5.6.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: BUG kmalloc-16: Object already free
2008-09-29 18:17 ` Rabin Vincent
@ 2008-09-29 19:22 ` Justin Mattock
2008-09-29 23:47 ` Marcel Holtmann
1 sibling, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-09-29 19:22 UTC (permalink / raw)
To: Rabin Vincent; +Cc: Linux Kernel Mailing List, marcel, linux-bluetooth
On Mon, Sep 29, 2008 at 11:17 AM, Rabin Vincent <rabin@rab.in> wrote:
> On Sun, Sep 28, 2008 at 03:54:23PM -0700, Justin Mattock wrote:
>> After frying my system, I'm finally up and
>> running. Not sure if this was due to a git-pull
>> (only be a few days since the last pull), or what:
>> when waking from suspend I see this
>> (I know it says tainted in it, so this will be the only noise you'll
>> here from me on this);
>>
>> [ 274.327003] =============================================================================
>> [ 274.327528] BUG kmalloc-16: Object already free
>> [ 274.327877] -----------------------------------------------------------------------------
>> [ 274.327879]
>> [ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
>> cpu=1 pid=3763
>> [ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
>> cpu=1 pid=3763
>> [ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
>> flags=0x400000c3
>
> There's a commit in the latest git which looks like it will solve the
> btusb suspend/resume issues: 5fbcd260.. ("[Bluetooth] Fix USB disconnect
> handling of btusb driver").
>
> Marcel / linux-bluetooth, I think this double free is a separate issue
> with the error handling, and the following patch should fix it.
>
> ---
> From: Rabin Vincent <rabin@rab.in>
> Subject: [PATCH] btusb, bpa10x: fix double frees on error paths
>
> Justin Mattock reported this double free in btusb:
>
> BUG kmalloc-16: Object already free
> -----------------------------------------------------------------------------
>
> INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
> INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>
> This occurs because the urb's transfer buffer is being freed separately
> in the error path even though the URB_FREE_BUFFER transfer_flag is set
> on the urb.
>
> There are similar cases elsewhere in btusb and in bpa10x. Fix all of
> them by removing the additional kfree()'s.
>
> Reported-by: Justin Mattock <justinmattock@gmail.com>
> Signed-off-by: Rabin Vincent <rabin@rab.in>
> ---
> drivers/bluetooth/bpa10x.c | 2 --
> drivers/bluetooth/btusb.c | 3 ---
> 2 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c
> index 1e55a65..32f3a8e 100644
> --- a/drivers/bluetooth/bpa10x.c
> +++ b/drivers/bluetooth/bpa10x.c
> @@ -256,7 +256,6 @@ static inline int bpa10x_submit_intr_urb(struct hci_dev *hdev)
> BT_ERR("%s urb %p submission failed (%d)",
> hdev->name, urb, -err);
> usb_unanchor_urb(urb);
> - kfree(buf);
> }
>
> usb_free_urb(urb);
> @@ -298,7 +297,6 @@ static inline int bpa10x_submit_bulk_urb(struct hci_dev *hdev)
> BT_ERR("%s urb %p submission failed (%d)",
> hdev->name, urb, -err);
> usb_unanchor_urb(urb);
> - kfree(buf);
> }
>
> usb_free_urb(urb);
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 29ae998..262e9be 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -271,7 +271,6 @@ static int btusb_submit_intr_urb(struct hci_dev *hdev)
> BT_ERR("%s urb %p submission failed (%d)",
> hdev->name, urb, -err);
> usb_unanchor_urb(urb);
> - kfree(buf);
> }
>
> usb_free_urb(urb);
> @@ -354,7 +353,6 @@ static int btusb_submit_bulk_urb(struct hci_dev *hdev)
> BT_ERR("%s urb %p submission failed (%d)",
> hdev->name, urb, -err);
> usb_unanchor_urb(urb);
> - kfree(buf);
> }
>
> usb_free_urb(urb);
> @@ -475,7 +473,6 @@ static int btusb_submit_isoc_urb(struct hci_dev *hdev)
> BT_ERR("%s urb %p submission failed (%d)",
> hdev->name, urb, -err);
> usb_unanchor_urb(urb);
> - kfree(buf);
> }
>
> usb_free_urb(urb);
> --
> 1.5.6.5
>
>
Cool, depending on the status of
this patch. either I'll apply this one, or just wait
until it gets commited,and then just do a git-pull.
--
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG kmalloc-16: Object already free
2008-09-29 18:17 ` Rabin Vincent
2008-09-29 19:22 ` Justin Mattock
@ 2008-09-29 23:47 ` Marcel Holtmann
2008-09-30 5:21 ` Justin Mattock
1 sibling, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2008-09-29 23:47 UTC (permalink / raw)
To: Rabin Vincent; +Cc: Justin Mattock, Linux Kernel Mailing List, linux-bluetooth
Hi Rabin,
> > After frying my system, I'm finally up and
> > running. Not sure if this was due to a git-pull
> > (only be a few days since the last pull), or what:
> > when waking from suspend I see this
> > (I know it says tainted in it, so this will be the only noise you'll
> > here from me on this);
> >
> > [ 274.327003] =============================================================================
> > [ 274.327528] BUG kmalloc-16: Object already free
> > [ 274.327877] -----------------------------------------------------------------------------
> > [ 274.327879]
> > [ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
> > cpu=1 pid=3763
> > [ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
> > cpu=1 pid=3763
> > [ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
> > flags=0x400000c3
>
> There's a commit in the latest git which looks like it will solve the
> btusb suspend/resume issues: 5fbcd260.. ("[Bluetooth] Fix USB disconnect
> handling of btusb driver").
>
> Marcel / linux-bluetooth, I think this double free is a separate issue
> with the error handling, and the following patch should fix it.
>
> ---
> From: Rabin Vincent <rabin@rab.in>
> Subject: [PATCH] btusb, bpa10x: fix double frees on error paths
>
> Justin Mattock reported this double free in btusb:
>
> BUG kmalloc-16: Object already free
> -----------------------------------------------------------------------------
>
> INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
> INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>
> This occurs because the urb's transfer buffer is being freed separately
> in the error path even though the URB_FREE_BUFFER transfer_flag is set
> on the urb.
>
> There are similar cases elsewhere in btusb and in bpa10x. Fix all of
> them by removing the additional kfree()'s.
I haven't verified it yet, but it looks like a good catch. Let me double
check this on my test machine. Weird that we never noticed this before
since I have been using the btusb driver for a very long time now.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG kmalloc-16: Object already free
2008-09-29 23:47 ` Marcel Holtmann
@ 2008-09-30 5:21 ` Justin Mattock
2008-09-30 18:24 ` Justin Mattock
0 siblings, 1 reply; 6+ messages in thread
From: Justin Mattock @ 2008-09-30 5:21 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Rabin Vincent, Linux Kernel Mailing List, linux-bluetooth
On Mon, Sep 29, 2008 at 4:47 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Rabin,
>
>> > After frying my system, I'm finally up and
>> > running. Not sure if this was due to a git-pull
>> > (only be a few days since the last pull), or what:
>> > when waking from suspend I see this
>> > (I know it says tainted in it, so this will be the only noise you'll
>> > here from me on this);
>> >
>> > [ 274.327003] =============================================================================
>> > [ 274.327528] BUG kmalloc-16: Object already free
>> > [ 274.327877] -----------------------------------------------------------------------------
>> > [ 274.327879]
>> > [ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
>> > cpu=1 pid=3763
>> > [ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
>> > cpu=1 pid=3763
>> > [ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
>> > flags=0x400000c3
>>
>> There's a commit in the latest git which looks like it will solve the
>> btusb suspend/resume issues: 5fbcd260.. ("[Bluetooth] Fix USB disconnect
>> handling of btusb driver").
>>
>> Marcel / linux-bluetooth, I think this double free is a separate issue
>> with the error handling, and the following patch should fix it.
>>
>> ---
>> From: Rabin Vincent <rabin@rab.in>
>> Subject: [PATCH] btusb, bpa10x: fix double frees on error paths
>>
>> Justin Mattock reported this double free in btusb:
>>
>> BUG kmalloc-16: Object already free
>> -----------------------------------------------------------------------------
>>
>> INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>> INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>>
>> This occurs because the urb's transfer buffer is being freed separately
>> in the error path even though the URB_FREE_BUFFER transfer_flag is set
>> on the urb.
>>
>> There are similar cases elsewhere in btusb and in bpa10x. Fix all of
>> them by removing the additional kfree()'s.
>
> I haven't verified it yet, but it looks like a good catch. Let me double
> check this on my test machine. Weird that we never noticed this before
> since I have been using the btusb driver for a very long time now.
>
> Regards
>
> Marcel
>
>
>
This was the first time I've seen this,
I can apply the patch myself, but first
I need to figure why dbus can be such a bitch : )
Need to figure out how to write dbus rules(if this is the case)
keep getting the permissions denied crap.
--
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: BUG kmalloc-16: Object already free
2008-09-30 5:21 ` Justin Mattock
@ 2008-09-30 18:24 ` Justin Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-09-30 18:24 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: Rabin Vincent, Linux Kernel Mailing List, linux-bluetooth
[-- Attachment #1: Type: text/plain, Size: 2891 bytes --]
On Mon, Sep 29, 2008 at 10:21 PM, Justin Mattock
<justinmattock@gmail.com> wrote:
> On Mon, Sep 29, 2008 at 4:47 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
>> Hi Rabin,
>>
>>> > After frying my system, I'm finally up and
>>> > running. Not sure if this was due to a git-pull
>>> > (only be a few days since the last pull), or what:
>>> > when waking from suspend I see this
>>> > (I know it says tainted in it, so this will be the only noise you'll
>>> > here from me on this);
>>> >
>>> > [ 274.327003] =============================================================================
>>> > [ 274.327528] BUG kmalloc-16: Object already free
>>> > [ 274.327877] -----------------------------------------------------------------------------
>>> > [ 274.327879]
>>> > [ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0
>>> > cpu=1 pid=3763
>>> > [ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0
>>> > cpu=1 pid=3763
>>> > [ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100
>>> > flags=0x400000c3
>>>
>>> There's a commit in the latest git which looks like it will solve the
>>> btusb suspend/resume issues: 5fbcd260.. ("[Bluetooth] Fix USB disconnect
>>> handling of btusb driver").
>>>
>>> Marcel / linux-bluetooth, I think this double free is a separate issue
>>> with the error handling, and the following patch should fix it.
>>>
>>> ---
>>> From: Rabin Vincent <rabin@rab.in>
>>> Subject: [PATCH] btusb, bpa10x: fix double frees on error paths
>>>
>>> Justin Mattock reported this double free in btusb:
>>>
>>> BUG kmalloc-16: Object already free
>>> -----------------------------------------------------------------------------
>>>
>>> INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>>> INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=3D0 cpu=3D1 pid=3D3763
>>>
>>> This occurs because the urb's transfer buffer is being freed separately
>>> in the error path even though the URB_FREE_BUFFER transfer_flag is set
>>> on the urb.
>>>
>>> There are similar cases elsewhere in btusb and in bpa10x. Fix all of
>>> them by removing the additional kfree()'s.
>>
>> I haven't verified it yet, but it looks like a good catch. Let me double
>> check this on my test machine. Weird that we never noticed this before
>> since I have been using the btusb driver for a very long time now.
>>
>> Regards
>>
>> Marcel
>>
>>
>>
>
> This was the first time I've seen this,
> I can apply the patch myself, but first
> I need to figure why dbus can be such a bitch : )
> Need to figure out how to write dbus rules(if this is the case)
> keep getting the permissions denied crap.
>
> --
> Justin P. Mattock
>
O.k. after messing around with /etc/dbus
I've applied the patch that was supplied.
Looks good!! attached is a before the patch was
applied and after the patch was applied.
--
Justin P. Mattock
[-- Attachment #2: after --]
[-- Type: application/octet-stream, Size: 57079 bytes --]
[ 0.000000] Linux version 2.6.27-rc7-00108-gb68e12e (root@unix) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #35 SMP Tue Sep 30 11:06:00 PDT 2008
[ 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 - 000000003f0ea000 (usable)
[ 0.000000] BIOS-e820: 000000003f0ea000 - 000000003f2eb000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f2eb000 - 000000003febe000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003febe000 - 000000003feef000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003feef000 - 000000003ff00000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003ff00000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] last_pfn = 0x3f0ea max_arch_pfn = 0x100000
[ 0.000000] kernel direct mapping tables up to 38000000 @ 7000-c000
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP 000FE020, 0024 (r2 APPLE )
[ 0.000000] ACPI: XSDT 3FEFD1C0, 0074 (r1 APPLE Apple00 A5 1000013)
[ 0.000000] ACPI: FACP 3FEFB000, 00F4 (r3 APPLE Apple00 A5 Loki 5F)
[ 0.000000] ACPI: DSDT 3FEF0000, 48D1 (r1 APPLE MacBookP 20002 INTL 20050309)
[ 0.000000] ACPI: FACS 3FEC0000, 0040
[ 0.000000] ACPI: HPET 3FEFA000, 0038 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: APIC 3FEF9000, 0068 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: MCFG 3FEF8000, 003C (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: ASF! 3FEF7000, 00A0 (r32 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: SBST 3FEF6000, 0030 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: ECDT 3FEF5000, 0053 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: SSDT 3FEEF000, 04DC (r1 APPLE CpuPm 3000 INTL 20050309)
[ 0.000000] ACPI: SSDT 3FEBD000, 064F (r1 SataRe SataPri 1000 INTL 20050309)
[ 0.000000] ACPI: SSDT 3FEBC000, 069C (r1 SataRe SataSec 1000 INTL 20050309)
[ 0.000000] ACPI: DMI detected: Apple
[ 0.000000] 112MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 38000000
[ 0.000000] low ram: 00000000 - 38000000
[ 0.000000] bootmap 00008000 - 0000f000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0038000000]
[ 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 - 00005dea48] TEXT DATA BSS ==> [0000100000 - 00005dea48]
[ 0.000000] #4 [00005df000 - 00005e2000] INIT_PG_TABLE ==> [00005df000 - 00005e2000]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #7 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00038000
[ 0.000000] HighMem 0x00038000 -> 0x0003f0ea
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f0ea
[ 0.000000] On node 0 totalpages: 258185
[ 0.000000] free_area_init_node: node 0, pgdat c04e6880, node_mem_map c1000000
[ 0.000000] DMA zone: 3967 pages, LIFO batch:0
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 28680 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 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 32, 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: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
[ 0.000000] PERCPU: Allocating 46748 bytes of per cpu data
[ 0.000000] NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256167
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.27-rc7-00108-gb68e12e root=/dev/sda1 ro debug vga=790 pnpacpi=off pci=routeirq acpi_osi=Darwin audit=1 selinux=1 enforcing=0
[ 0.000000] ACPI: Added _OSI(Darwin)
[ 0.000000] audit: enabled (after initialization)
[ 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] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC: Unable to calibrate against PIT
[ 0.000000] TSC: using PMTIMER reference calibration
[ 0.000000] Detected 2161.249 MHz processor.
[ 0.010000] Console: colour dummy device 80x25
[ 0.010000] console [tty0] enabled
[ 0.010000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.010000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.010000] Memory: 1018336k/1033128k available (2676k kernel code, 14044k reserved, 1382k data, 352k init, 115624k highmem)
[ 0.010000] virtual kernel memory layout:
[ 0.010000] fixmap : 0xfff82000 - 0xfffff000 ( 500 kB)
[ 0.010000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.010000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.010000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.010000] .init : 0xc04fe000 - 0xc0556000 ( 352 kB)
[ 0.010000] .data : 0xc039d20d - 0xc04f6c80 (1382 kB)
[ 0.010000] .text : 0xc0100000 - 0xc039d20d (2676 kB)
[ 0.010000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.010000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.010000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.010000] hpet clockevent registered
[ 0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4322.49 BogoMIPS (lpj=21612490)
[ 0.010000] Security Framework initialized
[ 0.010000] SELinux: Initializing.
[ 0.010000] SELinux: Starting in permissive mode
[ 0.010000] Failure registering Root Plug module with the kernel
[ 0.010000] Mount-cache hash table entries: 512
[ 0.010000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.010000] CPU: L2 cache: 4096K
[ 0.010000] CPU: Physical Processor ID: 0
[ 0.010000] CPU: Processor Core ID: 0
[ 0.010000] Intel machine check architecture supported.
[ 0.010000] Intel machine check reporting enabled on CPU#0.
[ 0.010000] using mwait in idle threads.
[ 0.010000] Checking 'hlt' instruction... OK.
[ 0.041235] ACPI: Core revision 20080609
[ 0.056866] Parsing all Control Methods:
[ 0.057079] Table [DSDT](id 0001) - 691 Objects with 79 Devices 157 Methods 29 Regions
[ 0.057552] Parsing all Control Methods:
[ 0.057738] Table [SSDT](id 0002) - 13 Objects with 0 Devices 4 Methods 0 Regions
[ 0.058133] Parsing all Control Methods:
[ 0.058322] Table [SSDT](id 0003) - 10 Objects with 3 Devices 4 Methods 0 Regions
[ 0.058746] Parsing all Control Methods:
[ 0.058937] Table [SSDT](id 0004) - 11 Objects with 3 Devices 5 Methods 0 Regions
[ 0.058944] tbxface-0596 [02] tb_load_namespace : ACPI Tables successfully acquired
[ 0.059204] evxfevnt-0091 [02] enable : Transition to ACPI mode successful
[ 0.059481] ENABLING IO-APIC IRQs
[ 0.059672] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.159692] CPU0: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 0.160000] Booting processor 1/1 ip 6000
[ 0.010000] Initializing CPU#1
[ 0.010000] Calibrating delay using timer specific routine.. 4322.52 BogoMIPS (lpj=21612611)
[ 0.010000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.010000] CPU: L2 cache: 4096K
[ 0.010000] CPU: Physical Processor ID: 0
[ 0.010000] CPU: Processor Core ID: 1
[ 0.010000] Intel machine check architecture supported.
[ 0.010000] Intel machine check reporting enabled on CPU#1.
[ 0.310686] CPU1: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 0.310722] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.320024] Brought up 2 CPUs
[ 0.320030] Total of 2 processors activated (8645.02 BogoMIPS).
[ 0.320063] CPU0 attaching sched-domain:
[ 0.320068] domain 0: span 0-1 level MC
[ 0.320073] groups: 0 1
[ 0.320081] CPU1 attaching sched-domain:
[ 0.320085] domain 0: span 0-1 level MC
[ 0.320089] groups: 1 0
[ 0.320178] net_namespace: 648 bytes
[ 0.320178] Booting paravirtualized kernel on bare hardware
[ 0.320299] NET: Registered protocol family 16
[ 0.320299] No dock devices found.
[ 0.320304] EISA bus registered
[ 0.320304] ACPI: bus type pci registered
[ 0.320304] PCI: Using configuration type 1 for base access
[ 0.320836] evgpeblk-0957 [04] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0x9
[ 0.320993] ACPI: EC: EC description table is found, configuring boot EC
[ 0.321227] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.340826] Completing Region/Field/Buffer/Package initialization:...................................................................
[ 0.344511] Initialized 27/29 Regions 0/0 Fields 21/21 Buffers 19/19 Packages (734 nodes)
[ 0.344519] Initializing Device/Processor/Thermal objects by executing _INI methods:..
[ 0.345511] Executed 2 _INI methods requiring 0 _STA executions (examined 89 objects)
[ 0.345980] evgpeblk-1054 [03] ev_initialize_gpe_bloc: Found 7 Wake, Enabled 6 Runtime GPEs in this block
[ 0.346034] ACPI: Interpreter enabled
[ 0.346038] ACPI: (supports S0 S3 S4 S5)
[ 0.346105] ACPI: Using IOAPIC for interrupt routing
[ 0.361434] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.361434] ACPI: EC: driver started in interrupt mode
[ 0.361434] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.361434] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:01.0: PME# disabled
[ 0.361434] PCI: 0000:00:07.0 reg 10 32bit mmio: [50404000, 50404fff]
[ 0.361434] PCI: 0000:00:1b.0 reg 10 64bit mmio: [50400000, 50403fff]
[ 0.361434] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:1b.0: PME# disabled
[ 0.361434] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:1c.0: PME# disabled
[ 0.361434] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:1c.1: PME# disabled
[ 0.361434] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:1c.2: PME# disabled
[ 0.361434] PCI: 0000:00:1d.0 reg 20 io port: [4080, 409f]
[ 0.361434] PCI: 0000:00:1d.1 reg 20 io port: [4060, 407f]
[ 0.361434] PCI: 0000:00:1d.2 reg 20 io port: [4040, 405f]
[ 0.361434] PCI: 0000:00:1d.3 reg 20 io port: [4020, 403f]
[ 0.361434] PCI: 0000:00:1d.7 reg 10 32bit mmio: [50405400, 504057ff]
[ 0.361434] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.361434] pci 0000:00:1d.7: PME# disabled
[ 0.361434] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.361434] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.361434] PCI: 0000:00:1f.1 reg 10 io port: [40d8, 40df]
[ 0.361434] PCI: 0000:00:1f.1 reg 14 io port: [40ec, 40ef]
[ 0.361434] PCI: 0000:00:1f.1 reg 18 io port: [40d0, 40d7]
[ 0.361434] PCI: 0000:00:1f.1 reg 1c io port: [40e8, 40eb]
[ 0.361434] PCI: 0000:00:1f.1 reg 20 io port: [40b0, 40bf]
[ 0.361434] PCI: 0000:00:1f.2 reg 10 io port: [40c8, 40cf]
[ 0.361434] PCI: 0000:00:1f.2 reg 14 io port: [40e4, 40e7]
[ 0.361434] PCI: 0000:00:1f.2 reg 18 io port: [40c0, 40c7]
[ 0.361434] PCI: 0000:00:1f.2 reg 1c io port: [40e0, 40e3]
[ 0.361434] PCI: 0000:00:1f.2 reg 20 io port: [40a0, 40af]
[ 0.361434] PCI: 0000:00:1f.2 reg 24 32bit mmio: [50405000, 504053ff]
[ 0.361434] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.361434] pci 0000:00:1f.2: PME# disabled
[ 0.361434] PCI: 0000:00:1f.3 reg 20 io port: [efa0, efbf]
[ 0.361470] PCI: 0000:01:00.0 reg 10 32bit mmio: [40000000, 47ffffff]
[ 0.361481] PCI: 0000:01:00.0 reg 14 io port: [3000, 30ff]
[ 0.361492] PCI: 0000:01:00.0 reg 18 32bit mmio: [50300000, 5030ffff]
[ 0.361514] PCI: 0000:01:00.0 reg 30 32bit mmio: [fffe0000, ffffffff]
[ 0.361534] pci 0000:01:00.0: supports D1
[ 0.361537] pci 0000:01:00.0: supports D2
[ 0.361588] PCI: bridge 0000:00:01.0 io port: [3000, 3fff]
[ 0.361594] PCI: bridge 0000:00:01.0 32bit mmio: [50300000, 503fffff]
[ 0.361601] PCI: bridge 0000:00:01.0 64bit mmio pref: [40000000, 47ffffff]
[ 0.361695] PCI: 0000:02:00.0 reg 10 64bit mmio: [50200000, 50203fff]
[ 0.361709] PCI: 0000:02:00.0 reg 18 io port: [2000, 20ff]
[ 0.361746] PCI: 0000:02:00.0 reg 30 32bit mmio: [fffe0000, ffffffff]
[ 0.361775] pci 0000:02:00.0: supports D1
[ 0.361779] pci 0000:02:00.0: supports D2
[ 0.361783] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.361791] pci 0000:02:00.0: PME# disabled
[ 0.361844] PCI: bridge 0000:00:1c.0 io port: [2000, 2fff]
[ 0.361851] PCI: bridge 0000:00:1c.0 32bit mmio: [50200000, 502fffff]
[ 0.361934] PCI: 0000:03:00.0 reg 10 64bit mmio: [50100000, 5010ffff]
[ 0.362014] pci 0000:03:00.0: supports D1
[ 0.362018] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.362026] pci 0000:03:00.0: PME# disabled
[ 0.362082] PCI: bridge 0000:00:1c.1 32bit mmio: [50100000, 501fffff]
[ 0.362151] PCI: bridge 0000:00:1c.2 io port: [1000, 1fff]
[ 0.362158] PCI: bridge 0000:00:1c.2 32bit mmio: [4c100000, 500fffff]
[ 0.362169] PCI: bridge 0000:00:1c.2 64bit mmio pref: [48000000, 4bffffff]
[ 0.362231] PCI: 0000:0c:03.0 reg 10 32bit mmio: [4c004000, 4c0047ff]
[ 0.362243] PCI: 0000:0c:03.0 reg 14 32bit mmio: [4c000000, 4c003fff]
[ 0.362303] pci 0000:0c:03.0: supports D1
[ 0.362307] pci 0000:0c:03.0: supports D2
[ 0.362310] pci 0000:0c:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.362318] pci 0000:0c:03.0: PME# disabled
[ 0.362373] pci 0000:00:1e.0: transparent bridge
[ 0.362382] PCI: bridge 0000:00:1e.0 32bit mmio: [4c000000, 4c0fffff]
[ 0.362420] bus 00 -> node 0
[ 0.362434] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.364184] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.370289] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.370838] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.371384] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.371956] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.391142] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.391142] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.391142] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.391142] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.391299] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.391565] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.391832] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.392094] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
[ 0.392216] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.392216] pnp: PnP ACPI: disabled
[ 0.392216] SCSI subsystem initialized
[ 0.392216] libata version 3.00 loaded.
[ 0.392216] usbcore: registered new interface driver usbfs
[ 0.392216] usbcore: registered new interface driver hub
[ 0.392216] usbcore: registered new device driver usb
[ 0.392216] PCI: Using ACPI for IRQ routing
[ 0.392216] PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
[ 0.392216] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 0.392216] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.392216] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.392216] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.392216] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392216] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.392216] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.392216] pci 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.392216] pci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392216] pci 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392216] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392216] pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.392216] pci 0000:0c:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.420036] NetLabel: Initializing
[ 0.420040] NetLabel: domain hash size = 128
[ 0.420044] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.420111] NetLabel: unlabeled traffic allowed by default
[ 0.420122] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.420129] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.475834] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.475840] pci 0000:00:01.0: IO window: 0x3000-0x3fff
[ 0.475847] pci 0000:00:01.0: MEM window: 0x50300000-0x503fffff
[ 0.475853] pci 0000:00:01.0: PREFETCH window: 0x00000040000000-0x00000047ffffff
[ 0.475863] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.475869] pci 0000:00:1c.0: IO window: 0x2000-0x2fff
[ 0.475877] pci 0000:00:1c.0: MEM window: 0x50200000-0x502fffff
[ 0.475885] pci 0000:00:1c.0: PREFETCH window: 0x00000050500000-0x000000505fffff
[ 0.475896] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.475900] pci 0000:00:1c.1: IO window: disabled
[ 0.475909] pci 0000:00:1c.1: MEM window: 0x50100000-0x501fffff
[ 0.475916] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.475925] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.475931] pci 0000:00:1c.2: IO window: 0x1000-0x1fff
[ 0.475940] pci 0000:00:1c.2: MEM window: 0x4c100000-0x500fffff
[ 0.475947] pci 0000:00:1c.2: PREFETCH window: 0x00000048000000-0x0000004bffffff
[ 0.475959] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0c
[ 0.475963] pci 0000:00:1e.0: IO window: disabled
[ 0.475971] pci 0000:00:1e.0: MEM window: 0x4c000000-0x4c0fffff
[ 0.475979] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.475993] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.476000] pci 0000:00:01.0: setting latency timer to 64
[ 0.476010] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.476018] pci 0000:00:1c.0: setting latency timer to 64
[ 0.476029] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.476037] pci 0000:00:1c.1: setting latency timer to 64
[ 0.476048] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.476055] pci 0000:00:1c.2: setting latency timer to 64
[ 0.480441] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 0.480451] pci 0000:00:1e.0: setting latency timer to 64
[ 0.480458] bus: 00 index 0 io port: [0, ffff]
[ 0.480462] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[ 0.480466] bus: 01 index 0 io port: [3000, 3fff]
[ 0.480470] bus: 01 index 1 mmio: [50300000, 503fffff]
[ 0.480475] bus: 01 index 2 mmio: [40000000, 47ffffff]
[ 0.480479] bus: 01 index 3 mmio: [0, 0]
[ 0.480482] bus: 02 index 0 io port: [2000, 2fff]
[ 0.480486] bus: 02 index 1 mmio: [50200000, 502fffff]
[ 0.480491] bus: 02 index 2 mmio: [50500000, 505fffff]
[ 0.480494] bus: 02 index 3 mmio: [0, 0]
[ 0.480498] bus: 03 index 0 mmio: [0, 0]
[ 0.480502] bus: 03 index 1 mmio: [50100000, 501fffff]
[ 0.480506] bus: 03 index 2 mmio: [0, 0]
[ 0.480510] bus: 03 index 3 mmio: [0, 0]
[ 0.480513] bus: 04 index 0 io port: [1000, 1fff]
[ 0.480517] bus: 04 index 1 mmio: [4c100000, 500fffff]
[ 0.480521] bus: 04 index 2 mmio: [48000000, 4bffffff]
[ 0.480526] bus: 04 index 3 mmio: [0, 0]
[ 0.480529] bus: 0c index 0 mmio: [0, 0]
[ 0.480533] bus: 0c index 1 mmio: [4c000000, 4c0fffff]
[ 0.480537] bus: 0c index 2 mmio: [0, 0]
[ 0.480540] bus: 0c index 3 io port: [0, ffff]
[ 0.480544] bus: 0c index 4 mmio: [0, ffffffffffffffff]
[ 0.480562] NET: Registered protocol family 2
[ 0.500742] Switched to high resolution mode on CPU 1
[ 0.510002] Switched to high resolution mode on CPU 0
[ 0.510082] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.510394] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.510831] TCP bind hash table entries: 65536 (order: 8, 1310720 bytes)
[ 0.511387] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.511392] TCP reno registered
[ 0.520148] NET: Registered protocol family 1
[ 0.522298] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[ 0.524247] Initializing RT-Tester: OK
[ 0.524350] audit: initializing netlink socket (enabled)
[ 0.524414] type=2000 audit(1222798602.520:1): initialized
[ 0.529446] highmem bounce pool size: 64 pages
[ 0.529455] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.544296] fuse init (API version 7.9)
[ 0.544849] msgmni has been set to 1763
[ 0.545073] SELinux: Registering netfilter hooks
[ 0.545294] io scheduler noop registered
[ 0.545608] io scheduler cfq registered (default)
[ 0.545741] pci 0000:01:00.0: Boot video device
[ 0.546236] vesafb: framebuffer at 0x40000000, mapped to 0xf8880000, using 3072k, total 16384k
[ 0.546243] vesafb: mode is 1024x768x16, linelength=2048, pages=9
[ 0.546248] vesafb: protected mode interface info at c000:ad0c
[ 0.546253] vesafb: pmi: set display start = c00cad94, set palette = c00cae50
[ 0.546257] vesafb: scrolling: redraw
[ 0.546261] vesafb: Truecolor: size=0:5:5:5, shift=0:10:5:0
[ 0.570636] Console: switching to colour frame buffer device 128x48
[ 0.592976] fb0: VESA VGA frame buffer device
[ 0.603335] hpet_resources: 0xfed00000 is busy
[ 0.605594] loop: module loaded
[ 0.605746] Linux video capture interface: v2.00
[ 0.606181] input: Macintosh mouse button emulation as /class/input/input0
[ 0.606779] Driver 'sd' needs updating - please use bus_type methods
[ 0.607165] Driver 'sr' needs updating - please use bus_type methods
[ 0.607790] ata_piix 0000:00:1f.1: version 2.12
[ 0.608096] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 0.608395] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.608770] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.609128] scsi0 : ata_piix
[ 0.609745] scsi1 : ata_piix
[ 0.611856] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
[ 0.612185] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
[ 0.790595] ata1.00: ATAPI: MATSHITADVD-R UJ-857D, KCV9, max UDMA/66
[ 0.830522] ata1.00: configured for UDMA/66
[ 1.002858] scsi 0:0:0:0: CD-ROM MATSHITA DVD-R UJ-857D KCV9 PQ: 0 ANSI: 5
[ 1.015780] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.024386] Uniform CD-ROM driver Revision: 3.20
[ 1.033822] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.042673] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.051067] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.059538] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[ 1.220016] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.228444] scsi2 : ata_piix
[ 1.236877] scsi3 : ata_piix
[ 1.248349] ata3: SATA max UDMA/133 cmd 0x40c8 ctl 0x40e4 bmdma 0x40a0 irq 19
[ 1.256682] ata4: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e0 bmdma 0x40a8 irq 19
[ 1.450504] ata3.01: ATA-8: FUJITSU MHW2120BH, 00810013, max UDMA/100
[ 1.458756] ata3.01: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.500512] ata3.01: configured for UDMA/100
[ 1.671296] scsi 2:0:1:0: Direct-Access ATA FUJITSU MHW2120B 0081 PQ: 0 ANSI: 5
[ 1.680185] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1.688850] sd 2:0:1:0: [sda] Write Protect is off
[ 1.697326] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.705689] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.714297] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1.722847] sd 2:0:1:0: [sda] Write Protect is off
[ 1.731228] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.739591] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.748187] sda: sda1 sda2
[ 1.757360] sd 2:0:1:0: [sda] Attached SCSI disk
[ 1.765985] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 1.774600] usbcore: registered new interface driver usblcd
[ 1.783186] usbcore: registered new interface driver usbled
[ 1.791917] PNP: No PS/2 controller found. Probing ports directly.
[ 1.801171] i8042.c: No controller found.
[ 1.820212] mice: PS/2 mouse device common for all mice
[ 1.829394] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 1.838111] EDAC MC: Ver: 2.1.0 Sep 27 2008
[ 1.847279] cpuidle: using governor ladder
[ 1.855968] cpuidle: using governor menu
[ 1.864627] usbcore: registered new interface driver hiddev
[ 1.873388] usbcore: registered new interface driver usbhid
[ 1.882039] usbhid: v2.6:USB HID core driver
[ 1.890700] Advanced Linux Sound Architecture Driver Version 1.0.17.
[ 1.899488] ALSA device list:
[ 1.908134] No soundcards found.
[ 1.916864] oprofile: using NMI interrupt.
[ 1.925893] IPVS: Registered protocols (TCP, AH, ESP)
[ 1.934435] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 1.942970] IPVS: ipvs loaded.
[ 1.951380] Initializing XFRM netlink socket
[ 1.959872] NET: Registered protocol family 17
[ 1.968308] NET: Registered protocol family 15
[ 1.976607] Using IPI No-Shortcut mode
[ 1.987966] kjournald starting. Commit interval 5 seconds
[ 1.987976] EXT3-fs: mounted filesystem with ordered data mode.
[ 1.988002] VFS: Mounted root (ext3 filesystem) readonly.
[ 1.988262] Freeing unused kernel memory: 352k freed
[ 2.660173] SELinux: 8192 avtab hash slots, 240175 rules.
[ 2.814755] SELinux: 8192 avtab hash slots, 240175 rules.
[ 3.004126] SELinux: 7 users, 9 roles, 3113 types, 96 bools
[ 3.012488] SELinux: 73 classes, 240175 rules
[ 3.026782] SELinux: Completing initialization.
[ 3.034894] SELinux: Setting up existing superblocks.
[ 3.064100] SELinux: initialized (dev sda1, type ext3), uses xattr
[ 3.145687] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 3.153888] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 3.162049] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
[ 3.170276] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 3.178369] SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
[ 3.186458] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.194528] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 3.202714] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 3.210863] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 3.219185] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 3.227457] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 3.235677] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 3.243736] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 3.251679] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 3.295141] type=1403 audit(1222798605.290:2): policy loaded auid=4294967295 ses=4294967295
[ 3.889459] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.902101] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.492877] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 9.238883] ACPI: SSDT 3FEB8C10, 02AE (r1 APPLE Cpu0Ist 3000 INTL 20050309)
[ 9.255945] Parsing all Control Methods:
[ 9.256335] Table [SSDT](id 001F) - 5 Objects with 0 Devices 3 Methods 0 Regions
[ 9.274088] ACPI: SSDT 3FEB8910, 02A0 (r1 APPLE Cpu0Cst 3001 INTL 20050309)
[ 9.283229] Parsing all Control Methods:
[ 9.283615] Table [SSDT](id 0020) - 1 Objects with 0 Devices 1 Methods 0 Regions
[ 9.302071] Monitor-Mwait will be used to enter C-1 state
[ 9.311181] Monitor-Mwait will be used to enter C-2 state
[ 9.320103] Monitor-Mwait will be used to enter C-3 state
[ 9.329044] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 9.337916] processor ACPI0007:00: registered as cooling_device0
[ 9.346701] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 9.357081] ACPI: SSDT 3FEB8F10, 0087 (r1 APPLE Cpu1Ist 3000 INTL 20050309)
[ 9.366333] Parsing all Control Methods:
[ 9.366712] Table [SSDT](id 0024) - 3 Objects with 0 Devices 3 Methods 0 Regions
[ 9.385518] ACPI: SSDT 3FEB7F10, 0085 (r1 APPLE Cpu1Cst 3000 INTL 20050309)
[ 9.395079] Parsing all Control Methods:
[ 9.395452] Table [SSDT](id 0025) - 1 Objects with 0 Devices 1 Methods 0 Regions
[ 9.415517] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 9.425284] processor ACPI0007:01: registered as cooling_device1
[ 9.435035] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 9.462403] input: Power Button (FF) as /class/input/input1
[ 9.472322] Marking TSC unstable due to TSC halts in idle
[ 9.534879] Linux agpgart interface v0.103
[ 9.560269] ACPI: Power Button (FF) [PWRF]
[ 9.572001] input: Video Bus as /class/input/input2
[ 9.581836] input: Lid Switch as /class/input/input3
[ 9.680368] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 9.693924] ACPI: Lid Switch [LID0]
[ 9.703963] power_supply ADP1: uevent
[ 9.713582] power_supply ADP1: No power supply yet
[ 9.723210] power_supply ADP1: power_supply_changed
[ 9.732830] ACPI: AC Adapter [ADP1] (on-line)
[ 9.742061] input: Power Button (CM) as /class/input/input4
[ 9.751209] power_supply ADP1: power_supply_changed_work
[ 9.760940] power_supply ADP1: power_supply_update_gen_leds 1
[ 9.769961] power_supply ADP1: uevent
[ 9.778933] power_supply ADP1: POWER_SUPPLY_NAME=ADP1
[ 9.787960] power_supply ADP1: Static prop TYPE=Mains
[ 9.796969] power_supply ADP1: 1 dynamic props
[ 9.805746] power_supply ADP1: prop ONLINE=1
[ 9.823947] ACPI: Power Button (CM) [PWRB]
[ 9.832736] input: Sleep Button (CM) as /class/input/input5
[ 9.863465] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 9.872251] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 9.880877] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 9.889304] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[ 9.897881] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 9.910243] ehci_hcd 0000:00:1d.7: debug port 1
[ 9.918439] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 9.926832] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50405400
[ 9.939271] USB Universal Host Controller Interface driver v3.0
[ 9.951466] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 9.960398] usb usb1: configuration #1 chosen from 1 choice
[ 9.969135] hub 1-0:1.0: USB hub found
[ 9.977722] hub 1-0:1.0: 8 ports detected
[ 9.987037] ACPI: Sleep Button (CM) [SLPB]
[ 10.031155] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 10.040665] Symbol init_mm is marked as UNUSED, however this module is using it.
[ 10.049183] This symbol will go away in the future.
[ 10.057687] Please evalute if this is the right api to use and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion.
[ 10.093483] [fglrx] Maximum main memory to use for locked dma buffers: 913 MBytes.
[ 10.102572] [fglrx] ASYNCIO init succeed!
[ 10.113574] [fglrx] PAT is enabled successfully!
[ 10.122525] [fglrx] module loaded - fglrx 8.47.3 [Mar 29 2008] on minor 0
[ 10.201629] ath_hal: 0.9.30.13 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
[ 10.213104] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 10.222926] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 10.232409] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 10.241655] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 10.250961] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[ 10.260403] usb usb2: configuration #1 chosen from 1 choice
[ 10.269853] hub 2-0:1.0: USB hub found
[ 10.279307] hub 2-0:1.0: 2 ports detected
[ 10.384415] wlan: svn r3359
[ 10.462468] usb 1-4: new high speed USB device using ehci_hcd and address 3
[ 10.472190] ath_pci: svn r3359
[ 10.493669] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 10.504053] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 10.514087] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 10.523843] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 10.533692] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 10.543708] usb usb3: configuration #1 chosen from 1 choice
[ 10.553663] hub 3-0:1.0: USB hub found
[ 10.563392] hub 3-0:1.0: 2 ports detected
[ 10.663224] usb 1-4: configuration #1 chosen from 1 choice
[ 10.791164] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 10.801063] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 10.810776] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 10.820384] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 10.830007] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 10.839793] usb usb4: configuration #1 chosen from 1 choice
[ 10.849592] hub 4-0:1.0: USB hub found
[ 10.859254] hub 4-0:1.0: 2 ports detected
[ 11.000120] Clocksource tsc unstable (delta = -167997804 ns)
[ 11.030124] usb 2-2: new full speed USB device using uhci_hcd and address 2
[ 11.080552] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 11.090363] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 11.099944] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 11.109311] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 11.118567] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
[ 11.127764] usb usb5: configuration #1 chosen from 1 choice
[ 11.136682] hub 5-0:1.0: USB hub found
[ 11.145198] hub 5-0:1.0: 2 ports detected
[ 11.244524] usb 2-2: configuration #1 chosen from 1 choice
[ 11.259637] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input6
[ 11.300278] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 11.318406] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input7
[ 11.351659] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 11.364146] firmware: requesting isight.fw
[ 11.383001] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.392374] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.480081] usb 4-2: new full speed USB device using uhci_hcd and address 2
[ 11.490983] hda_codec: STAC922x, Apple subsys_id=106b1e00
[ 11.563796] firewire_ohci 0000:0c:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 11.670121] firewire_ohci: Added fw-ohci device 0000:0c:03.0, OHCI version 1.10
[ 11.675815] usb 4-2: configuration #1 chosen from 1 choice
[ 11.689704] ath_pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.692786] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 11.695279] appletouch: Geyser mode initialized.
[ 11.695368] input: appletouch as /class/input/input8
[ 11.729651] ath_pci 0000:03:00.0: setting latency timer to 64
[ 11.810044] usb 5-1: new full speed USB device using uhci_hcd and address 2
[ 11.869232] MadWifi: ath_attach: Switching rfkill capability off
[ 11.933035] ath_rate_sample: 1.2 (svn r3359)
[ 11.944221] MadWifi: ath_attach: Switching per-packet transmit power control off
[ 11.955294] wifi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.966315] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[ 11.977076] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.987752] wifi0: turboA rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.998457] wifi0: turboG rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 12.009061] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
[ 12.019638] wifi0: ath_announce: Use hw queue 1 for WME_AC_BE traffic
[ 12.030249] wifi0: ath_announce: Use hw queue 0 for WME_AC_BK traffic
[ 12.040723] wifi0: ath_announce: Use hw queue 2 for WME_AC_VI traffic
[ 12.051023] wifi0: ath_announce: Use hw queue 3 for WME_AC_VO traffic
[ 12.061238] wifi0: ath_announce: Use hw queue 8 for CAB traffic
[ 12.071337] wifi0: ath_announce: Use hw queue 9 for beacons
[ 12.152919] usb 5-1: configuration #1 chosen from 1 choice
[ 12.166498] ath_pci: wifi0: Atheros 5418: mem=0x50100000, irq=17
[ 12.170150] firewire_core: created device fw0: GUID 0019e3fffe2ad87e, S800
[ 12.186849] drivers/hid/usbhid/hid-core.c: couldn't find an input interrupt endpoint
[ 12.197484] usbcore: registered new interface driver isight_firmware
[ 12.205507] usbcore: registered new interface driver appletouch
[ 13.353825] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 13.468500] applesmc: Apple MacBook Pro detected:
[ 13.487957] applesmc: - Model with accelerometer
[ 13.497436] applesmc: - Model with light sensors and backlight
[ 13.506742] applesmc: - Model with 12 temperature sensors
[ 13.516426] applesmc: device has already been initialized (0xe0, 0x00).
[ 13.525624] applesmc: device successfully initialized.
[ 13.535332] applesmc: 2 fans found.
[ 13.545126] input: applesmc as /class/input/input9
[ 13.586214] Registered led device: smc::kbd_backlight
[ 13.595315] applesmc: driver successfully loaded.
[ 13.846038] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 13.937855] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 13.946812] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
[ 13.955312] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[ 13.964044] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 14.013842] arp_tables: (C) 2002 David S. Miller
[ 14.091575] ieee80211_crypt: registered algorithm 'NULL'
[ 14.134927] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 14.143546] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 14.169879] ieee80211_crypt: registered algorithm 'TKIP'
[ 14.281860] usbcore: registered new interface driver uvcvideo
[ 14.290534] USB Video Class driver (v0.1.0)
[ 14.336922] ipmi message handler version 39.2
[ 14.356203] IPMI Watchdog: driver initialized
[ 14.508491] Adding 2988360k swap on /dev/sda2. Priority:-1 extents:1 across:2988360k
[ 14.913204] EXT3 FS on sda1, internal journal
[ 18.829488] Bluetooth: Core ver 2.13
[ 18.829667] NET: Registered protocol family 31
[ 18.829669] Bluetooth: HCI device and connection manager initialized
[ 18.829672] Bluetooth: HCI socket layer initialized
[ 18.884855] Bluetooth: L2CAP ver 2.11
[ 18.884860] Bluetooth: L2CAP socket layer initialized
[ 18.997269] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 19.069686] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[ 19.123382] Bluetooth: RFCOMM socket layer initialized
[ 19.123408] Bluetooth: RFCOMM TTY layer initialized
[ 19.123410] Bluetooth: RFCOMM ver 1.10
[ 19.380207] usb 5-1: USB disconnect, address 2
[ 19.670084] usb 5-1: new full speed USB device using uhci_hcd and address 3
[ 19.896873] usb 5-1: configuration #1 chosen from 1 choice
[ 20.064843] Bluetooth: Generic Bluetooth USB driver ver 0.3
[ 20.065028] usbcore: registered new interface driver btusb
[ 24.699206] input: Apple Computer, Inc. Mighty Mouse as /class/input/input10
[ 31.099718] fglrx_pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 34.479738] [fglrx] Reserve Block - 0 offset = 0X7ffb000 length = 0X5000
[ 34.479744] [fglrx] Reserve Block - 1 offset = 0X0 length = 0X1000000
[ 34.479747] [fglrx] Reserve Block - 2 offset = 0X7fbb000 length = 0X40000
[ 34.562253] [fglrx] interrupt source 20008000 successfully enabled
[ 34.562261] [fglrx] enable ID = 0x00000008
[ 34.562270] [fglrx] Receive enable interrupt message with irqEnableMask: 20008000
[ 34.564029] [fglrx] interrupt source 10000000 successfully enabled
[ 34.564033] [fglrx] enable ID = 0x00000009
[ 34.564038] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[ 61.162301] PM: Syncing filesystems ... done.
[ 61.743808] Freezing user space processes ... (elapsed 0.19 seconds) done.
[ 61.936351] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 61.936471] Suspending console(s) (use no_console_suspend to debug)
[ 61.938665] btusb_intr_complete: hci0 urb f7b99160 failed to resubmit (2)
[ 61.939659] btusb_bulk_complete: hci0 urb f7b98f20 failed to resubmit (2)
[ 61.939670] btusb_bulk_complete: hci0 urb f5349c60 failed to resubmit (2)
[ 62.262726] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 62.262995] sd 2:0:1:0: [sda] Stopping disk
[ 63.300270] ath_pci 0000:03:00.0: PCI INT A disabled
[ 63.320275] [fglrx] firegl_gps_setpowerdown .
[ 63.351045] fglrx_pci 0000:01:00.0: PCI INT A disabled
[ 63.351284] ata_piix 0000:00:1f.2: PCI INT B disabled
[ 63.370257] ata_piix 0000:00:1f.1: PCI INT A disabled
[ 63.370836] ata_piix 0000:00:1f.1: power state changed by ACPI to D3
[ 63.371018] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[ 63.390163] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[ 63.390212] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[ 63.390261] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 63.390309] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 63.390533] HDA Intel 0000:00:1b.0: PCI INT A disabled
[ 63.590149] ACPI: Preparing to enter system sleep state S3
[ 63.690306] Disabling non-boot CPUs ...
[ 63.800029] CPU 1 is now offline
[ 63.800034] SMP alternatives: switching to UP code
[ 63.819633] CPU0 attaching NULL sched-domain.
[ 63.819639] CPU1 attaching NULL sched-domain.
[ 63.819759] CPU0 attaching NULL sched-domain.
[ 63.820285] CPU1 is down
[ 63.820383] Extended CMOS year: 2000
[ 63.821379] hwsleep-0326 [11] enter_sleep_state : Entering sleep state [S3]
[ 63.821379] Intel machine check architecture supported.
[ 63.821379] Intel machine check reporting enabled on CPU#0.
[ 63.821379] Back to C!
[ 63.821379] Extended CMOS year: 2000
[ 63.821379] Enabling non-boot CPUs ...
[ 63.821379] SMP alternatives: switching to SMP code
[ 63.821379] Booting processor 1/1 ip 6000
[ 63.700752] Initializing CPU#1
[ 63.700752] Calibrating delay using timer specific routine.. 4322.57 BogoMIPS (lpj=21612851)
[ 63.700752] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 63.700752] CPU: L2 cache: 4096K
[ 63.700752] CPU: Physical Processor ID: 0
[ 63.700752] CPU: Processor Core ID: 1
[ 63.700752] Intel machine check architecture supported.
[ 63.700752] Intel machine check reporting enabled on CPU#1.
[ 63.990733] CPU1: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 63.990778] CPU0 attaching NULL sched-domain.
[ 64.000023] Switched to high resolution mode on CPU 1
[ 64.010026] CPU0 attaching sched-domain:
[ 64.010029] domain 0: span 0-1 level MC
[ 64.010031] groups: 0 1
[ 64.010036] CPU1 attaching sched-domain:
[ 64.010038] domain 0: span 0-1 level MC
[ 64.010039] groups: 1 0
[ 64.010966] CPU1 is up
[ 64.010968] ACPI: Waking up from system sleep state S3
[ 64.650778] pci 0000:00:01.0: restoring config space at offset 0xf (was 0x80100, writing 0x8010b)
[ 64.650791] pci 0000:00:01.0: restoring config space at offset 0xa (was 0xf, writing 0x0)
[ 64.650798] pci 0000:00:01.0: restoring config space at offset 0x9 (was 0x1fff1, writing 0x47f14001)
[ 64.650805] pci 0000:00:01.0: restoring config space at offset 0x8 (was 0xfff0, writing 0x50305030)
[ 64.650812] pci 0000:00:01.0: restoring config space at offset 0x7 (was 0xf0, writing 0x3030)
[ 64.650819] pci 0000:00:01.0: restoring config space at offset 0x6 (was 0x0, writing 0x10100)
[ 64.650829] pci 0000:00:01.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[ 64.650837] pci 0000:00:01.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.650864] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 64.650871] pci 0000:00:01.0: setting latency timer to 64
[ 64.650884] pci 0000:00:07.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 64.650902] pci 0000:00:07.0: restoring config space at offset 0x4 (was 0x0, writing 0x50404000)
[ 64.650911] pci 0000:00:07.0: restoring config space at offset 0x1 (was 0xb00000, writing 0xb00002)
[ 64.670057] HDA Intel 0000:00:1b.0: restoring config space at offset 0xf (was 0x100, writing 0x10a)
[ 64.670086] HDA Intel 0000:00:1b.0: restoring config space at offset 0x4 (was 0x4, writing 0x50400004)
[ 64.670095] HDA Intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 64.670106] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100002)
[ 64.670136] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 64.670146] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 64.670205] pci 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x50515051)
[ 64.670214] pci 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0x50205020)
[ 64.670222] pci 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x2020)
[ 64.670237] pci 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 64.670247] pci 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.670284] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 64.670292] pci 0000:00:1c.0: setting latency timer to 64
[ 64.670326] pci 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 64.670335] pci 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0x50105010)
[ 64.670343] pci 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x200000f0)
[ 64.670358] pci 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 64.670368] pci 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.670405] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 64.670413] pci 0000:00:1c.1: setting latency timer to 64
[ 64.670448] pci 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0x4bf14801)
[ 64.670457] pci 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0x50004c10)
[ 64.670465] pci 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20000000, writing 0x1010)
[ 64.670480] pci 0000:00:1c.2: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 64.670491] pci 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.670526] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 64.670534] pci 0000:00:1c.2: setting latency timer to 64
[ 64.670546] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 64.670556] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 64.670622] usb usb2: root hub lost power or was reset
[ 64.670649] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 64.670660] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 64.670731] usb usb3: root hub lost power or was reset
[ 64.670755] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 64.670765] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 64.670830] usb usb4: root hub lost power or was reset
[ 64.670853] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 64.670865] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 64.670937] usb usb5: root hub lost power or was reset
[ 64.690123] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 64.690132] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 64.690222] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 64.690231] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0x4c004c00)
[ 64.690240] pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x22800000, writing 0x228000f0)
[ 64.690258] pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.695450] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 64.695461] pci 0000:00:1e.0: setting latency timer to 64
[ 64.695698] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 64.695707] ata_piix 0000:00:1f.1: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 64.695741] ata_piix 0000:00:1f.1: restoring config space at offset 0x1 (was 0x2800001, writing 0x2800005)
[ 64.695918] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 64.695927] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 64.695935] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 64.712681] ata_piix 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[ 64.712715] ata_piix 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00003, writing 0x2b00007)
[ 64.712742] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 64.712750] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 64.716121] fglrx_pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 64.716129] fglrx_pci 0000:01:00.0: setting latency timer to 64
[ 64.725002] [fglrx] firegl_gps_setpowerup .
[ 64.730352] pci 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 64.730368] pci 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xfffe0000)
[ 64.730391] pci 0000:02:00.0: restoring config space at offset 0x6 (was 0x1, writing 0x2001)
[ 64.730403] pci 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0x50200004)
[ 64.730413] pci 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 64.730426] pci 0000:02:00.0: restoring config space at offset 0x1 (was 0x40100000, writing 0x100007)
[ 64.750157] ath_pci 0000:03:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10a)
[ 64.750193] ath_pci 0000:03:00.0: restoring config space at offset 0x4 (was 0x4, writing 0x50100004)
[ 64.750203] ath_pci 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 64.750216] ath_pci 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 64.750259] ath_pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 64.750268] ath_pci 0000:03:00.0: setting latency timer to 64
[ 64.770162] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x5 (was 0x0, writing 0x4c000000)
[ 64.770172] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x4 (was 0x0, writing 0x4c004000)
[ 64.770182] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x3 (was 0x0, writing 0xf810)
[ 64.770194] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100016)
[ 64.884328] sd 2:0:1:0: [sda] Starting disk
[ 64.884868] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 64.884874] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 64.920702] ata1.00: configured for UDMA/66
[ 65.760451] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 65.760457] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 65.873281] ata3.01: configured for UDMA/100
[ 65.896564] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 65.896641] sd 2:0:1:0: [sda] Write Protect is off
[ 65.896645] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 65.924896] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 67.020133] usb 2-2: reset full speed USB device using uhci_hcd and address 2
[ 67.193193] appletouch: Geyser mode initialized.
[ 67.310124] usb 4-2: reset full speed USB device using uhci_hcd and address 2
[ 67.471578] applesmc: device has already been initialized (0xe0, 0x00).
[ 67.590134] usb 5-1: reset full speed USB device using uhci_hcd and address 3
[ 67.660158] pm_op(): usb_dev_resume+0x0/0xa returns -19
[ 67.660173] PM: Device 5-1 failed to resume: error -19
[ 67.660714] firmware: requesting isight.fw
[ 127.660251] Unable to load isight firmware
[ 127.662840] Restarting tasks ... <3>btusb_submit_intr_urb: hci0 urb f71ef6e0 submission failed (19)
[ 127.670107] type=1701 audit(1222798735.324:3): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=system_u:system_r:bluetooth_t pid=2369 comm="hcid" sig=6
[ 127.671379] done.
[ 127.970222] usb 5-1: USB disconnect, address 3
[ 128.240122] usb 5-1: new full speed USB device using uhci_hcd and address 4
[ 128.437575] usb 5-1: configuration #1 chosen from 1 choice
[ 128.463061] input: HID 05ac:1000 as /class/input/input11
[ 128.492828] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 128.516521] input: HID 05ac:1000 as /class/input/input12
[ 128.567965] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 144.065170] appletouch: 17" model detected.
[-- Attachment #3: before --]
[-- Type: application/octet-stream, Size: 63691 bytes --]
[ 0.000000] Linux version 2.6.27-rc7-00106-g6ef190c (root@unix) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #34 SMP Sat Sep 27 22:15:23 PDT 2008
[ 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 - 000000003f0ea000 (usable)
[ 0.000000] BIOS-e820: 000000003f0ea000 - 000000003f2eb000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f2eb000 - 000000003febe000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003febe000 - 000000003feef000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003feef000 - 000000003ff00000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003ff00000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] last_pfn = 0x3f0ea max_arch_pfn = 0x100000
[ 0.000000] kernel direct mapping tables up to 38000000 @ 7000-c000
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP 000FE020, 0024 (r2 APPLE )
[ 0.000000] ACPI: XSDT 3FEFD1C0, 0074 (r1 APPLE Apple00 A5 1000013)
[ 0.000000] ACPI: FACP 3FEFB000, 00F4 (r3 APPLE Apple00 A5 Loki 5F)
[ 0.000000] ACPI: DSDT 3FEF0000, 48D1 (r1 APPLE MacBookP 20002 INTL 20050309)
[ 0.000000] ACPI: FACS 3FEC0000, 0040
[ 0.000000] ACPI: HPET 3FEFA000, 0038 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: APIC 3FEF9000, 0068 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: MCFG 3FEF8000, 003C (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: ASF! 3FEF7000, 00A0 (r32 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: SBST 3FEF6000, 0030 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: ECDT 3FEF5000, 0053 (r1 APPLE Apple00 1 Loki 5F)
[ 0.000000] ACPI: SSDT 3FEEF000, 04DC (r1 APPLE CpuPm 3000 INTL 20050309)
[ 0.000000] ACPI: SSDT 3FEBD000, 064F (r1 SataRe SataPri 1000 INTL 20050309)
[ 0.000000] ACPI: SSDT 3FEBC000, 069C (r1 SataRe SataSec 1000 INTL 20050309)
[ 0.000000] ACPI: DMI detected: Apple
[ 0.000000] 112MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 38000000
[ 0.000000] low ram: 00000000 - 38000000
[ 0.000000] bootmap 00008000 - 0000f000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 0038000000]
[ 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 - 00005dea48] TEXT DATA BSS ==> [0000100000 - 00005dea48]
[ 0.000000] #4 [00005df000 - 00005e2000] INIT_PG_TABLE ==> [00005df000 - 00005e2000]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #7 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x00038000
[ 0.000000] HighMem 0x00038000 -> 0x0003f0ea
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003f0ea
[ 0.000000] On node 0 totalpages: 258185
[ 0.000000] free_area_init_node: node 0, pgdat c04e6880, node_mem_map c1000000
[ 0.000000] DMA zone: 3967 pages, LIFO batch:0
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 28680 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 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 32, 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: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
[ 0.000000] PERCPU: Allocating 46748 bytes of per cpu data
[ 0.000000] NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256167
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.27-rc7-00106-g6ef190c root=/dev/sda1 ro vga=790 debug pnpacpi=off pci=routeirq audit=1 selinux=1 enforcing=0 acpi_osi=Darwin
[ 0.000000] audit: enabled (after initialization)
[ 0.000000] ACPI: Added _OSI(Darwin)
[ 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] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC: Unable to calibrate against PIT
[ 0.000000] TSC: using PMTIMER reference calibration
[ 0.000000] Detected 2161.242 MHz processor.
[ 0.010000] Console: colour dummy device 80x25
[ 0.010000] console [tty0] enabled
[ 0.010000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.010000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.010000] Memory: 1018336k/1033128k available (2676k kernel code, 14044k reserved, 1382k data, 352k init, 115624k highmem)
[ 0.010000] virtual kernel memory layout:
[ 0.010000] fixmap : 0xfff82000 - 0xfffff000 ( 500 kB)
[ 0.010000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.010000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.010000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.010000] .init : 0xc04fe000 - 0xc0556000 ( 352 kB)
[ 0.010000] .data : 0xc039d20d - 0xc04f6c80 (1382 kB)
[ 0.010000] .text : 0xc0100000 - 0xc039d20d (2676 kB)
[ 0.010000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.010000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.010000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.010000] hpet clockevent registered
[ 0.010000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4322.48 BogoMIPS (lpj=21612420)
[ 0.010000] Security Framework initialized
[ 0.010000] SELinux: Initializing.
[ 0.010000] SELinux: Starting in permissive mode
[ 0.010000] Failure registering Root Plug module with the kernel
[ 0.010000] Mount-cache hash table entries: 512
[ 0.010000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.010000] CPU: L2 cache: 4096K
[ 0.010000] CPU: Physical Processor ID: 0
[ 0.010000] CPU: Processor Core ID: 0
[ 0.010000] Intel machine check architecture supported.
[ 0.010000] Intel machine check reporting enabled on CPU#0.
[ 0.010000] using mwait in idle threads.
[ 0.010000] Checking 'hlt' instruction... OK.
[ 0.041236] ACPI: Core revision 20080609
[ 0.056875] Parsing all Control Methods:
[ 0.057088] Table [DSDT](id 0001) - 691 Objects with 79 Devices 157 Methods 29 Regions
[ 0.057562] Parsing all Control Methods:
[ 0.057748] Table [SSDT](id 0002) - 13 Objects with 0 Devices 4 Methods 0 Regions
[ 0.058144] Parsing all Control Methods:
[ 0.058333] Table [SSDT](id 0003) - 10 Objects with 3 Devices 4 Methods 0 Regions
[ 0.058755] Parsing all Control Methods:
[ 0.058947] Table [SSDT](id 0004) - 11 Objects with 3 Devices 5 Methods 0 Regions
[ 0.058954] tbxface-0596 [02] tb_load_namespace : ACPI Tables successfully acquired
[ 0.059218] evxfevnt-0091 [02] enable : Transition to ACPI mode successful
[ 0.059494] ENABLING IO-APIC IRQs
[ 0.059684] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.159705] CPU0: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 0.160000] Booting processor 1/1 ip 6000
[ 0.010000] Initializing CPU#1
[ 0.010000] Calibrating delay using timer specific routine.. 4322.51 BogoMIPS (lpj=21612593)
[ 0.010000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.010000] CPU: L2 cache: 4096K
[ 0.010000] CPU: Physical Processor ID: 0
[ 0.010000] CPU: Processor Core ID: 1
[ 0.010000] Intel machine check architecture supported.
[ 0.010000] Intel machine check reporting enabled on CPU#1.
[ 0.310687] CPU1: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 0.310723] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.320024] Brought up 2 CPUs
[ 0.320029] Total of 2 processors activated (8645.00 BogoMIPS).
[ 0.320062] CPU0 attaching sched-domain:
[ 0.320067] domain 0: span 0-1 level MC
[ 0.320071] groups: 0 1
[ 0.320080] CPU1 attaching sched-domain:
[ 0.320084] domain 0: span 0-1 level MC
[ 0.320088] groups: 1 0
[ 0.320177] net_namespace: 648 bytes
[ 0.320177] Booting paravirtualized kernel on bare hardware
[ 0.320298] NET: Registered protocol family 16
[ 0.320298] No dock devices found.
[ 0.320303] EISA bus registered
[ 0.320303] ACPI: bus type pci registered
[ 0.320303] PCI: Using configuration type 1 for base access
[ 0.320831] evgpeblk-0957 [04] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0x9
[ 0.320988] ACPI: EC: EC description table is found, configuring boot EC
[ 0.321204] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.340826] Completing Region/Field/Buffer/Package initialization:...................................................................
[ 0.344510] Initialized 27/29 Regions 0/0 Fields 21/21 Buffers 19/19 Packages (734 nodes)
[ 0.344518] Initializing Device/Processor/Thermal objects by executing _INI methods:..
[ 0.345511] Executed 2 _INI methods requiring 0 _STA executions (examined 89 objects)
[ 0.345980] evgpeblk-1054 [03] ev_initialize_gpe_bloc: Found 7 Wake, Enabled 6 Runtime GPEs in this block
[ 0.346036] ACPI: Interpreter enabled
[ 0.346040] ACPI: (supports S0 S3 S4 S5)
[ 0.346106] ACPI: Using IOAPIC for interrupt routing
[ 0.361431] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.361431] ACPI: EC: driver started in interrupt mode
[ 0.361431] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.361431] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:01.0: PME# disabled
[ 0.361431] PCI: 0000:00:07.0 reg 10 32bit mmio: [50404000, 50404fff]
[ 0.361431] PCI: 0000:00:1b.0 reg 10 64bit mmio: [50400000, 50403fff]
[ 0.361431] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:1b.0: PME# disabled
[ 0.361431] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:1c.0: PME# disabled
[ 0.361431] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:1c.1: PME# disabled
[ 0.361431] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:1c.2: PME# disabled
[ 0.361431] PCI: 0000:00:1d.0 reg 20 io port: [4080, 409f]
[ 0.361431] PCI: 0000:00:1d.1 reg 20 io port: [4060, 407f]
[ 0.361431] PCI: 0000:00:1d.2 reg 20 io port: [4040, 405f]
[ 0.361431] PCI: 0000:00:1d.3 reg 20 io port: [4020, 403f]
[ 0.361431] PCI: 0000:00:1d.7 reg 10 32bit mmio: [50405400, 504057ff]
[ 0.361431] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.361431] pci 0000:00:1d.7: PME# disabled
[ 0.361431] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.361431] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.361431] PCI: 0000:00:1f.1 reg 10 io port: [40d8, 40df]
[ 0.361431] PCI: 0000:00:1f.1 reg 14 io port: [40ec, 40ef]
[ 0.361431] PCI: 0000:00:1f.1 reg 18 io port: [40d0, 40d7]
[ 0.361431] PCI: 0000:00:1f.1 reg 1c io port: [40e8, 40eb]
[ 0.361431] PCI: 0000:00:1f.1 reg 20 io port: [40b0, 40bf]
[ 0.361431] PCI: 0000:00:1f.2 reg 10 io port: [40c8, 40cf]
[ 0.361431] PCI: 0000:00:1f.2 reg 14 io port: [40e4, 40e7]
[ 0.361431] PCI: 0000:00:1f.2 reg 18 io port: [40c0, 40c7]
[ 0.361431] PCI: 0000:00:1f.2 reg 1c io port: [40e0, 40e3]
[ 0.361431] PCI: 0000:00:1f.2 reg 20 io port: [40a0, 40af]
[ 0.361431] PCI: 0000:00:1f.2 reg 24 32bit mmio: [50405000, 504053ff]
[ 0.361431] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.361431] pci 0000:00:1f.2: PME# disabled
[ 0.361431] PCI: 0000:00:1f.3 reg 20 io port: [efa0, efbf]
[ 0.361470] PCI: 0000:01:00.0 reg 10 32bit mmio: [40000000, 47ffffff]
[ 0.361481] PCI: 0000:01:00.0 reg 14 io port: [3000, 30ff]
[ 0.361491] PCI: 0000:01:00.0 reg 18 32bit mmio: [50300000, 5030ffff]
[ 0.361513] PCI: 0000:01:00.0 reg 30 32bit mmio: [fffe0000, ffffffff]
[ 0.361533] pci 0000:01:00.0: supports D1
[ 0.361537] pci 0000:01:00.0: supports D2
[ 0.361587] PCI: bridge 0000:00:01.0 io port: [3000, 3fff]
[ 0.361593] PCI: bridge 0000:00:01.0 32bit mmio: [50300000, 503fffff]
[ 0.361600] PCI: bridge 0000:00:01.0 64bit mmio pref: [40000000, 47ffffff]
[ 0.361695] PCI: 0000:02:00.0 reg 10 64bit mmio: [50200000, 50203fff]
[ 0.361709] PCI: 0000:02:00.0 reg 18 io port: [2000, 20ff]
[ 0.361746] PCI: 0000:02:00.0 reg 30 32bit mmio: [fffe0000, ffffffff]
[ 0.361775] pci 0000:02:00.0: supports D1
[ 0.361779] pci 0000:02:00.0: supports D2
[ 0.361782] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.361791] pci 0000:02:00.0: PME# disabled
[ 0.361844] PCI: bridge 0000:00:1c.0 io port: [2000, 2fff]
[ 0.361851] PCI: bridge 0000:00:1c.0 32bit mmio: [50200000, 502fffff]
[ 0.361934] PCI: 0000:03:00.0 reg 10 64bit mmio: [50100000, 5010ffff]
[ 0.362014] pci 0000:03:00.0: supports D1
[ 0.362018] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.362027] pci 0000:03:00.0: PME# disabled
[ 0.362082] PCI: bridge 0000:00:1c.1 32bit mmio: [50100000, 501fffff]
[ 0.362151] PCI: bridge 0000:00:1c.2 io port: [1000, 1fff]
[ 0.362158] PCI: bridge 0000:00:1c.2 32bit mmio: [4c100000, 500fffff]
[ 0.362168] PCI: bridge 0000:00:1c.2 64bit mmio pref: [48000000, 4bffffff]
[ 0.362231] PCI: 0000:0c:03.0 reg 10 32bit mmio: [4c004000, 4c0047ff]
[ 0.362243] PCI: 0000:0c:03.0 reg 14 32bit mmio: [4c000000, 4c003fff]
[ 0.362303] pci 0000:0c:03.0: supports D1
[ 0.362307] pci 0000:0c:03.0: supports D2
[ 0.362310] pci 0000:0c:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.362318] pci 0000:0c:03.0: PME# disabled
[ 0.362373] pci 0000:00:1e.0: transparent bridge
[ 0.362383] PCI: bridge 0000:00:1e.0 32bit mmio: [4c000000, 4c0fffff]
[ 0.362421] bus 00 -> node 0
[ 0.362435] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.364185] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.370086] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.370635] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.371183] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.371755] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.391107] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.391107] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.391107] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.391107] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.391298] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.391564] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.391830] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.392093] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
[ 0.392215] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.392215] pnp: PnP ACPI: disabled
[ 0.392215] SCSI subsystem initialized
[ 0.392215] libata version 3.00 loaded.
[ 0.392215] usbcore: registered new interface driver usbfs
[ 0.392215] usbcore: registered new interface driver hub
[ 0.392215] usbcore: registered new device driver usb
[ 0.392215] PCI: Using ACPI for IRQ routing
[ 0.392215] PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
[ 0.392215] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 0.392215] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.392215] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.392215] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.392215] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392215] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.392215] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.392215] pci 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.392215] pci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392215] pci 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.392215] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.392215] pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.392215] pci 0000:0c:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.420036] NetLabel: Initializing
[ 0.420040] NetLabel: domain hash size = 128
[ 0.420044] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.420111] NetLabel: unlabeled traffic allowed by default
[ 0.420122] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.420129] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.475833] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.475840] pci 0000:00:01.0: IO window: 0x3000-0x3fff
[ 0.475847] pci 0000:00:01.0: MEM window: 0x50300000-0x503fffff
[ 0.475853] pci 0000:00:01.0: PREFETCH window: 0x00000040000000-0x00000047ffffff
[ 0.475862] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.475868] pci 0000:00:1c.0: IO window: 0x2000-0x2fff
[ 0.475877] pci 0000:00:1c.0: MEM window: 0x50200000-0x502fffff
[ 0.475884] pci 0000:00:1c.0: PREFETCH window: 0x00000050500000-0x000000505fffff
[ 0.475896] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.475900] pci 0000:00:1c.1: IO window: disabled
[ 0.475908] pci 0000:00:1c.1: MEM window: 0x50100000-0x501fffff
[ 0.475916] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.475925] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.475931] pci 0000:00:1c.2: IO window: 0x1000-0x1fff
[ 0.475940] pci 0000:00:1c.2: MEM window: 0x4c100000-0x500fffff
[ 0.475947] pci 0000:00:1c.2: PREFETCH window: 0x00000048000000-0x0000004bffffff
[ 0.475959] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0c
[ 0.475963] pci 0000:00:1e.0: IO window: disabled
[ 0.475971] pci 0000:00:1e.0: MEM window: 0x4c000000-0x4c0fffff
[ 0.475978] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.475993] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.476000] pci 0000:00:01.0: setting latency timer to 64
[ 0.476010] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.476018] pci 0000:00:1c.0: setting latency timer to 64
[ 0.476029] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.476037] pci 0000:00:1c.1: setting latency timer to 64
[ 0.476048] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.476055] pci 0000:00:1c.2: setting latency timer to 64
[ 0.480440] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 0.480450] pci 0000:00:1e.0: setting latency timer to 64
[ 0.480457] bus: 00 index 0 io port: [0, ffff]
[ 0.480461] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[ 0.480465] bus: 01 index 0 io port: [3000, 3fff]
[ 0.480469] bus: 01 index 1 mmio: [50300000, 503fffff]
[ 0.480473] bus: 01 index 2 mmio: [40000000, 47ffffff]
[ 0.480477] bus: 01 index 3 mmio: [0, 0]
[ 0.480481] bus: 02 index 0 io port: [2000, 2fff]
[ 0.480485] bus: 02 index 1 mmio: [50200000, 502fffff]
[ 0.480489] bus: 02 index 2 mmio: [50500000, 505fffff]
[ 0.480493] bus: 02 index 3 mmio: [0, 0]
[ 0.480497] bus: 03 index 0 mmio: [0, 0]
[ 0.480501] bus: 03 index 1 mmio: [50100000, 501fffff]
[ 0.480505] bus: 03 index 2 mmio: [0, 0]
[ 0.480508] bus: 03 index 3 mmio: [0, 0]
[ 0.480512] bus: 04 index 0 io port: [1000, 1fff]
[ 0.480516] bus: 04 index 1 mmio: [4c100000, 500fffff]
[ 0.480520] bus: 04 index 2 mmio: [48000000, 4bffffff]
[ 0.480524] bus: 04 index 3 mmio: [0, 0]
[ 0.480528] bus: 0c index 0 mmio: [0, 0]
[ 0.480532] bus: 0c index 1 mmio: [4c000000, 4c0fffff]
[ 0.480536] bus: 0c index 2 mmio: [0, 0]
[ 0.480539] bus: 0c index 3 io port: [0, ffff]
[ 0.480543] bus: 0c index 4 mmio: [0, ffffffffffffffff]
[ 0.480562] NET: Registered protocol family 2
[ 0.500744] Switched to high resolution mode on CPU 1
[ 0.510002] Switched to high resolution mode on CPU 0
[ 0.510083] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.510396] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.510834] TCP bind hash table entries: 65536 (order: 8, 1310720 bytes)
[ 0.511389] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.511395] TCP reno registered
[ 0.520151] NET: Registered protocol family 1
[ 0.522300] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[ 0.524253] Initializing RT-Tester: OK
[ 0.524358] audit: initializing netlink socket (enabled)
[ 0.524422] type=2000 audit(1222638652.520:1): initialized
[ 0.529455] highmem bounce pool size: 64 pages
[ 0.529464] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.544288] fuse init (API version 7.9)
[ 0.544840] msgmni has been set to 1763
[ 0.545064] SELinux: Registering netfilter hooks
[ 0.545285] io scheduler noop registered
[ 0.545598] io scheduler cfq registered (default)
[ 0.545731] pci 0000:01:00.0: Boot video device
[ 0.546227] vesafb: framebuffer at 0x40000000, mapped to 0xf8880000, using 3072k, total 16384k
[ 0.546234] vesafb: mode is 1024x768x16, linelength=2048, pages=9
[ 0.546239] vesafb: protected mode interface info at c000:ad0c
[ 0.546244] vesafb: pmi: set display start = c00cad94, set palette = c00cae50
[ 0.546248] vesafb: scrolling: redraw
[ 0.546252] vesafb: Truecolor: size=0:5:5:5, shift=0:10:5:0
[ 0.570624] Console: switching to colour frame buffer device 128x48
[ 0.592984] fb0: VESA VGA frame buffer device
[ 0.603335] hpet_resources: 0xfed00000 is busy
[ 0.605595] loop: module loaded
[ 0.605746] Linux video capture interface: v2.00
[ 0.606180] input: Macintosh mouse button emulation as /class/input/input0
[ 0.606778] Driver 'sd' needs updating - please use bus_type methods
[ 0.607164] Driver 'sr' needs updating - please use bus_type methods
[ 0.607782] ata_piix 0000:00:1f.1: version 2.12
[ 0.608086] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 0.608384] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.608759] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 0.609118] scsi0 : ata_piix
[ 0.609735] scsi1 : ata_piix
[ 0.611846] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
[ 0.612168] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
[ 0.790583] ata1.00: ATAPI: MATSHITADVD-R UJ-857D, KCV9, max UDMA/66
[ 0.830519] ata1.00: configured for UDMA/66
[ 1.002864] scsi 0:0:0:0: CD-ROM MATSHITA DVD-R UJ-857D KCV9 PQ: 0 ANSI: 5
[ 1.015845] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.024458] Uniform CD-ROM driver Revision: 3.20
[ 1.033917] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.042775] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.051180] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.059649] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[ 1.220016] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.228443] scsi2 : ata_piix
[ 1.236852] scsi3 : ata_piix
[ 1.248339] ata3: SATA max UDMA/133 cmd 0x40c8 ctl 0x40e4 bmdma 0x40a0 irq 19
[ 1.256681] ata4: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e0 bmdma 0x40a8 irq 19
[ 1.450505] ata3.01: ATA-8: FUJITSU MHW2120BH, 00810013, max UDMA/100
[ 1.458755] ata3.01: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.500513] ata3.01: configured for UDMA/100
[ 1.671286] scsi 2:0:1:0: Direct-Access ATA FUJITSU MHW2120B 0081 PQ: 0 ANSI: 5
[ 1.680168] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1.688825] sd 2:0:1:0: [sda] Write Protect is off
[ 1.697301] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.705659] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.714260] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1.722803] sd 2:0:1:0: [sda] Write Protect is off
[ 1.731176] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.739548] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.748141] sda: sda1 sda2
[ 1.757271] sd 2:0:1:0: [sda] Attached SCSI disk
[ 1.765887] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 1.774484] usbcore: registered new interface driver usblcd
[ 1.783067] usbcore: registered new interface driver usbled
[ 1.791788] PNP: No PS/2 controller found. Probing ports directly.
[ 1.801022] i8042.c: No controller found.
[ 1.820211] mice: PS/2 mouse device common for all mice
[ 1.829382] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 1.838095] EDAC MC: Ver: 2.1.0 Sep 27 2008
[ 1.847235] cpuidle: using governor ladder
[ 1.855910] cpuidle: using governor menu
[ 1.864550] usbcore: registered new interface driver hiddev
[ 1.873305] usbcore: registered new interface driver usbhid
[ 1.881945] usbhid: v2.6:USB HID core driver
[ 1.890583] Advanced Linux Sound Architecture Driver Version 1.0.17.
[ 1.899353] ALSA device list:
[ 1.907966] No soundcards found.
[ 1.916675] oprofile: using NMI interrupt.
[ 1.925687] IPVS: Registered protocols (TCP, AH, ESP)
[ 1.934224] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[ 1.942745] IPVS: ipvs loaded.
[ 1.951138] Initializing XFRM netlink socket
[ 1.959614] NET: Registered protocol family 17
[ 1.968030] NET: Registered protocol family 15
[ 1.976314] Using IPI No-Shortcut mode
[ 1.987663] kjournald starting. Commit interval 5 seconds
[ 1.987673] EXT3-fs: mounted filesystem with ordered data mode.
[ 1.987699] VFS: Mounted root (ext3 filesystem) readonly.
[ 1.987963] Freeing unused kernel memory: 352k freed
[ 2.681773] SELinux: 8192 avtab hash slots, 240163 rules.
[ 2.835991] SELinux: 8192 avtab hash slots, 240163 rules.
[ 3.025282] SELinux: 7 users, 9 roles, 3113 types, 96 bools
[ 3.033647] SELinux: 73 classes, 240163 rules
[ 3.047925] SELinux: Completing initialization.
[ 3.056033] SELinux: Setting up existing superblocks.
[ 3.087799] SELinux: initialized (dev sda1, type ext3), uses xattr
[ 3.158270] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 3.166409] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 3.174556] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
[ 3.182772] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 3.190930] SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
[ 3.198964] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.206994] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 3.215145] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 3.223276] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 3.231611] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 3.239831] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 3.248061] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 3.256145] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 3.264086] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 3.305143] type=1403 audit(1222638655.300:2): policy loaded auid=4294967295 ses=4294967295
[ 3.935273] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 3.947767] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 7.649781] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 8.008726] type=1400 audit(1222638660.519:3): avc: denied { relabelfrom } for pid=842 comm="udevd" name="kmem" dev=tmpfs ino=1706 scontext=system_u:system_r:udev_t tcontext=system_u:object_r:tmpfs_t tclass=chr_file
[ 8.035369] type=1300 audit(1222638660.519:3): arch=40000003 syscall=227 success=yes exit=0 a0=bff35148 a1=b7f0b01d a2=809c2c8 a3=22 items=0 ppid=734 pid=842 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="udevd" exe="/sbin/udevd" subj=system_u:system_r:udev_t key=(null)
[ 8.834370] ACPI: SSDT 3FEB8C10, 02AE (r1 APPLE Cpu0Ist 3000 INTL 20050309)
[ 8.845048] Parsing all Control Methods:
[ 8.845432] Table [SSDT](id 001F) - 5 Objects with 0 Devices 3 Methods 0 Regions
[ 8.866480] ACPI: SSDT 3FEB8910, 02A0 (r1 APPLE Cpu0Cst 3001 INTL 20050309)
[ 8.877100] Parsing all Control Methods:
[ 8.877474] Table [SSDT](id 0020) - 1 Objects with 0 Devices 1 Methods 0 Regions
[ 8.898745] Monitor-Mwait will be used to enter C-1 state
[ 8.909417] Monitor-Mwait will be used to enter C-2 state
[ 8.919942] Monitor-Mwait will be used to enter C-3 state
[ 8.930504] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 8.941062] processor ACPI0007:00: registered as cooling_device0
[ 8.951650] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 8.953030] ACPI: SSDT 3FEB8F10, 0087 (r1 APPLE Cpu1Ist 3000 INTL 20050309)
[ 8.953144] Parsing all Control Methods:
[ 8.953336] Table [SSDT](id 0024) - 3 Objects with 0 Devices 3 Methods 0 Regions
[ 8.953919] ACPI: SSDT 3FEB7F10, 0085 (r1 APPLE Cpu1Cst 3000 INTL 20050309)
[ 8.953985] Parsing all Control Methods:
[ 8.954177] Table [SSDT](id 0025) - 1 Objects with 0 Devices 1 Methods 0 Regions
[ 9.028501] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 9.039804] processor ACPI0007:01: registered as cooling_device1
[ 9.050938] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 9.071708] input: Power Button (FF) as /class/input/input1
[ 9.083545] Marking TSC unstable due to TSC halts in idle
[ 9.170569] ACPI: Power Button (FF) [PWRF]
[ 9.182188] input: Lid Switch as /class/input/input2
[ 9.202945] ACPI: Lid Switch [LID0]
[ 9.214327] power_supply ADP1: uevent
[ 9.225261] power_supply ADP1: No power supply yet
[ 9.235972] power_supply ADP1: power_supply_changed
[ 9.246539] ACPI: AC Adapter [ADP1] (on-line)
[ 9.257214] power_supply ADP1: power_supply_changed_work
[ 9.267832] power_supply ADP1: power_supply_update_gen_leds 1
[ 9.278583] power_supply ADP1: uevent
[ 9.289173] power_supply ADP1: POWER_SUPPLY_NAME=ADP1
[ 9.299775] power_supply ADP1: Static prop TYPE=Mains
[ 9.310217] power_supply ADP1: 1 dynamic props
[ 9.320406] power_supply ADP1: prop ONLINE=1
[ 9.330701] input: Power Button (CM) as /class/input/input3
[ 9.344580] Linux agpgart interface v0.103
[ 9.354767] ACPI: Power Button (CM) [PWRB]
[ 9.364366] input: Sleep Button (CM) as /class/input/input4
[ 9.386891] ACPI: Sleep Button (CM) [SLPB]
[ 9.392968] ath_hal: module license 'Proprietary' taints kernel.
[ 9.409303] input: Video Bus as /class/input/input5
[ 9.421261] ath_hal: 0.9.30.13 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
[ 9.455148] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 9.509992] wlan: svn r3359
[ 9.560316] USB Universal Host Controller Interface driver v3.0
[ 9.569255] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 9.578107] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 9.586891] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 9.595841] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[ 9.605039] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 9.614273] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[ 9.623677] usb usb1: configuration #1 chosen from 1 choice
[ 9.624390] type=1400 audit(1222638662.139:4): avc: denied { search } for pid=1466 comm="lrm-video" name="/" dev=tmpfs ino=1694 scontext=system_u:system_r:insmod_t tcontext=system_u:object_r:tmpfs_t tclass=dir
[ 9.624416] type=1300 audit(1222638662.139:4): arch=40000003 syscall=5 success=yes exit=3 a0=805e55c a1=8241 a2=1b6 a3=8241 items=0 ppid=1462 pid=1466 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="lrm-video" exe="/bin/dash" subj=system_u:system_r:insmod_t key=(null)
[ 9.624964] type=1400 audit(1222638662.139:5): avc: denied { getattr } for pid=1466 comm="cat" path="pipe:[5010]" dev=pipefs ino=5010 scontext=system_u:system_r:insmod_t tcontext=system_u:system_r:insmod_t tclass=fifo_file
[ 9.624981] type=1300 audit(1222638662.139:5): arch=40000003 syscall=197 success=yes exit=0 a0=1 a1=bff233ac a2=b7ff8ff4 a3=804d4d0 items=0 ppid=1462 pid=1466 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="cat" exe="/bin/cat" subj=system_u:system_r:insmod_t key=(null)
[ 9.625043] type=1400 audit(1222638662.139:6): avc: denied { write } for pid=1466 comm="cat" path="pipe:[5010]" dev=pipefs ino=5010 scontext=system_u:system_r:insmod_t tcontext=system_u:system_r:insmod_t tclass=fifo_file
[ 9.625063] type=1300 audit(1222638662.139:6): arch=40000003 syscall=4 success=yes exit=4096 a0=1 a1=8051000 a2=1000 a3=8051000 items=0 ppid=1462 pid=1466 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="cat" exe="/bin/cat" subj=system_u:system_r:insmod_t key=(null)
[ 9.627447] type=1400 audit(1222638662.139:7): avc: denied { read } for pid=1467 comm="sed" path="pipe:[5010]" dev=pipefs ino=5010 scontext=system_u:system_r:insmod_t tcontext=system_u:system_r:insmod_t tclass=fifo_file
[ 9.627470] type=1300 audit(1222638662.139:7): arch=40000003 syscall=3 success=yes exit=4096 a0=0 a1=b8057000 a2=1000 a3=b8049440 items=0 ppid=1462 pid=1467 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="sed" exe="/bin/sed" subj=system_u:system_r:insmod_t key=(null)
[ 9.867859] hub 1-0:1.0: USB hub found
[ 9.882768] hub 1-0:1.0: 2 ports detected
[ 9.967234] Symbol init_mm is marked as UNUSED, however this module is using it.
[ 9.982294] This symbol will go away in the future.
[ 9.997401] Please evalute if this is the right api to use and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion.
[ 10.046985] [fglrx] Maximum main memory to use for locked dma buffers: 913 MBytes.
[ 10.063109] [fglrx] ASYNCIO init succeed!
[ 10.081116] [fglrx] PAT is enabled successfully!
[ 10.096878] [fglrx] module loaded - fglrx 8.47.3 [Mar 29 2008] on minor 0
[ 10.135648] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 10.151787] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 10.167661] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 10.182993] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 10.198312] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 10.213758] usb usb2: configuration #1 chosen from 1 choice
[ 10.228968] hub 2-0:1.0: USB hub found
[ 10.244073] hub 2-0:1.0: 2 ports detected
[ 10.351362] ath_pci: svn r3359
[ 10.370055] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 10.473584] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 10.488920] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 10.504286] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 10.519794] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 10.535100] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 10.550225] usb usb3: configuration #1 chosen from 1 choice
[ 10.564706] hub 3-0:1.0: USB hub found
[ 10.578261] hub 3-0:1.0: 2 ports detected
[ 10.616817] usb 1-2: configuration #1 chosen from 1 choice
[ 10.637059] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input6
[ 10.662678] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 10.683779] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input7
[ 10.710180] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 10.813203] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 10.826125] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 10.838543] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 10.840902] usb 2-2: new full speed USB device using uhci_hcd and address 2
[ 10.862016] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 10.873501] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
[ 10.884666] usb usb4: configuration #1 chosen from 1 choice
[ 10.895503] hub 4-0:1.0: USB hub found
[ 10.905885] hub 4-0:1.0: 2 ports detected
[ 11.000083] Clocksource tsc unstable (delta = -117765749 ns)
[ 11.014878] usb 2-2: configuration #1 chosen from 1 choice
[ 11.030577] appletouch: Geyser mode initialized.
[ 11.040722] input: appletouch as /class/input/input8
[ 11.130663] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.140901] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.150047] usb 3-2: new full speed USB device using uhci_hcd and address 2
[ 11.232126] hda_codec: STAC922x, Apple subsys_id=106b1e00
[ 11.305713] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 11.315336] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 11.324972] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 11.334374] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 11.347758] ehci_hcd 0000:00:1d.7: debug port 1
[ 11.357168] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 11.366598] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50405400
[ 11.376116] usb 3-2: configuration #1 chosen from 1 choice
[ 11.390122] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 11.399757] usb 3-2: can't set config #1, error -71
[ 11.399888] usb usb5: configuration #1 chosen from 1 choice
[ 11.399958] hub 5-0:1.0: USB hub found
[ 11.399969] hub 5-0:1.0: 8 ports detected
[ 11.592626] usb 1-2: USB disconnect, address 2
[ 11.602657] usbcore: registered new interface driver appletouch
[ 11.629461] ath_pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.639421] ath_pci 0000:03:00.0: setting latency timer to 64
[ 11.778599] MadWifi: ath_attach: Switching rfkill capability off
[ 11.802856] input: appletouch disconnected
[ 11.815949] ath_rate_sample: 1.2 (svn r3359)
[ 11.829382] MadWifi: ath_attach: Switching per-packet transmit power control off
[ 11.839836] wifi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.849697] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[ 11.859157] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.868743] wifi0: turboA rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.878176] wifi0: turboG rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[ 11.887234] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
[ 11.896278] wifi0: ath_announce: Use hw queue 1 for WME_AC_BE traffic
[ 11.905392] wifi0: ath_announce: Use hw queue 0 for WME_AC_BK traffic
[ 11.914279] wifi0: ath_announce: Use hw queue 2 for WME_AC_VI traffic
[ 11.922919] wifi0: ath_announce: Use hw queue 3 for WME_AC_VO traffic
[ 11.931382] wifi0: ath_announce: Use hw queue 8 for CAB traffic
[ 11.939717] wifi0: ath_announce: Use hw queue 9 for beacons
[ 11.966865] ath_pci: wifi0: Atheros 5418: mem=0x50100000, irq=17
[ 11.975433] firewire_ohci 0000:0c:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 12.080072] firewire_ohci: Added fw-ohci device 0000:0c:03.0, OHCI version 1.10
[ 12.112631] usb 2-2: USB disconnect, address 2
[ 12.270073] usb 3-2: USB disconnect, address 2
[ 12.580308] firewire_core: created device fw0: GUID 0019e3fffe2ad87e, S800
[ 12.670088] usb 5-4: new high speed USB device using ehci_hcd and address 3
[ 12.821757] usb 5-4: configuration #1 chosen from 1 choice
[ 13.070619] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8501)
[ 13.081503] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
[ 13.092198] input: Built-in iSight as /class/input/input9
[ 13.120602] usbcore: registered new interface driver uvcvideo
[ 13.129321] USB Video Class driver (v0.1.0)
[ 13.350050] usb 1-2: new full speed USB device using uhci_hcd and address 3
[ 13.554792] usb 1-2: configuration #1 chosen from 1 choice
[ 13.571042] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input10
[ 13.600180] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 13.614577] appletouch: Geyser mode initialized.
[ 13.624099] input: appletouch as /class/input/input11
[ 13.658791] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input12
[ 13.680182] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 13.970079] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 14.173536] usb 4-1: configuration #1 chosen from 1 choice
[ 14.214643] drivers/hid/usbhid/hid-core.c: couldn't find an input interrupt endpoint
[ 14.500084] usb 3-2: new full speed USB device using uhci_hcd and address 3
[ 14.696318] usb 3-2: configuration #1 chosen from 1 choice
[ 14.715331] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 14.726121] usb 5-4: USB disconnect, address 3
[ 15.491149] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 15.578769] applesmc: Apple MacBook Pro detected:
[ 15.598709] applesmc: - Model with accelerometer
[ 15.608778] applesmc: - Model with light sensors and backlight
[ 15.618775] applesmc: - Model with 12 temperature sensors
[ 15.618814] usb 5-4: new high speed USB device using ehci_hcd and address 6
[ 15.639581] applesmc: device has already been initialized (0xe0, 0x00).
[ 15.650255] applesmc: device successfully initialized.
[ 15.661004] applesmc: 2 fans found.
[ 15.672112] input: applesmc as /class/input/input13
[ 15.710519] Registered led device: smc::kbd_backlight
[ 15.721120] applesmc: driver successfully loaded.
[ 15.781747] usb 5-4: configuration #1 chosen from 1 choice
[ 15.794107] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8501)
[ 15.808727] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
[ 15.823705] input: Built-in iSight as /class/input/input14
[ 16.033942] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.129176] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 16.140025] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use
[ 16.150647] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[ 16.161387] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 16.222554] arp_tables: (C) 2002 David S. Miller
[ 16.318499] ieee80211_crypt: registered algorithm 'NULL'
[ 16.366518] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 16.377153] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 16.407939] ieee80211_crypt: registered algorithm 'TKIP'
[ 16.501360] usbcore: registered new interface driver isight_firmware
[ 16.555219] ipmi message handler version 39.2
[ 16.577724] IPMI Watchdog: driver initialized
[ 16.732561] Adding 2988360k swap on /dev/sda2. Priority:-1 extents:1 across:2988360k
[ 117.998632] EXT3 FS on sda1, internal journal
[ 121.175084] Bluetooth: Core ver 2.13
[ 121.175220] NET: Registered protocol family 31
[ 121.175223] Bluetooth: HCI device and connection manager initialized
[ 121.175226] Bluetooth: HCI socket layer initialized
[ 121.197876] Bluetooth: L2CAP ver 2.11
[ 121.197880] Bluetooth: L2CAP socket layer initialized
[ 121.223808] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 121.241331] usb 4-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[ 121.296500] Bluetooth: RFCOMM socket layer initialized
[ 121.296526] Bluetooth: RFCOMM TTY layer initialized
[ 121.296528] Bluetooth: RFCOMM ver 1.10
[ 121.550158] usb 4-1: USB disconnect, address 2
[ 121.830047] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 122.034601] usb 4-1: configuration #1 chosen from 1 choice
[ 122.126978] Bluetooth: Generic Bluetooth USB driver ver 0.3
[ 122.127316] usbcore: registered new interface driver btusb
[ 128.033656] input: Apple Computer, Inc. Mighty Mouse as /class/input/input15
[ 205.737688] fglrx_pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 209.072394] [fglrx] Reserve Block - 0 offset = 0X7ffb000 length = 0X5000
[ 209.072400] [fglrx] Reserve Block - 1 offset = 0X0 length = 0X1000000
[ 209.072403] [fglrx] Reserve Block - 2 offset = 0X7fbb000 length = 0X40000
[ 209.211104] [fglrx] interrupt source 20008000 successfully enabled
[ 209.211114] [fglrx] enable ID = 0x00000008
[ 209.211121] [fglrx] Receive enable interrupt message with irqEnableMask: 20008000
[ 209.211317] [fglrx] interrupt source 10000000 successfully enabled
[ 209.211319] [fglrx] enable ID = 0x00000009
[ 209.211324] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[ 268.285531] PM: Syncing filesystems ... done.
[ 268.863564] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 268.876411] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 268.876558] Suspending console(s) (use no_console_suspend to debug)
[ 268.878330] btusb_intr_complete: hci0 urb dcdf3bb0 failed to resubmit (2)
[ 268.879329] btusb_bulk_complete: hci0 urb dcdf3f20 failed to resubmit (2)
[ 268.879342] btusb_bulk_complete: hci0 urb f7b99160 failed to resubmit (2)
[ 269.200283] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 269.200595] sd 2:0:1:0: [sda] Stopping disk
[ 270.170269] ath_pci 0000:03:00.0: PCI INT A disabled
[ 270.190275] [fglrx] firegl_gps_setpowerdown .
[ 270.220683] fglrx_pci 0000:01:00.0: PCI INT A disabled
[ 270.220897] ata_piix 0000:00:1f.2: PCI INT B disabled
[ 270.240271] ata_piix 0000:00:1f.1: PCI INT A disabled
[ 270.240846] ata_piix 0000:00:1f.1: power state changed by ACPI to D3
[ 270.241029] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[ 270.260185] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[ 270.260234] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[ 270.260282] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 270.260330] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 270.260553] HDA Intel 0000:00:1b.0: PCI INT A disabled
[ 270.460175] ACPI: Preparing to enter system sleep state S3
[ 270.560306] Disabling non-boot CPUs ...
[ 270.670026] CPU 1 is now offline
[ 270.670031] SMP alternatives: switching to UP code
[ 270.692316] CPU0 attaching NULL sched-domain.
[ 270.692322] CPU1 attaching NULL sched-domain.
[ 270.692429] CPU0 attaching NULL sched-domain.
[ 270.692948] CPU1 is down
[ 270.693046] Extended CMOS year: 2000
[ 270.694042] hwsleep-0326 [-28] enter_sleep_state : Entering sleep state [S3]
[ 270.694042] Intel machine check architecture supported.
[ 270.694042] Intel machine check reporting enabled on CPU#0.
[ 270.694042] Back to C!
[ 270.694042] Extended CMOS year: 2000
[ 270.694042] Enabling non-boot CPUs ...
[ 270.694042] SMP alternatives: switching to SMP code
[ 270.703617] Booting processor 1/1 ip 6000
[ 270.572432] Initializing CPU#1
[ 270.572432] Calibrating delay using timer specific routine.. 4322.58 BogoMIPS (lpj=21612931)
[ 270.572432] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 270.572432] CPU: L2 cache: 4096K
[ 270.572432] CPU: Physical Processor ID: 0
[ 270.572432] CPU: Processor Core ID: 1
[ 270.572432] Intel machine check architecture supported.
[ 270.572432] Intel machine check reporting enabled on CPU#1.
[ 270.860658] CPU1: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 270.860705] CPU0 attaching NULL sched-domain.
[ 270.870022] Switched to high resolution mode on CPU 1
[ 270.880027] CPU0 attaching sched-domain:
[ 270.880029] domain 0: span 0-1 level MC
[ 270.880031] groups: 0 1
[ 270.880036] CPU1 attaching sched-domain:
[ 270.880037] domain 0: span 0-1 level MC
[ 270.880039] groups: 1 0
[ 270.880962] CPU1 is up
[ 270.880964] ACPI: Waking up from system sleep state S3
[ 271.520783] pci 0000:00:01.0: restoring config space at offset 0xf (was 0x80100, writing 0x8010b)
[ 271.520796] pci 0000:00:01.0: restoring config space at offset 0xa (was 0xf, writing 0x0)
[ 271.520803] pci 0000:00:01.0: restoring config space at offset 0x9 (was 0x1fff1, writing 0x47f14001)
[ 271.520811] pci 0000:00:01.0: restoring config space at offset 0x8 (was 0xfff0, writing 0x50305030)
[ 271.520818] pci 0000:00:01.0: restoring config space at offset 0x7 (was 0xf0, writing 0x3030)
[ 271.520825] pci 0000:00:01.0: restoring config space at offset 0x6 (was 0x0, writing 0x10100)
[ 271.520834] pci 0000:00:01.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[ 271.520842] pci 0000:00:01.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.520870] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 271.520877] pci 0000:00:01.0: setting latency timer to 64
[ 271.520889] pci 0000:00:07.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 271.520907] pci 0000:00:07.0: restoring config space at offset 0x4 (was 0x0, writing 0x50404000)
[ 271.520917] pci 0000:00:07.0: restoring config space at offset 0x1 (was 0xb00000, writing 0xb00002)
[ 271.540058] HDA Intel 0000:00:1b.0: restoring config space at offset 0xf (was 0x100, writing 0x10a)
[ 271.540087] HDA Intel 0000:00:1b.0: restoring config space at offset 0x4 (was 0x4, writing 0x50400004)
[ 271.540096] HDA Intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 271.540107] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100002)
[ 271.540137] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 271.540147] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 271.540207] pci 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x50515051)
[ 271.540216] pci 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0x50205020)
[ 271.540225] pci 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x2020)
[ 271.540240] pci 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 271.540250] pci 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.540287] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 271.540294] pci 0000:00:1c.0: setting latency timer to 64
[ 271.540329] pci 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 271.540338] pci 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0x50105010)
[ 271.540347] pci 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x200000f0)
[ 271.540361] pci 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 271.540372] pci 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.540408] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 271.540416] pci 0000:00:1c.1: setting latency timer to 64
[ 271.540451] pci 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0x4bf14801)
[ 271.540460] pci 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0x50004c10)
[ 271.540469] pci 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20000000, writing 0x1010)
[ 271.540483] pci 0000:00:1c.2: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[ 271.540494] pci 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.540530] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 271.540537] pci 0000:00:1c.2: setting latency timer to 64
[ 271.540549] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 271.540559] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 271.540625] usb usb1: root hub lost power or was reset
[ 271.540652] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 271.540662] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 271.540734] usb usb2: root hub lost power or was reset
[ 271.540757] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 271.540767] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 271.540831] usb usb3: root hub lost power or was reset
[ 271.540854] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 271.540867] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 271.540939] usb usb4: root hub lost power or was reset
[ 271.560132] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 271.560143] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 271.560233] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 271.560242] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0x4c004c00)
[ 271.560251] pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x22800000, writing 0x228000f0)
[ 271.560270] pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.565635] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 271.565647] pci 0000:00:1e.0: setting latency timer to 64
[ 271.565888] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 271.565897] ata_piix 0000:00:1f.1: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 271.565931] ata_piix 0000:00:1f.1: restoring config space at offset 0x1 (was 0x2800001, writing 0x2800005)
[ 271.566111] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 271.566120] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 271.566128] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 271.582637] ata_piix 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[ 271.582672] ata_piix 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00003, writing 0x2b00007)
[ 271.582697] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 271.582706] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 271.586078] fglrx_pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 271.586086] fglrx_pci 0000:01:00.0: setting latency timer to 64
[ 271.594968] [fglrx] firegl_gps_setpowerup .
[ 271.600312] pci 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 271.600327] pci 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xfffe0000)
[ 271.600350] pci 0000:02:00.0: restoring config space at offset 0x6 (was 0x1, writing 0x2001)
[ 271.600363] pci 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0x50200004)
[ 271.600373] pci 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 271.600385] pci 0000:02:00.0: restoring config space at offset 0x1 (was 0x40100000, writing 0x100007)
[ 271.620174] ath_pci 0000:03:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10a)
[ 271.620210] ath_pci 0000:03:00.0: restoring config space at offset 0x4 (was 0x4, writing 0x50100004)
[ 271.620220] ath_pci 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[ 271.620233] ath_pci 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[ 271.620276] ath_pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 271.620285] ath_pci 0000:03:00.0: setting latency timer to 64
[ 271.640155] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x5 (was 0x0, writing 0x4c000000)
[ 271.640165] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x4 (was 0x0, writing 0x4c004000)
[ 271.640175] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x3 (was 0x0, writing 0xf810)
[ 271.640187] firewire_ohci 0000:0c:03.0: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100016)
[ 271.754317] sd 2:0:1:0: [sda] Starting disk
[ 271.754852] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 271.754858] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 271.790709] ata1.00: configured for UDMA/66
[ 272.570451] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 272.570457] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 272.670797] ata3.01: configured for UDMA/100
[ 272.695823] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 272.695898] sd 2:0:1:0: [sda] Write Protect is off
[ 272.695902] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 272.696083] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 273.690146] usb 1-2: reset full speed USB device using uhci_hcd and address 3
[ 273.863201] appletouch: Geyser mode initialized.
[ 273.980118] usb 3-2: reset full speed USB device using uhci_hcd and address 3
[ 274.140652] applesmc: device has already been initialized (0xe0, 0x00).
[ 274.320160] pm_op(): usb_dev_resume+0x0/0xa returns -19
[ 274.320175] PM: Device 4-1 failed to resume: error -19
[ 274.322827] Restarting tasks ... <3>btusb_submit_intr_urb: hci0 urb f7b98630 submission failed (19)
[ 274.327003] =============================================================================
[ 274.327528] BUG kmalloc-16: Object already free
[ 274.327877] -----------------------------------------------------------------------------
[ 274.327879]
[ 274.327890] INFO: Allocated in btusb_open+0x82/0x16f [btusb] age=0 cpu=1 pid=3763
[ 274.327899] INFO: Freed in btusb_open+0x13d/0x16f [btusb] age=0 cpu=1 pid=3763
[ 274.327905] INFO: Slab 0xc139a100 objects=64 used=62 fp=0xdcd08100 flags=0x400000c3
[ 274.327909] INFO: Object 0xdcd08100 @offset=256 fp=0xdcd08140
[ 274.327912]
[ 274.327914] Bytes b4 0xdcd080f0: 32 0d 00 00 c8 ba ff ff 5a 5a 5a 5a 5a 5a 5a 5a 2...ȺÿÿZZZZZZZZ
[ 274.327928] Object 0xdcd08100: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk¥
[ 274.327940] Redzone 0xdcd08110: bb bb bb bb »»»»
[ 274.327952] Padding 0xdcd08138: 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZ
[ 274.327966] Pid: 3763, comm: hcid Tainted: P 2.6.27-rc7-00106-g6ef190c #34
[ 274.327973] [<c0170107>] print_trailer+0xc8/0xd0
[ 274.327982] [<c01701c3>] object_err+0x25/0x30
[ 274.327989] [<c0170a0a>] __slab_free+0x1be/0x271
[ 274.327995] [<c0170a85>] ? __slab_free+0x239/0x271
[ 274.328001] [<c0171147>] kfree+0x9c/0xb2
[ 274.328006] [<c02ca1d6>] ? urb_destroy+0x14/0x1e
[ 274.328013] [<c02ca1d6>] ? urb_destroy+0x14/0x1e
[ 274.328018] [<c02ca1c2>] ? urb_destroy+0x0/0x1e
[ 274.328024] [<c02ca1d6>] urb_destroy+0x14/0x1e
[ 274.328028] [<c02133b9>] kref_put+0x39/0x44
[ 274.328035] [<c02ca1c0>] usb_free_urb+0x11/0x13
[ 274.328040] [<f8db69b7>] btusb_open+0x147/0x16f [btusb]
[ 274.328049] [<f8d88abb>] hci_dev_open+0x50/0x168 [bluetooth]
[ 274.328077] [<f8d8cf01>] hci_sock_ioctl+0xd4/0x20e [bluetooth]
[ 274.328094] [<c0307dc9>] sock_ioctl+0x1b4/0x1d8
[ 274.328101] [<c0307c15>] ? sock_ioctl+0x0/0x1d8
[ 274.328107] [<c017e542>] vfs_ioctl+0x22/0x67
[ 274.328113] [<c017e7cc>] do_vfs_ioctl+0x245/0x253
[ 274.328118] [<c01f45ae>] ? selinux_file_ioctl+0x37/0x3a
[ 274.328125] [<c017e81a>] sys_ioctl+0x40/0x5a
[ 274.328130] [<c010301f>] sysenter_do_call+0x12/0x2f
[ 274.328137] =======================
[ 274.328141] FIX kmalloc-16: Object at 0xdcd08100 not freed
[ 274.336908] usb 4-1: USB disconnect, address 3
[ 274.338848] done.
[ 274.392622] type=1701 audit(1222638930.906:8): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=system_u:system_r:bluetooth_t pid=3144 comm="hcid" sig=6
[ 275.110068] usb 4-1: new full speed USB device using uhci_hcd and address 4
[ 275.298432] usb 4-1: configuration #1 chosen from 1 choice
[ 275.317662] input: HID 05ac:1000 as /class/input/input16
[ 275.320172] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 275.340608] input: HID 05ac:1000 as /class/input/input17
[ 275.342682] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-09-30 18:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 22:54 BUG kmalloc-16: Object already free Justin Mattock
2008-09-29 18:17 ` Rabin Vincent
2008-09-29 19:22 ` Justin Mattock
2008-09-29 23:47 ` Marcel Holtmann
2008-09-30 5:21 ` Justin Mattock
2008-09-30 18:24 ` Justin Mattock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox