All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: Suspend
       [not found] <CAM2dokvEdG5P5dso8+3vh7urX1FCFx4p+g-TiBH62+pMfuDKqA@mail.gmail.com>
@ 2020-05-06 18:21 ` Jaime Perez
  2020-05-06 18:47   ` Suspend Kaneda, Erik
  0 siblings, 1 reply; 38+ messages in thread
From: Jaime Perez @ 2020-05-06 18:21 UTC (permalink / raw)
  To: linux-acpi

Hi,
I have not been able to suspend my pc since I used chromeOS. If I
press on suspend button, my pc seems to go to sleep, but when i press
power button or space bar, it goes to bios and makes a normal boot.

Thanks

^ permalink raw reply	[flat|nested] 38+ messages in thread

* RE: Suspend
  2020-05-06 18:21 ` Fwd: Suspend Jaime Perez
@ 2020-05-06 18:47   ` Kaneda, Erik
  0 siblings, 0 replies; 38+ messages in thread
From: Kaneda, Erik @ 2020-05-06 18:47 UTC (permalink / raw)
  To: Jaime Perez, linux-acpi, Cheng, Michael

+Michael

> -----Original Message-----
> From: linux-acpi-owner@vger.kernel.org <linux-acpi-
> owner@vger.kernel.org> On Behalf Of Jaime Perez
> Sent: Wednesday, May 6, 2020 11:21 AM
> To: linux-acpi@vger.kernel.org
> Subject: Fwd: Suspend
> 
> Hi,
> I have not been able to suspend my pc since I used chromeOS. If I press on
> suspend button, my pc seems to go to sleep, but when i press power button
> or space bar, it goes to bios and makes a normal boot.
> 
> Thanks

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-05  8:00                                             ` suspend Oliver Neukum
  2008-04-05  9:15                                               ` suspend Stefan Schweizer
@ 2008-04-05 14:13                                               ` Alan Stern
  1 sibling, 0 replies; 38+ messages in thread
From: Alan Stern @ 2008-04-05 14:13 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: Stefan Schweizer, linux-usb, linux-input

On Sat, 5 Apr 2008, Oliver Neukum wrote:

> Am Samstag, 5. April 2008 00:40:35 schrieb Stefan Schweizer:
> > On Fri, Apr 4, 2008 at 1:36 PM, Oliver Neukum <oliver@neukum.org> wrote:
> > > Am Freitag, 4. April 2008 11:20:51 schrieb Stefan Schweizer:
> > >
> > > > Yeah, I tested it with the combined patch. How can I test if
> > >  > autosuspend works? Seems to work fine so far but does not write in my
> > >  > logfile. No problems found when testing.
> > >
> > >  Please compile your kernel with CONFIG_PM_DEBUG and follow the
> > >  instructions in Documentation/usb. You should see something in the log.

Note that CONFIG_PM_DEBUG has nothing to do with autosuspend.  You 
shouldn't expect to see anything unless you set CONFIG_USB_DEBUG.

> > there is still no information in dmesg when I use the device. Do I
> > need more debugging maybe?
> 
> Ok, please locate the directory for your touchpad in sysfs and post all
> files in the power subdirectory.

Alan Stern


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-05  8:00                                             ` suspend Oliver Neukum
@ 2008-04-05  9:15                                               ` Stefan Schweizer
       [not found]                                                 ` <e79639220804050215j42829de7iab99b51e85683a53-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2008-04-05 14:13                                               ` suspend Alan Stern
  1 sibling, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-05  9:15 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: Alan Stern, linux-usb, linux-input

On Sat, Apr 5, 2008 at 10:00 AM, Oliver Neukum <oliver@neukum.org> wrote:
>  Ok, please locate the directory for your touchpad in sysfs and post all
>  files in the power subdirectory.

The kernel documentation says that "auto" is default for level. Why is
it "on" here? Simple startup line to make it right:

        for i in $(find /sys | grep power/level); do echo auto > "$i"; done

But still no extra info in dmesg :(

# ls /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/power/
autosuspend  level  persist  wakeup


power # for i in *; do echo $i: $(<$i); done
autosuspend: 2
level: on
persist: 1
wakeup: enabled


2-2 #  for i in *; do echo $i: $(<$i); done
2-2:1.0:
2-2:1.1:
2-2:1.2:
authorized: 1
bcdDevice: 0064
bConfigurationValue: 1
bDeviceClass: 00
bDeviceProtocol: 00
bDeviceSubClass: 00
bmAttributes: a0
bMaxPacketSize0: 8
bMaxPower: 40mA
bNumConfigurations: 1
bNumInterfaces: 3
busnum: 2
configuration:
"  !"Y�  !"��▒d T�  !
dev: 189:136
devnum: 9
driver:
ep_00:
idProduct: 0218
idVendor: 05ac
manufacturer: Apple Computer
maxchild: 0
power:
product: Apple Internal Keyboard / Trackpad
quirks: 0x0
speed: 12
subsystem:
uevent: MAJOR=189 MINOR=136 DEVTYPE=usb_device DRIVER=usb
DEVICE=/proc/bus/usb/002/009 PRODUCT=5ac/218/64 TYPE=0/0/0 BUSNUM=002
DEVNUM=009
urbnum: 3615
usb_endpoint:
version: 2.00

Regards,
Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
       [not found]                                                 ` <e79639220804050215j42829de7iab99b51e85683a53-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-04-05  9:12                                                   ` Oliver Neukum
  0 siblings, 0 replies; 38+ messages in thread
From: Oliver Neukum @ 2008-04-05  9:12 UTC (permalink / raw)
  To: Stefan Schweizer
  Cc: Alan Stern, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-input-u79uwXL29TY76Z2rM5mHXA

Am Samstag, 5. April 2008 11:15:55 schrieb Stefan Schweizer:
> The kernel documentation says that "auto" is default for level. Why is
> it "on" here? Simple startup line to make it right:

Which kernel version are you using? In modern kernels the default is "on".

	Regards
		Oliver

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-04 22:40                                           ` suspend Stefan Schweizer
@ 2008-04-05  8:00                                             ` Oliver Neukum
  2008-04-05  9:15                                               ` suspend Stefan Schweizer
  2008-04-05 14:13                                               ` suspend Alan Stern
  0 siblings, 2 replies; 38+ messages in thread
From: Oliver Neukum @ 2008-04-05  8:00 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: Alan Stern, linux-usb, linux-input

Am Samstag, 5. April 2008 00:40:35 schrieb Stefan Schweizer:
> On Fri, Apr 4, 2008 at 1:36 PM, Oliver Neukum <oliver@neukum.org> wrote:
> > Am Freitag, 4. April 2008 11:20:51 schrieb Stefan Schweizer:
> >
> > > Yeah, I tested it with the combined patch. How can I test if
> >  > autosuspend works? Seems to work fine so far but does not write in my
> >  > logfile. No problems found when testing.
> >
> >  Please compile your kernel with CONFIG_PM_DEBUG and follow the
> >  instructions in Documentation/usb. You should see something in the log.
> 
> there is still no information in dmesg when I use the device. Do I
> need more debugging maybe?

Ok, please locate the directory for your touchpad in sysfs and post all
files in the power subdirectory.

	Regards
		Oliver

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-04 11:36                                         ` suspend Oliver Neukum
@ 2008-04-04 22:40                                           ` Stefan Schweizer
  2008-04-05  8:00                                             ` suspend Oliver Neukum
  0 siblings, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-04 22:40 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: Alan Stern, linux-usb, linux-input

On Fri, Apr 4, 2008 at 1:36 PM, Oliver Neukum <oliver@neukum.org> wrote:
> Am Freitag, 4. April 2008 11:20:51 schrieb Stefan Schweizer:
>
> > Yeah, I tested it with the combined patch. How can I test if
>  > autosuspend works? Seems to work fine so far but does not write in my
>  > logfile. No problems found when testing.
>
>  Please compile your kernel with CONFIG_PM_DEBUG and follow the
>  instructions in Documentation/usb. You should see something in the log.

there is still no information in dmesg when I use the device. Do I
need more debugging maybe?

That is one rmmod; modprobe cycle:

usbcore: deregistering interface driver appletouch
PM: Removing info for No Bus:mouse1
PM: Removing info for No Bus:event5
PM: Removing info for No Bus:input5
input: appletouch disconnected
appletouch: Geyser mode initialized.
PM: Adding info for No Bus:input12
input: appletouch as
/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input12
PM: Adding info for No Bus:mouse1
PM: Adding info for No Bus:event5
usbcore: registered new interface driver appletouch

Best regards,
Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
       [not found]                                       ` <e79639220804040220g560e94b4l418724ff1653780d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-04-04 11:36                                         ` Oliver Neukum
  2008-04-04 22:40                                           ` suspend Stefan Schweizer
  0 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-04 11:36 UTC (permalink / raw)
  To: Stefan Schweizer
  Cc: Alan Stern, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-input-u79uwXL29TY76Z2rM5mHXA

Am Freitag, 4. April 2008 11:20:51 schrieb Stefan Schweizer:
> Yeah, I tested it with the combined patch. How can I test if
> autosuspend works? Seems to work fine so far but does not write in my
> logfile. No problems found when testing.

Please compile your kernel with CONFIG_PM_DEBUG and follow the
instructions in Documentation/usb. You should see something in the log.

	Regards
		Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-04  8:59                                   ` suspend Oliver Neukum
@ 2008-04-04  9:20                                     ` Stefan Schweizer
       [not found]                                       ` <e79639220804040220g560e94b4l418724ff1653780d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-04  9:20 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: Alan Stern, linux-usb, linux-input

Yeah, I tested it with the combined patch. How can I test if
autosuspend works? Seems to work fine so far but does not write in my
logfile. No problems found when testing.

Best regards,
Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03 22:06                                 ` suspend Stefan Schweizer
@ 2008-04-04  8:59                                   ` Oliver Neukum
  2008-04-04  9:20                                     ` suspend Stefan Schweizer
  0 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-04  8:59 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: Alan Stern, linux-usb, linux-input

Am Freitag, 4. April 2008 00:06:48 schrieb Stefan Schweizer:
> Hi,
> 
> the problem was that I did not identify the correct /sys entry. Anyways with
> 
> for i in $(find /sys -name persist); do echo 1 > '$i'; done
> 
> it works perfectly :-)
> 
> Thank you very much! Finally working touchpad after resume :-)

Good. Did you test the first patch or the second? Can you test whether
the device autosuspends with the combined patch I sent you?

	Regards
		Oliver

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  8:53                 ` suspend Stefan Schweizer
       [not found]                   ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2008-04-03 10:58                   ` suspend Oliver Neukum
@ 2008-04-03 23:14                   ` Justin Mattock
  2 siblings, 0 replies; 38+ messages in thread
From: Justin Mattock @ 2008-04-03 23:14 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: Oliver Neukum, linux-usb, linux-kernel

Hello with doing some more testing on suspending the macbook pro;
 like in the other posts about appletouch, it seems to me to be a
problem with X,  one test appletouch was able to have scroll
functionality due to the event number staying the same. Hopefully with
the latest version coming  this issue will be resolved.  With running
a test on wpa_supplicant. when shutting internet off then suspending
the system wpa_supplicant seems to be unresponsive, but if you leave
wpa_supplicant connected the only issue I see is  when wpa_supplicant
does a rekey.

with streaming music xmms seems to do alright, the music will play
whatever is left in the memory then reconnect itself, with watching
T.V. through gmplayer it seems to loose connectivity as well as
watching T.V. through flash.

With watching a DVD gmplayer seems to crash everytime upon wakeup.

with the isight it seems rmmod uvcvideo and modprobe uvcvideo does the
trick, but SELinux will reject the device due to the event number
changing.
With the bluetooth mighty mouse hid2hci --tohci does the trick, but
I'm not satisfied with that, how to keep the device on hci?
after a wakeup.
regards;
               Justin P. Mattock


On Thu, Apr 3, 2008 at 8:53 AM, Stefan Schweizer <genstef@gentoo.org> wrote:
> >  On second thought, this should be fixed by usb persist if the appletouch
>  >  driver supported reset_resume. Would you be willing to test a kernel patch
>  >  that implements reset_resume in the appletouch driver?
>
>  Sure, I would love to have this fixed :-)
>
>  best regards,
>  -Stefan
>
>
> --
>  To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>  the body of a message to majordomo@vger.kernel.org
>  More majordomo info at  http://vger.kernel.org/majordomo-info.html
>  Please read the FAQ at  http://www.tux.org/lkml/
>



-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03 21:41                               ` suspend Alan Stern
@ 2008-04-03 22:06                                 ` Stefan Schweizer
  2008-04-04  8:59                                   ` suspend Oliver Neukum
  0 siblings, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-03 22:06 UTC (permalink / raw)
  To: Alan Stern; +Cc: Oliver Neukum, linux-usb, linux-input

Hi,

the problem was that I did not identify the correct /sys entry. Anyways with

for i in $(find /sys -name persist); do echo 1 > '$i'; done

it works perfectly :-)

Thank you very much! Finally working touchpad after resume :-)

Best regards,
Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
       [not found]                             ` <200804032242.36493.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
@ 2008-04-03 21:41                               ` Alan Stern
  2008-04-03 22:06                                 ` suspend Stefan Schweizer
  0 siblings, 1 reply; 38+ messages in thread
From: Alan Stern @ 2008-04-03 21:41 UTC (permalink / raw)
  To: Oliver Neukum
  Cc: Stefan Schweizer, linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-input-u79uwXL29TY76Z2rM5mHXA

On Thu, 3 Apr 2008, Oliver Neukum wrote:

> Am Donnerstag, 3. April 2008 17:44:19 schrieb Stefan Schweizer:
> > Cannot seem to find the persist attribute even after this patch applied :((
> > 
> > CONFIG_USB_PERSIST is enabled, but other drivers do not provide it.
> > However this is 2.6.24 - I will try it on 2.6.25 now.
> 
> Odd, I can't reproduce it. Alan?
> 
> 	Regards
> 		Oliver
> 
> oneukum@tranquility:/sys/bus/usb/devices/6-1/power> ll
> insgesamt 0
> -r--r--r-- 1 root root 4096  3. Apr 22:40 active_duration
> -rw-r--r-- 1 root root 4096  3. Apr 22:40 autosuspend
> -r--r--r-- 1 root root 4096  3. Apr 22:40 connected_duration
> -rw-r--r-- 1 root root 4096  3. Apr 22:40 level
> -rw-r--r-- 1 root root 4096  3. Apr 22:40 persist
> -rw-r--r-- 1 root root 4096  3. Apr 22:40 wakeup

Sometimes people run into problems when rebuilding usbcore.  Depending
on the distribution, the usbcore.ko module is sometimes loaded as part
of an initramfs image.  Merely installing the new modules won't change
the image.

Alan Stern

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03 14:14                     ` suspend Stefan Schweizer
@ 2008-04-03 21:07                       ` Oliver Neukum
  0 siblings, 0 replies; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03 21:07 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: linux-usb, linux-input

Am Donnerstag, 3. April 2008 16:14:29 schrieb Stefan Schweizer:
> On Thu, Apr 3, 2008 at 12:58 PM, Oliver Neukum <oliver@neukum.org> wrote:
> >  here I have another test request. This patch on top of the earlier patch
> >  implements autosuspend for the appletouch driver. Can you try it? You
> >  also need to activate it as described in Documentation/usb/power-management.txt
> 
> this one fails to build with  several
> struct atp has no element intf
> errors.

Sorry. Here's a full patch.

	Regards
		Oliver

---

--- linux-2.6.25-rc7-vanilla/drivers/input/mouse/appletouch.c	2008-03-31 15:16:40.000000000 +0200
+++ linux-2.6.25-rc7-work/drivers/input/mouse/appletouch.c	2008-04-03 12:46:24.000000000 +0200
@@ -32,6 +32,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/module.h>
+#include <linux/mutex.h>
 #include <linux/usb/input.h>
 
 /* Apple has powerbooks which have the keyboard with different Product IDs */
@@ -140,6 +141,7 @@ MODULE_DEVICE_TABLE (usb, atp_table);
 struct atp {
 	char			phys[64];
 	struct usb_device *	udev;		/* usb device */
+	struct usb_interface *	intf;		/* usb interface */
 	struct urb *		urb;		/* usb request block */
 	signed char *		data;		/* transferred data */
 	struct input_dev *	input;		/* input dev */
@@ -158,6 +160,7 @@ struct atp {
 	int			datalen;	/* size of an USB urb transfer */
 	int			idlecount;      /* number of empty packets */
 	struct work_struct      work;
+	struct mutex		lock;
 };
 
 #define dbg_dump(msg, tab) \
@@ -345,6 +348,11 @@ static inline void atp_report_fingers(st
 	input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
 }
 
+static void atp_mark_busy(struct atp *dev)
+{
+	usb_mark_last_busy(dev->udev);
+}
+
 static void atp_complete(struct urb* urb)
 {
 	int x, y, x_z, y_z, x_f, y_f;
@@ -384,6 +392,9 @@ static void atp_complete(struct urb* urb
 		goto exit;
 	}
 
+	/* mark busy for autosuspend purposes */
+	atp_mark_busy(dev);
+
 	/* reorder the sensors values */
 	if (atp_is_geyser_3(dev)) {
 		memset(dev->xy_cur, 0, sizeof(dev->xy_cur));
@@ -561,21 +572,52 @@ exit:
 static int atp_open(struct input_dev *input)
 {
 	struct atp *dev = input_get_drvdata(input);
+	int rv;
 
-	if (usb_submit_urb(dev->urb, GFP_ATOMIC))
-		return -EIO;
+	mutex_lock(&dev->lock);
+
+	rv = usb_autopm_get_interface(dev->intf);
+	if ( rv < 0)
+		goto err_out;
+
+	rv = usb_submit_urb(dev->urb, GFP_KERNEL);
+	if (rv < 0)
+		goto err_put;
 
 	dev->open = 1;
-	return 0;
+	dev->intf->needs_remote_wakeup = 1;
+
+err_put:
+	usb_autopm_put_interface(dev->intf);
+err_out:
+	mutex_unlock(&dev->lock);
+	return rv;
 }
 
 static void atp_close(struct input_dev *input)
 {
 	struct atp *dev = input_get_drvdata(input);
 
+	mutex_lock(&dev->lock);
 	usb_kill_urb(dev->urb);
 	cancel_work_sync(&dev->work);
 	dev->open = 0;
+	dev->intf->needs_remote_wakeup = 0;
+	mutex_unlock(&dev->lock);
+}
+
+static int handle_geyser(struct atp *dev)
+{
+	struct usb_device *udev = dev->udev;
+
+	if (!atp_is_fountain(dev)) {
+		/* switch to raw sensor mode */
+		if (atp_geyser_init(udev))
+			return -EIO;
+
+		printk(KERN_INFO "appletouch: Geyser mode initialized.\n");
+	}
+	return 0;
 }
 
 static int atp_probe(struct usb_interface *iface, const struct usb_device_id *id)
@@ -612,7 +654,9 @@ static int atp_probe(struct usb_interfac
 		goto err_free_devs;
 	}
 
+	mutex_init(&dev->lock);
 	dev->udev = udev;
+	dev->intf = iface;
 	dev->input = input_dev;
 	dev->overflowwarn = 0;
 	if (atp_is_geyser_3(dev))
@@ -622,13 +666,8 @@ static int atp_probe(struct usb_interfac
 	else
 		dev->datalen = 81;
 
-	if (!atp_is_fountain(dev)) {
-		/* switch to raw sensor mode */
-		if (atp_geyser_init(udev))
-			goto err_free_devs;
-
-		printk(KERN_INFO "appletouch: Geyser mode initialized.\n");
-	}
+	if (handle_geyser(dev) < 0)
+		goto err_free_devs;
 
 	dev->urb = usb_alloc_urb(0, GFP_KERNEL);
 	if (!dev->urb)
@@ -747,19 +786,65 @@ static int atp_resume(struct usb_interfa
 {
 	struct atp *dev = usb_get_intfdata(iface);
 
-	if (dev->open && usb_submit_urb(dev->urb, GFP_ATOMIC))
+	if (dev->open && usb_submit_urb(dev->urb, GFP_NOIO))
 		return -EIO;
 
 	return 0;
 }
 
+static int recover_dev(struct atp *dev)
+{
+	int rv;
+
+	rv = handle_geyser(dev);
+	if (rv < 0)
+		return rv;
+
+	if (dev->open && usb_submit_urb(dev->urb, GFP_NOIO))
+		return -EIO;
+
+	return 0;	
+}
+
+static int atp_pre_reset(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+
+	mutex_lock(&dev->lock);
+	if (dev->open)
+		usb_kill_urb(dev->urb);
+
+	return 0;
+}
+
+static int atp_post_reset(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+	int rv;
+
+	rv = recover_dev(dev);
+	mutex_unlock(&dev->lock);
+	return rv;
+}
+
+static int atp_reset_resume(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+
+	return recover_dev(dev);
+}
+
 static struct usb_driver atp_driver = {
 	.name		= "appletouch",
 	.probe		= atp_probe,
 	.disconnect	= atp_disconnect,
 	.suspend	= atp_suspend,
 	.resume		= atp_resume,
+	.reset_resume	= atp_reset_resume,
+	.pre_reset	= atp_pre_reset,
+	.post_reset	= atp_post_reset,
 	.id_table	= atp_table,
+	.supports_autosuspend = 1,
 };
 
 static int __init atp_init(void)

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03 15:44                         ` suspend Stefan Schweizer
@ 2008-04-03 20:42                           ` Oliver Neukum
       [not found]                             ` <200804032242.36493.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03 20:42 UTC (permalink / raw)
  To: Stefan Schweizer, Alan Stern; +Cc: linux-usb, linux-input

Am Donnerstag, 3. April 2008 17:44:19 schrieb Stefan Schweizer:
> Cannot seem to find the persist attribute even after this patch applied :((
> 
> CONFIG_USB_PERSIST is enabled, but other drivers do not provide it.
> However this is 2.6.24 - I will try it on 2.6.25 now.

Odd, I can't reproduce it. Alan?

	Regards
		Oliver

oneukum@tranquility:/sys/bus/usb/devices/6-1/power> ll
insgesamt 0
-r--r--r-- 1 root root 4096  3. Apr 22:40 active_duration
-rw-r--r-- 1 root root 4096  3. Apr 22:40 autosuspend
-r--r--r-- 1 root root 4096  3. Apr 22:40 connected_duration
-rw-r--r-- 1 root root 4096  3. Apr 22:40 level
-rw-r--r-- 1 root root 4096  3. Apr 22:40 persist
-rw-r--r-- 1 root root 4096  3. Apr 22:40 wakeup

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
       [not found]                       ` <200804031231.19193.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
@ 2008-04-03 15:44                         ` Stefan Schweizer
  2008-04-03 20:42                           ` suspend Oliver Neukum
  0 siblings, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-03 15:44 UTC (permalink / raw)
  To: Oliver Neukum
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-input-u79uwXL29TY76Z2rM5mHXA

Cannot seem to find the persist attribute even after this patch applied :((

CONFIG_USB_PERSIST is enabled, but other drivers do not provide it.
However this is 2.6.24 - I will try it on 2.6.25 now.

macbook linux # ls -dl /sys/bus/usb/devices/1-2\:1.1/driver
lrwxrwxrwx 1 root root 0  3. Apr 17:12
/sys/bus/usb/devices/1-2:1.1/driver ->
../../../../../../bus/usb/drivers/appletouch
macbook linux # find /sys/bus/usb/devices/1-2\:1.1/ | grep power
/sys/bus/usb/devices/1-2:1.1/power
/sys/bus/usb/devices/1-2:1.1/power/wakeup
/sys/bus/usb/devices/1-2:1.1/input/input7/power
/sys/bus/usb/devices/1-2:1.1/input/input7/power/wakeup
/sys/bus/usb/devices/1-2:1.1/input/input7/mouse2/power
/sys/bus/usb/devices/1-2:1.1/input/input7/mouse2/power/wakeup
/sys/bus/usb/devices/1-2:1.1/input/input7/event7/power
/sys/bus/usb/devices/1-2:1.1/input/input7/event7/power/wakeup
/sys/bus/usb/devices/1-2:1.1/usb_endpoint/usbdev1.5_ep81/power
/sys/bus/usb/devices/1-2:1.1/usb_endpoint/usbdev1.5_ep81/power/wakeup

Best regards,
Stefan
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03 10:58                   ` suspend Oliver Neukum
@ 2008-04-03 14:14                     ` Stefan Schweizer
  2008-04-03 21:07                       ` suspend Oliver Neukum
  0 siblings, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-03 14:14 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: linux-usb, linux-input

On Thu, Apr 3, 2008 at 12:58 PM, Oliver Neukum <oliver@neukum.org> wrote:
>  here I have another test request. This patch on top of the earlier patch
>  implements autosuspend for the appletouch driver. Can you try it? You
>  also need to activate it as described in Documentation/usb/power-management.txt

this one fails to build with  several
struct atp has no element intf
errors.

trying the other one only now

regards,
Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  8:53                 ` suspend Stefan Schweizer
       [not found]                   ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-04-03 10:58                   ` Oliver Neukum
  2008-04-03 14:14                     ` suspend Stefan Schweizer
  2008-04-03 23:14                   ` suspend Justin Mattock
  2 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03 10:58 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: linux-usb, linux-input

Am Donnerstag, 3. April 2008 10:53:53 schrieb Stefan Schweizer:
> >  On second thought, this should be fixed by usb persist if the appletouch
> >  driver supported reset_resume. Would you be willing to test a kernel patch
> >  that implements reset_resume in the appletouch driver?
> 
> Sure, I would love to have this fixed :-)

Hi,

here I have another test request. This patch on top of the earlier patch
implements autosuspend for the appletouch driver. Can you try it? You
also need to activate it as described in Documentation/usb/power-management.txt

	Regards
		Oliver

---

--- linux-2.6.25-rc7-work/drivers/input/mouse/appletouch.c.alt	2008-04-03 12:46:06.000000000 +0200
+++ linux-2.6.25-rc7-work/drivers/input/mouse/appletouch.c	2008-04-03 12:46:24.000000000 +0200
@@ -572,16 +572,26 @@ exit:
 static int atp_open(struct input_dev *input)
 {
 	struct atp *dev = input_get_drvdata(input);
+	int rv;
 
 	mutex_lock(&dev->lock);
-	if (usb_submit_urb(dev->urb, GFP_KERNEL)) {
-		mutex_unlock(&dev->lock);
-		return -EIO;
-	}
+
+	rv = usb_autopm_get_interface(dev->intf);
+	if ( rv < 0)
+		goto err_out;
+
+	rv = usb_submit_urb(dev->urb, GFP_KERNEL);
+	if (rv < 0)
+		goto err_put;
 
 	dev->open = 1;
+	dev->intf->needs_remote_wakeup = 1;
+
+err_put:
+	usb_autopm_put_interface(dev->intf);
+err_out:
 	mutex_unlock(&dev->lock);
-	return 0;
+	return rv;
 }
 
 static void atp_close(struct input_dev *input)
@@ -592,6 +602,7 @@ static void atp_close(struct input_dev *
 	usb_kill_urb(dev->urb);
 	cancel_work_sync(&dev->work);
 	dev->open = 0;
+	dev->intf->needs_remote_wakeup = 0;
 	mutex_unlock(&dev->lock);
 }
 


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
       [not found]                   ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2008-04-03 10:31                     ` Oliver Neukum
       [not found]                       ` <200804031231.19193.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03 10:31 UTC (permalink / raw)
  To: Stefan Schweizer
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-input-u79uwXL29TY76Z2rM5mHXA

Am Donnerstag, 3. April 2008 10:53:53 schrieb Stefan Schweizer:
> >  On second thought, this should be fixed by usb persist if the appletouch
> >  driver supported reset_resume. Would you be willing to test a kernel patch
> >  that implements reset_resume in the appletouch driver?
> 
> Sure, I would love to have this fixed :-)

Then, here's the patch. Testing this is not trivial. Please
compile your kernel with CONFIG_USB_SUSPEND and CONFIG_USB_PERSIST.
To use the feature you need to switch it on as described in
Documentation/usb/persist.txt

	Regards
		Oliver

----

--- linux-2.6.25-rc7-vanilla/drivers/input/mouse/appletouch.c	2008-03-31 15:16:40.000000000 +0200
+++ linux-2.6.25-rc7-work/drivers/input/mouse/appletouch.c	2008-04-03 12:17:01.000000000 +0200
@@ -32,6 +32,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/module.h>
+#include <linux/mutex.h>
 #include <linux/usb/input.h>
 
 /* Apple has powerbooks which have the keyboard with different Product IDs */
@@ -158,6 +159,7 @@ struct atp {
 	int			datalen;	/* size of an USB urb transfer */
 	int			idlecount;      /* number of empty packets */
 	struct work_struct      work;
+	struct mutex		lock;
 };
 
 #define dbg_dump(msg, tab) \
@@ -562,10 +564,14 @@ static int atp_open(struct input_dev *in
 {
 	struct atp *dev = input_get_drvdata(input);
 
-	if (usb_submit_urb(dev->urb, GFP_ATOMIC))
+	mutex_lock(&dev->lock);
+	if (usb_submit_urb(dev->urb, GFP_KERNEL)) {
+		mutex_unlock(&dev->lock);
 		return -EIO;
+	}
 
 	dev->open = 1;
+	mutex_unlock(&dev->lock);
 	return 0;
 }
 
@@ -573,9 +579,25 @@ static void atp_close(struct input_dev *
 {
 	struct atp *dev = input_get_drvdata(input);
 
+	mutex_lock(&dev->lock);
 	usb_kill_urb(dev->urb);
 	cancel_work_sync(&dev->work);
 	dev->open = 0;
+	mutex_unlock(&dev->lock);
+}
+
+static int handle_geyser(struct atp *dev)
+{
+	struct usb_device *udev = dev->udev;
+
+	if (!atp_is_fountain(dev)) {
+		/* switch to raw sensor mode */
+		if (atp_geyser_init(udev))
+			return -EIO;
+
+		printk(KERN_INFO "appletouch: Geyser mode initialized.\n");
+	}
+	return 0;
 }
 
 static int atp_probe(struct usb_interface *iface, const struct usb_device_id *id)
@@ -612,6 +634,7 @@ static int atp_probe(struct usb_interfac
 		goto err_free_devs;
 	}
 
+	mutex_init(&dev->lock);
 	dev->udev = udev;
 	dev->input = input_dev;
 	dev->overflowwarn = 0;
@@ -622,13 +645,8 @@ static int atp_probe(struct usb_interfac
 	else
 		dev->datalen = 81;
 
-	if (!atp_is_fountain(dev)) {
-		/* switch to raw sensor mode */
-		if (atp_geyser_init(udev))
-			goto err_free_devs;
-
-		printk(KERN_INFO "appletouch: Geyser mode initialized.\n");
-	}
+	if (handle_geyser(dev) < 0)
+		goto err_free_devs;
 
 	dev->urb = usb_alloc_urb(0, GFP_KERNEL);
 	if (!dev->urb)
@@ -747,18 +765,63 @@ static int atp_resume(struct usb_interfa
 {
 	struct atp *dev = usb_get_intfdata(iface);
 
-	if (dev->open && usb_submit_urb(dev->urb, GFP_ATOMIC))
+	if (dev->open && usb_submit_urb(dev->urb, GFP_NOIO))
 		return -EIO;
 
 	return 0;
 }
 
+static int recover_dev(struct atp *dev)
+{
+	int rv;
+
+	rv = handle_geyser(dev);
+	if (rv < 0)
+		return rv;
+
+	if (dev->open && usb_submit_urb(dev->urb, GFP_NOIO))
+		return -EIO;
+
+	return 0;	
+}
+
+static int atp_pre_reset(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+
+	mutex_lock(&dev->lock);
+	if (dev->open)
+		usb_kill_urb(dev->urb);
+
+	return 0;
+}
+
+static int atp_post_reset(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+	int rv;
+
+	rv = recover_dev(dev);
+	mutex_unlock(&dev->lock);
+	return rv;
+}
+
+static int atp_reset_resume(struct usb_interface *iface)
+{
+	struct atp *dev = usb_get_intfdata(iface);
+
+	return recover_dev(dev);
+}
+
 static struct usb_driver atp_driver = {
 	.name		= "appletouch",
 	.probe		= atp_probe,
 	.disconnect	= atp_disconnect,
 	.suspend	= atp_suspend,
 	.resume		= atp_resume,
+	.reset_resume	= atp_reset_resume,
+	.pre_reset	= atp_pre_reset,
+	.post_reset	= atp_post_reset,
 	.id_table	= atp_table,
 };
 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  8:29               ` suspend Oliver Neukum
@ 2008-04-03  8:53                 ` Stefan Schweizer
       [not found]                   ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
                                     ` (2 more replies)
  0 siblings, 3 replies; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-03  8:53 UTC (permalink / raw)
  To: Oliver Neukum; +Cc: linux-usb, linux-kernel

>  On second thought, this should be fixed by usb persist if the appletouch
>  driver supported reset_resume. Would you be willing to test a kernel patch
>  that implements reset_resume in the appletouch driver?

Sure, I would love to have this fixed :-)

best regards,
-Stefan

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  7:42             ` suspend Stefan Schweizer
  2008-04-03  8:02               ` suspend Oliver Neukum
@ 2008-04-03  8:29               ` Oliver Neukum
  2008-04-03  8:53                 ` suspend Stefan Schweizer
  1 sibling, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03  8:29 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: linux-usb, linux-kernel

Am Donnerstag, 3. April 2008 09:42:00 schrieb Stefan Schweizer:
> Oliver Neukum wrote:
> > Please load the appletouch module with the parameter "debug=1" and
> > post dmesg of a suspend/resume and the chvt thing.
> 
> I found out the appletouch issue was already discused here:
> http://lkml.org/lkml/2007/3/28/172
> 
> Unfortunately there seems to be no workaround and X-input still has more
> issues than it solves..
> 
> Attached is the dmesg excerpt

On second thought, this should be fixed by usb persist if the appletouch
driver supported reset_resume. Would you be willing to test a kernel patch
that implements reset_resume in the appletouch driver?

	Regards
		Oliver


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  7:42             ` suspend Stefan Schweizer
@ 2008-04-03  8:02               ` Oliver Neukum
  2008-04-03  8:29               ` suspend Oliver Neukum
  1 sibling, 0 replies; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03  8:02 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: linux-kernel, linux-usb

Am Donnerstag, 3. April 2008 09:42:00 schrieb Stefan Schweizer:
> Oliver Neukum wrote:
> > Please load the appletouch module with the parameter "debug=1" and
> > post dmesg of a suspend/resume and the chvt thing.
> 
> I found out the appletouch issue was already discused here:
> http://lkml.org/lkml/2007/3/28/172
> 
> Unfortunately there seems to be no workaround and X-input still has more
> issues than it solves..
> 
> Attached is the dmesg excerpt

According to dmesg the kernel part works correctly. This is an X problem
as diagnosed in the thread you sent a link to.

	Sorry
		Oliver


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  7:32           ` suspend Oliver Neukum
@ 2008-04-03  7:42             ` Stefan Schweizer
  2008-04-03  8:02               ` suspend Oliver Neukum
  2008-04-03  8:29               ` suspend Oliver Neukum
  0 siblings, 2 replies; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-03  7:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-usb

Oliver Neukum wrote:
> Please load the appletouch module with the parameter "debug=1" and
> post dmesg of a suspend/resume and the chvt thing.

I found out the appletouch issue was already discused here:
http://lkml.org/lkml/2007/3/28/172

Unfortunately there seems to be no workaround and X-input still has more
issues than it solves..

Attached is the dmesg excerpt

Best regards,
Stefan

usbcore: deregistering interface driver appletouch
input: appletouch disconnected
appletouch: Geyser mode initialized.
input: appletouch
as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/input/input19
usbcore: registered new interface driver appletouch
PM: Syncing filesystems ... done.
Stopping fuse filesystems.
Freezing user space processes ... (elapsed 0.00 seconds) <6>done.
Stopping normal filesystems.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) <6>done.
ACPI: Preparing to enter system sleep state S3
Suspending console(s)
sd 2:0:1:0: [sda] Synchronizing SCSI cache
sd 2:0:1:0: [sda] Stopping disk
ACPI handle has no context!
ACPI: PCI interrupt for device 0000:02:00.0 disabled
sky2 eth0: disabling interface
ACPI: PCI interrupt for device 0000:00:1f.2 disabled
ACPI: PCI interrupt for device 0000:00:1f.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.7 disabled
ACPI: PCI interrupt for device 0000:00:1d.3 disabled
ACPI: PCI interrupt for device 0000:00:1d.2 disabled
ACPI: PCI interrupt for device 0000:00:1d.1 disabled
ACPI: PCI interrupt for device 0000:00:1d.0 disabled
ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Disabling non-boot CPUs ...
CPU 1 is now offline
SMP alternatives: switching to UP code
CPU1 is down
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Back to C!
Enabling non-boot CPUs ...
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3995.35 BogoMIPS
(lpj=1997676)
CPU: After generic identify, caps: bfe9fbff 00100000 00000000 00000000
0000c1a9 00000000 00000000 00000000
monitor/mwait feature present.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfe9fbff 00100000 00000000 00002940 0000c1a9
00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Genuine Intel(R) CPU           T2500  @ 2.00GHz stepping 08
CPU1 is up
Switched to high resolution mode on CPU 1
PM: Writing back config space on device 0000:00:02.0 at offset f (was 100,
writing 10a)
PM: Writing back config space on device 0000:00:02.0 at offset 7 (was 0,
writing 90400000)
PM: Writing back config space on device 0000:00:02.0 at offset 6 (was 8,
writing 80000008)
PM: Writing back config space on device 0000:00:02.0 at offset 5 (was 1,
writing 20f1)
PM: Writing back config space on device 0000:00:02.0 at offset 4 (was 0,
writing 90380000)
PM: Writing back config space on device 0000:00:02.0 at offset 1 (was
900000, writing 900007)
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:02.0 to 64
PM: Writing back config space on device 0000:00:02.1 at offset 4 (was 0,
writing 90300000)
PM: Writing back config space on device 0000:00:02.1 at offset 1 (was
900000, writing 900007)
PM: Writing back config space on device 0000:00:07.0 at offset f (was 100,
writing 10a)
PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0,
writing 90444000)
PM: Writing back config space on device 0000:00:07.0 at offset 1 (was
b00000, writing b00002)
PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4,
writing 90440004)
PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0,
writing 40)
PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was
100000, writing 100002)
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1b.0 to 64
PM: Writing back config space on device 0000:00:1c.0 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001,
writing 50015001)
PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0,
writing 90209020)
PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was
20000000, writing 20001010)
PM: Writing back config space on device 0000:00:1c.0 at offset 6 (was 0,
writing 10100)
PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was
810000, writing 810040)
PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was
100000, writing 100007)
PCI: Setting latency timer of device 0000:00:1c.0 to 64
PM: Writing back config space on device 0000:00:1c.1 at offset f (was 200,
writing 20a)
PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001,
writing 1fff1)
PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0,
writing 90109010)
PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was
20000000, writing f0)
PM: Writing back config space on device 0000:00:1c.1 at offset 6 (was 0,
writing 20200)
PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was
810000, writing 810040)
PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was
100000, writing 100007)
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Enabling device 0000:00:1d.0 (0000 -> 0001)
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 21 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.0 to 64
PM: Writing back config space on device 0000:00:1d.0 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:00:1d.0 at offset 8 (was 1,
writing 20a1)
usb usb1: root hub lost power or was reset
PCI: Enabling device 0000:00:1d.1 (0000 -> 0001)
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.1 to 64
PM: Writing back config space on device 0000:00:1d.1 at offset f (was 200,
writing 20b)
PM: Writing back config space on device 0000:00:1d.1 at offset 8 (was 1,
writing 2081)
usb usb2: root hub lost power or was reset
PCI: Enabling device 0000:00:1d.2 (0000 -> 0001)
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.2 to 64
PM: Writing back config space on device 0000:00:1d.2 at offset f (was 300,
writing 30b)
PM: Writing back config space on device 0000:00:1d.2 at offset 8 (was 1,
writing 2061)
usb usb3: root hub lost power or was reset
PCI: Enabling device 0000:00:1d.3 (0000 -> 0001)
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.3 to 64
PM: Writing back config space on device 0000:00:1d.3 at offset f (was 400,
writing 40a)
PM: Writing back config space on device 0000:00:1d.3 at offset 8 (was 1,
writing 2041)
usb usb4: root hub lost power or was reset
PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 21 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0,
writing 90445400)
PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001,
writing 1fff1)
PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0,
writing 90009000)
PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was
22800000, writing 228000f0)
PM: Writing back config space on device 0000:00:1e.0 at offset 6 (was 0,
writing 20030300)
PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was
100000, writing 100007)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was
2800001, writing 2800005)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.1 to 64
PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200,
writing 20b)
PM: Writing back config space on device 0000:00:1f.2 at offset 8 (was 1,
writing 2021)
PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was
2b00002, writing 2b00007)
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1f.2 to 64
PM: Writing back config space on device 0000:00:1f.3 at offset f (was 200,
writing 20b)
PM: Writing back config space on device 0000:01:00.0 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:01:00.0 at offset c (was 0,
writing fffe0000)
PM: Writing back config space on device 0000:01:00.0 at offset 6 (was 1,
writing 1001)
PM: Writing back config space on device 0000:01:00.0 at offset 4 (was 4,
writing 90200004)
PM: Writing back config space on device 0000:01:00.0 at offset 3 (was 0,
writing 40)
PM: Writing back config space on device 0000:01:00.0 at offset 1 (was
40100000, writing 100007)
sky2 eth0: enabling interface
PM: Writing back config space on device 0000:02:00.0 at offset f (was 100,
writing 10b)
PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4,
writing 90100004)
PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0,
writing 40)
PM: Writing back config space on device 0000:02:00.0 at offset 1 (was
100000, writing 100007)
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:02:00.0 to 64
PM: Writing back config space on device 0000:03:03.0 at offset f (was
180c0100, writing 180c010b)
PM: Writing back config space on device 0000:03:03.0 at offset 4 (was 0,
writing 90000000)
PM: Writing back config space on device 0000:03:03.0 at offset 3 (was 0,
writing f810)
PM: Writing back config space on device 0000:03:03.0 at offset 1 (was
2900000, writing 2900216)
sd 2:0:1:0: [sda] Starting disk
ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
ata3.01: configured for UDMA/100
sd 2:0:1:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
sd 2:0:1:0: [sda] Write Protect is off
sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support
DPO or FUA
ata1.00: configured for UDMA/66
restoring control 00000000-0000-0000-0000-000000000101/0/2
restoring control 00000000-0000-0000-0000-000000000101/3/7
restoring control 00000000-0000-0000-0000-000000000101/5/9
applesmc: received a shock interrupt
applesmc: cannot setup irq handler
applesmc: accelerometer successfully initialized.
Restarting all filesystems ...
Restarting tasks ... <6>usb 1-1: USB disconnect, address 6
done.
usb 1-1: new low speed USB device using uhci_hcd and address 8
usb 1-1: configuration #1 chosen from 1 choice
input: HID 0461:4d03
as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/input/input20
input: USB HID v1.10 Mouse [HID 0461:4d03] on usb-0000:00:1d.0-1
usb 1-2: USB disconnect, address 7
input: appletouch disconnected
usb 1-2: new full speed USB device using uhci_hcd and address 9
usb 1-2: configuration #1 chosen from 1 choice
input: Apple Computer Apple Internal Keyboard / Trackpad
as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input21
input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard /
Trackpad] on usb-0000:00:1d.0-2
appletouch: Geyser mode initialized.
input: appletouch
as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/input/input22
appletouch: incomplete data package (first byte: 2, length: 4).
input: Apple Computer Apple Internal Keyboard / Trackpad
as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.2/input/input23
input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard /
Trackpad] on usb-0000:00:1d.0-2
usb 3-2: USB disconnect, address 3
usb 3-2: new full speed USB device using uhci_hcd and address 4
usb 3-2: configuration #1 chosen from 1 choice
hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on
usb-0000:00:1d.2-2
usb 4-1: USB disconnect, address 3
usb 4-1: new full speed USB device using uhci_hcd and address 4
usb 4-1: configuration #1 chosen from 1 choice
input: HID 05ac:1000
as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/input/input24
input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
input: HID 05ac:1000
as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/input/input25
input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 23:55         ` suspend Rafael J. Wysocki
@ 2008-04-03  7:32           ` Oliver Neukum
  2008-04-03  7:42             ` suspend Stefan Schweizer
  0 siblings, 1 reply; 38+ messages in thread
From: Oliver Neukum @ 2008-04-03  7:32 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Stefan Schweizer, linux-kernel, Alan Stern, linux-usb

Am Donnerstag, 3. April 2008 01:55:33 schrieb Rafael J. Wysocki:
> On Thursday, 3 of April 2008, Stefan Schweizer wrote:
> > Rafael J. Wysocki wrote:
> > 
> > > On Wednesday, 2 of April 2008, Justin Mattock wrote:
> > >> Hello; the only problems I see after a suspend is the appletouch
> > >> looses its scroll function,
> > > 
> > > Is that a USB device or some other kind?
> > 
> > I have the same Problem on my macbook 13,3" using the appletouch usb module
> > to drive the touchpad. chvt 1; chvt 7 brings the touchpad back after resume
> > but do you maybe know a better solution?
> 
> No, I don't, but perhaps the USB developers do (CCed now).

Please load the appletouch module with the parameter "debug=1" and
post dmesg of a suspend/resume and the chvt thing.

	Regards
		Oliver

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  1:01             ` suspend Tejun Heo
@ 2008-04-03  1:16               ` Justin Mattock
  0 siblings, 0 replies; 38+ messages in thread
From: Justin Mattock @ 2008-04-03  1:16 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Rafael J. Wysocki, linux-kernel, Alan, Jeff Garzik, Pavel Machek

Hello;
Yes both the drives are working(put a dvd in after a wakeup and it
worked.) As for the wireless if I  dont shutdown the wireless  before
a suspend, and leave it as is, it seems to be still connected after
the wakeup(that's pretty cool)

regards;
                Justin P. Mattock


On Thu, Apr 3, 2008 at 1:01 AM, Tejun Heo <htejun@gmail.com> wrote:
> Justin Mattock wrote:
>
> > Hello; attached is kern.log as asked and lspci -nn.
> >
>
>  kernel log is missing.
>
>
> > I've noticed some avc's in there. makes me wonder if this is why
> > wpa_supplicant isnt working after a wakeup
> >
>
>  Probably not.  It just took one extra try to wake the device up.  Both hard
> and optical drives are accessible after resume, right?
>
>  --
>  tejun
>



-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  0:44           ` suspend Justin Mattock
@ 2008-04-03  1:01             ` Tejun Heo
  2008-04-03  1:16               ` suspend Justin Mattock
  0 siblings, 1 reply; 38+ messages in thread
From: Tejun Heo @ 2008-04-03  1:01 UTC (permalink / raw)
  To: Justin Mattock
  Cc: Rafael J. Wysocki, linux-kernel, Alan, Jeff Garzik, Pavel Machek

Justin Mattock wrote:
> Hello; attached is kern.log as asked and lspci -nn.

kernel log is missing.

> I've noticed some avc's in there. makes me wonder if this is why
> wpa_supplicant isnt working after a wakeup

Probably not.  It just took one extra try to wake the device up.  Both 
hard and optical drives are accessible after resume, right?

-- 
tejun

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-03  0:18         ` suspend Tejun Heo
@ 2008-04-03  0:44           ` Justin Mattock
  2008-04-03  1:01             ` suspend Tejun Heo
  0 siblings, 1 reply; 38+ messages in thread
From: Justin Mattock @ 2008-04-03  0:44 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Rafael J. Wysocki, linux-kernel, Alan, Jeff Garzik, Pavel Machek

[-- Attachment #1: Type: text/plain, Size: 1540 bytes --]

Hello; attached is kern.log as asked and lspci -nn.
I've noticed some avc's in there. makes me wonder if this is why
wpa_supplicant isnt working after a wakeup
regards;
                Justin P. Mattock

On Thu, Apr 3, 2008 at 12:18 AM, Tejun Heo <htejun@gmail.com> wrote:
> Hello,
>
>  Justin Mattock wrote:
>
> >
> > >  > [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
> > >  > [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
> > >  > [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
> > >  > [ 1234.180232] ata1.00: configured for UDMA/66
> > >  > [ 1222.732011] ata3.01: NODEV after polling detection
> > >  > [ 1222.732016] ata3.01: revalidation failed (errno=-2)
> > >
> >
>
>  I presume this is ata_piix, right?  What's hanging off of ata3.01?  An
> optical drive?
>
>  What happened is that, after resuming, libata reseted the channel and
> issued IDENTIFY[_PACKET] to make sure the device was still there.  The
> device violated the state machine transition in the same way as when there's
> no device attached.  libata paused for a while and retries and the device
> responded correctly at the retry.  Things like this can happen.  The problem
> is that libata resume is currently synchronous and retries like this hold
> the machine back from reaching operational status even when there's no
> reason for resume retrial on optical drive to delay the rest of resume
> process.
>
>  Can you please post full kernel log and the result of 'lspci -nn'?
>
>  --
>  tejun
>



-- 
Justin P. Mattock

[-- Attachment #2: lspci --]
[-- Type: application/octet-stream, Size: 2374 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev 03)
00:07.0 Performance counters [1101]: Intel Corporation Unknown device [8086:27a3] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 [8086:27d2] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller [8086:27da] (rev 02)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc M56P [Radeon Mobility X1600] [1002:71c5]
02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller [11ab:4362] (rev 22)
03:00.0 Network controller [0280]: Atheros Communications, Inc. AR5418 802.11abgn Wireless PCI Express Adapter [168c:0024] (rev 01)
0c:03.0 FireWire (IEEE 1394) [0c00]: Texas Instruments TSB82AA2 IEEE-1394b Link Layer Controller [104c:8025] (rev 01)

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 19:18       ` suspend Justin Mattock
  2008-04-02 22:21         ` suspend Rafael J. Wysocki
@ 2008-04-03  0:18         ` Tejun Heo
  2008-04-03  0:44           ` suspend Justin Mattock
  1 sibling, 1 reply; 38+ messages in thread
From: Tejun Heo @ 2008-04-03  0:18 UTC (permalink / raw)
  To: Justin Mattock
  Cc: Rafael J. Wysocki, linux-kernel, Alan, Jeff Garzik, Pavel Machek

Hello,

Justin Mattock wrote:
>>  > [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
>>  > [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
>>  > [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
>>  > [ 1234.180232] ata1.00: configured for UDMA/66
>>  > [ 1222.732011] ata3.01: NODEV after polling detection
>>  > [ 1222.732016] ata3.01: revalidation failed (errno=-2)

I presume this is ata_piix, right?  What's hanging off of ata3.01?  An 
optical drive?

What happened is that, after resuming, libata reseted the channel and 
issued IDENTIFY[_PACKET] to make sure the device was still there.  The 
device violated the state machine transition in the same way as when 
there's no device attached.  libata paused for a while and retries and 
the device responded correctly at the retry.  Things like this can 
happen.  The problem is that libata resume is currently synchronous and 
retries like this hold the machine back from reaching operational status 
even when there's no reason for resume retrial on optical drive to delay 
the rest of resume process.

Can you please post full kernel log and the result of 'lspci -nn'?

-- 
tejun

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 22:21         ` suspend Rafael J. Wysocki
@ 2008-04-03  0:00           ` Justin Mattock
  0 siblings, 0 replies; 38+ messages in thread
From: Justin Mattock @ 2008-04-03  0:00 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: linux-kernel, Alan, Jeff Garzik, Tejun Heo, Pavel Machek

[-- Attachment #1: Type: text/plain, Size: 1620 bytes --]

Hello; This: revalidation failed (errno=-2) with sata seems to be
reproducible from over here. usually by the second wake up from
suspend takes a few seconds longer than the initial suspend wakeup,
then by the third I receive the revalidation errno=-2 in the top left
of the screen.

with appletouch putting in udev:
SUBSYSTEM=="input",KERNEL=="event*",SYSFS{name}=="appletouch",SYMLINK+="input/appletouchpad"
still gives me no scrolling function.

with the bluetooth mighty mouse(cyberdork from ubuntu lists refered to
this) using hid2hci --tohci
recovers the mouses scroll function.

On Wed, Apr 2, 2008 at 10:21 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Wednesday, 2 of April 2008, Justin Mattock wrote:
>  > Hello; I did some testing with the suspend and it seems the mighty
>  > mouse is being claimed by something before bluetooth daemon can claim
>  > it. the infrared device gives me no response even after issuing
>  > killall lirc and lircd and restarting the daemons,
>  > I'm able to get uvcvideo working after a rrmod uvcvideo then a
>  > modprobe uvcvideo then I'm able to use gmplayer tv:// -vf mirror to
>  > view the camera. with appletouch i have to ctrl,alt,del then rmmod
>  > appletouch then modprobe and startx for the scroll function to work
>  > again.
>  >
>  > with sata = ata3.01: revalidation failed (errno=-2) I suspended
>  > simultaneously, on the third time this seems to show up.
>  >
>  > Ill send the dmesg from the three suspends as soon as I locate the
>  > e-mail address to  the Sata people.
>
>  Please just attach it here.
>
>  Thanks,
>  Rafael
>



-- 
Justin P. Mattock

[-- Attachment #2: dmesg --]
[-- Type: application/octet-stream, Size: 89083 bytes --]

[    0.000000] Linux version 2.6.25-rc8 (root@unix) (gcc version 4.1.3 20080114 (prerelease) (Debian 4.1.2-19)) #1 SMP Tue Apr 1 23:57:23 UTC 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] 112MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] Scan SMP from c0000000 for 1024 bytes.
[    0.000000] Scan SMP from c009fc00 for 1024 bytes.
[    0.000000] Scan SMP from c00f0000 for 65536 bytes.
[    0.000000] Scan SMP from c009fc00 for 1024 bytes.
[    0.000000] Entering add_active_range(0, 0, 258282) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   258282
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   258282
[    0.000000] On node 0 totalpages: 258282
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 225 pages used for memmap
[    0.000000]   HighMem zone: 28681 pages, LIFO batch:7
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.4 present.
[    0.000000] Using APIC driver default
[    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] 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] Processor #0 6:15 APIC version 20
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] Processor #1 6:15 APIC version 20
[    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] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
[    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] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256265
[    0.000000] Kernel command line: root=/dev/sda1 ro quiet splash vga=773 selinux=1 audit=1 enforcing=1 highres=off apic=verbose acpi_osi=Linux pnpacpi=off usbcore.autosuspend=1 pci=routeirq
[    0.000000] audit: enabled (after initialization)
[    0.000000] ACPI: Added _OSI(Linux)
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    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] Detected 2161.259 MHz processor.
[    0.003333] Console: colour dummy device 80x25
[    0.003333] console [tty0] enabled
[    0.003333] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.003333] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.003333] Memory: 1019064k/1033128k available (2490k kernel code, 13416k reserved, 959k data, 332k init, 115624k highmem)
[    0.003333] virtual kernel memory layout:
[    0.003333]     fixmap  : 0xfff9a000 - 0xfffff000   ( 404 kB)
[    0.003333]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.003333]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.003333]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.003333]       .init : 0xc0466000 - 0xc04b9000   ( 332 kB)
[    0.003333]       .data : 0xc036e8c8 - 0xc045e740   ( 959 kB)
[    0.003333]       .text : 0xc0100000 - 0xc036e8c8   (2490 kB)
[    0.003333] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=12, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[    0.003333] hpet clockevent registered
[    0.083331] Calibrating delay using timer specific routine.. 4328.71 BogoMIPS (lpj=7210737)
[    0.083348] Security Framework initialized
[    0.083351] SELinux:  Initializing.
[    0.083358] SELinux:  Starting in enforcing mode
[    0.083366] selinux_register_security:  Registering secondary module capability
[    0.083368] Capability LSM initialized as secondary
[    0.083377] Mount-cache hash table entries: 512
[    0.083483] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.083485] CPU: L2 cache: 4096K
[    0.083487] CPU: Physical Processor ID: 0
[    0.083489] CPU: Processor Core ID: 0
[    0.083491] Intel machine check architecture supported.
[    0.083494] Intel machine check reporting enabled on CPU#0.
[    0.083496] using mwait in idle threads.
[    0.083499] Compat vDSO mapped to ffffe000.
[    0.083504] Checking 'hlt' instruction... OK.
[    0.097770] ACPI: Core revision 20070126
[    0.105393] CPU0: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[    0.105399] enabled ExtINT on CPU#0
[    0.105408] Booting processor 1/1 ip 4000
[    0.003333] Initializing CPU#1
[    0.003333] masked ExtINT on CPU#1
[    0.003333] Calibrating delay using timer specific routine.. 4324.66 BogoMIPS (lpj=7204266)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 4096K
[    0.003333] CPU: Physical Processor ID: 0
[    0.003333] CPU: Processor Core ID: 1
[    0.003333] Intel machine check architecture supported.
[    0.003333] Intel machine check reporting enabled on CPU#1.
[    0.197373] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[    0.197387] Total of 2 processors activated (8652.37 BogoMIPS).
[    0.197577] ENABLING IO-APIC IRQs
[    0.197579] init IO_APIC IRQs
[    0.197580]  IO-APIC (apicid-pin) 1-0 not connected.
[    0.197625]  IO-APIC (apicid-pin) 1-16, 1-17, 1-18, 1-19, 1-20, 1-21, 1-22, 1-23 not connected.
[    0.197777] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.230813] Using local APIC timer interrupts.
[    0.230814] calibrating APIC timer ...
[    0.233318] ... lapic delta = 1039058
[    0.233318] ... PM timer delta = 357953
[    0.233318] ... PM timer result ok
[    0.233318] ..... delta 1039058
[    0.233318] ..... mult: 44630111
[    0.233318] ..... calibration result: 554164
[    0.233318] ..... CPU clock speed is 2161.1523 MHz.
[    0.233318] ..... host bus clock speed is 166.0886 MHz.
[    0.233318] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.233334] Brought up 2 CPUs
[    0.233358] CPU0 attaching sched-domain:
[    0.233360]  domain 0: span 3
[    0.233362]   groups: 1 2
[    0.233365] CPU1 attaching sched-domain:
[    0.233366]  domain 0: span 3
[    0.233368]   groups: 2 1
[    0.233604] net_namespace: 452 bytes
[    0.233613] Booting paravirtualized kernel on bare hardware
[    0.233780] NET: Registered protocol family 16
[    0.233951] No dock devices found.
[    0.234058] EISA bus registered
[    0.234062] ACPI: bus type pci registered
[    0.234138] PCI: Using configuration type 1
[    0.234140] Setting up standard PCI resources
[    0.236134] ACPI: EC: EC description table is found, configuring boot EC
[    0.236314] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.238546] ACPI: BIOS _OSI(Linux) query honored via cmdline
[    0.238887] ACPI: Interpreter enabled
[    0.238889] ACPI: (supports S0 S3 S4 S5)
[    0.238901] ACPI: Using IOAPIC for interrupt routing
[    0.252538] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.252540] ACPI: EC: driver started in poll mode
[    0.253970] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.254745] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[    0.254749] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[    0.255597] PCI: Transparent bridge - 0000:00:1e.0
[    0.255640] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.255942] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.256060] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.256172] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.256284] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.256405] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.262358] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.262446] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.262532] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.262624] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.262711] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.262797] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.262882] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.262967] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
[    0.263348] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.263380] pnp: PnP ACPI: disabled
[    0.263567] SCSI subsystem initialized
[    0.263624] libata version 3.00 loaded.
[    0.263730] usbcore: registered new interface driver usbfs
[    0.263787] usbcore: registered new interface driver hub
[    0.263841] usbcore: registered new device driver usb
[    0.264096] PCI: Using ACPI for IRQ routing
[    0.264098] PCI: Routing PCI interrupts for all devices because "pci=routeirq" specified
[    0.264103] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.264106] ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.264109] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[    0.264112] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[    0.264115] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[    0.264118] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[    0.264121] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[    0.264124] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[    0.264127] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[    0.264129] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[    0.264132] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[    0.264134] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[    0.264137] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[    0.264140] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 19
[    0.264142] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.264145] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.264148] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[    0.264150] ACPI: PCI Interrupt 0000:0c:03.0[A] -> GSI 19 (level, low) -> IRQ 19
[    0.264153] number of MP IRQ sources: 15.
[    0.264154] number of IO-APIC #1 registers: 24.
[    0.264156] testing the IO APIC.......................
[    0.264164] IO APIC #1......
[    0.264165] .... register #00: 00000000
[    0.264166] .......    : physical APIC id: 00
[    0.264168] .......    : Delivery Type: 0
[    0.264169] .......    : LTS          : 0
[    0.264170] .... register #01: 00170020
[    0.264172] .......     : max redirection entries: 0017
[    0.264173] .......     : PRQ implemented: 0
[    0.264175] .......     : IO APIC version: 0020
[    0.264176] .... IRQ redirection table:
[    0.264177]  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
[    0.264182]  00 000 00  1    0    0   0   0    0    0    00
[    0.264189]  01 003 03  0    0    0   0   0    1    1    39
[    0.264194]  02 003 03  0    0    0   0   0    1    1    31
[    0.264200]  03 003 03  0    0    0   0   0    1    1    41
[    0.264206]  04 003 03  0    0    0   0   0    1    1    49
[    0.264211]  05 003 03  0    0    0   0   0    1    1    51
[    0.264217]  06 003 03  0    0    0   0   0    1    1    59
[    0.264223]  07 003 03  0    0    0   0   0    1    1    61
[    0.264228]  08 003 03  0    0    0   0   0    1    1    69
[    0.264234]  09 003 03  0    1    0   0   0    1    1    71
[    0.264240]  0a 003 03  0    0    0   0   0    1    1    79
[    0.264245]  0b 003 03  0    0    0   0   0    1    1    81
[    0.264251]  0c 003 03  0    0    0   0   0    1    1    89
[    0.264257]  0d 003 03  0    0    0   0   0    1    1    91
[    0.264263]  0e 003 03  0    0    0   0   0    1    1    99
[    0.264268]  0f 003 03  0    0    0   0   0    1    1    A1
[    0.264274]  10 003 03  1    1    0   1   0    1    1    A9
[    0.264280]  11 003 03  1    1    0   1   0    1    1    B9
[    0.264286]  12 003 03  1    1    0   1   0    1    1    C1
[    0.264291]  13 003 03  1    1    0   1   0    1    1    D1
[    0.264297]  14 000 00  1    0    0   0   0    0    0    00
[    0.264303]  15 000 00  1    0    0   0   0    0    0    00
[    0.264308]  16 003 03  1    1    0   1   0    1    1    B1
[    0.264314]  17 003 03  1    1    0   1   0    1    1    C9
[    0.264317] IRQ to pin mappings:
[    0.264318] IRQ0 -> 0:2
[    0.264320] IRQ1 -> 0:1
[    0.264321] IRQ3 -> 0:3
[    0.264323] IRQ4 -> 0:4
[    0.264324] IRQ5 -> 0:5
[    0.264326] IRQ6 -> 0:6
[    0.264328] IRQ7 -> 0:7
[    0.264329] IRQ8 -> 0:8
[    0.264331] IRQ9 -> 0:9
[    0.264332] IRQ10 -> 0:10
[    0.264334] IRQ11 -> 0:11
[    0.264335] IRQ12 -> 0:12
[    0.264337] IRQ13 -> 0:13
[    0.264339] IRQ14 -> 0:14
[    0.264340] IRQ15 -> 0:15
[    0.264342] IRQ16 -> 0:16
[    0.264343] IRQ17 -> 0:17
[    0.264345] IRQ18 -> 0:18
[    0.264346] IRQ19 -> 0:19
[    0.264348] IRQ22 -> 0:22
[    0.264350] IRQ23 -> 0:23
[    0.264352] .................................... done.
[    0.269996] NetLabel: Initializing
[    0.269997] NetLabel:  domain hash size = 128
[    0.269999] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.270011] NetLabel:  unlabeled traffic allowed by default
[    0.270021] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 11
[    0.270025] hpet0: 3 64-bit timers, 14318180 Hz
[    0.307153] PCI: Bridge: 0000:00:01.0
[    0.307155]   IO window: 3000-3fff
[    0.307159]   MEM window: 0x50300000-0x503fffff
[    0.307162]   PREFETCH window: 0x0000000040000000-0x0000000047ffffff
[    0.307166] PCI: Bridge: 0000:00:1c.0
[    0.307169]   IO window: 2000-2fff
[    0.307175]   MEM window: 0x50200000-0x502fffff
[    0.307179]   PREFETCH window: 0x0000000050500000-0x00000000505fffff
[    0.307186] PCI: Bridge: 0000:00:1c.1
[    0.307187]   IO window: disabled.
[    0.307193]   MEM window: 0x50100000-0x501fffff
[    0.307197]   PREFETCH window: disabled.
[    0.307203] PCI: Bridge: 0000:00:1c.2
[    0.307206]   IO window: 1000-1fff
[    0.307212]   MEM window: 0x4c100000-0x500fffff
[    0.307216]   PREFETCH window: 0x0000000048000000-0x000000004bffffff
[    0.307223] PCI: Bridge: 0000:00:1e.0
[    0.307224]   IO window: disabled.
[    0.307230]   MEM window: 0x4c000000-0x4c0fffff
[    0.307234]   PREFETCH window: disabled.
[    0.307249] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[    0.307253] PCI: Setting latency timer of device 0000:00:01.0 to 64
[    0.307274] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[    0.307280] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[    0.307301] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[    0.307307] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[    0.307329] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[    0.307334] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[    0.307348] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    0.307357] NET: Registered protocol family 2
[    0.320025] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.320209] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.320565] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.320742] TCP: Hash tables configured (established 131072 bind 65536)
[    0.320744] TCP reno registered
[    0.094025] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[    0.094306] audit: initializing netlink socket (enabled)
[    0.094317] type=2000 audit(1207179391.326:1): initialized
[    0.094495] highmem bounce pool size: 64 pages
[    0.094498] Total HugeTLB memory allocated, 0
[    0.097168] fuse init (API version 7.9)
[    0.097436] SELinux:  Registering netfilter hooks
[    0.097506] io scheduler noop registered
[    0.097558] io scheduler cfq registered (default)
[    0.097655] pci 0000:01:00.0: Boot video device
[    0.097771] vesafb: framebuffer at 0x40000000, mapped to 0xf8880000, using 1536k, total 16384k
[    0.097774] vesafb: mode is 1024x768x8, linelength=1024, pages=18
[    0.097775] vesafb: protected mode interface info at c000:ad0c
[    0.097778] vesafb: pmi: set display start = c00cad94, set palette = c00cae50
[    0.097779] vesafb: scrolling: redraw
[    0.097781] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
[    0.097833] fb0: VESA VGA frame buffer device
[    0.097908] power_supply ADP1: uevent
[    0.097910] power_supply ADP1: No power supply yet
[    0.097942] power_supply ADP1: power_supply_changed
[    0.097947] ACPI: AC Adapter [ADP1] (on-line)
[    0.097988] power_supply ADP1: power_supply_changed_work
[    0.097991] power_supply ADP1: power_supply_update_gen_leds 1
[    0.097996] power_supply ADP1: uevent
[    0.097998] power_supply ADP1: POWER_SUPPLY_NAME=ADP1
[    0.098002] power_supply ADP1: Static prop TYPE=Mains
[    0.098004] power_supply ADP1: 1 dynamic props
[    0.098006] power_supply ADP1: prop ONLINE=1
[    0.331905] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.424595] power_supply BAT0: uevent
[    0.424597] power_supply BAT0: No power supply yet
[    0.424643] power_supply BAT0: power_supply_changed
[    0.424695] power_supply BAT0: power_supply_changed_work
[    0.448924] ACPI: Battery Slot [BAT0] (battery present)
[    0.453219] hpet_resources: 0xfed00000 is busy
[    0.453749] loop: module loaded
[    0.453774] Linux video capture interface: v2.00
[    0.453919] input: Macintosh mouse button emulation as /class/input/input0
[    0.454049] Driver 'sd' needs updating - please use bus_type methods
[    0.454099] Driver 'sr' needs updating - please use bus_type methods
[    0.454220] ata_piix 0000:00:1f.1: version 2.12
[    0.454227] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[    0.454261] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[    0.454334] scsi0 : ata_piix
[    0.454501] scsi1 : ata_piix
[    0.455135] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
[    0.455138] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
[    0.481764] power_supply BAT0: power_supply_update_bat_leds 4
[    0.481770] power_supply BAT0: uevent
[    0.481771] power_supply BAT0: POWER_SUPPLY_NAME=BAT0
[    0.481775] power_supply BAT0: Static prop TYPE=Battery
[    0.481777] power_supply BAT0: 12 dynamic props
[    0.481780] power_supply BAT0: prop STATUS=Full
[    0.481782] power_supply BAT0: prop PRESENT=1
[    0.481784] power_supply BAT0: prop TECHNOLOGY=Unknown
[    0.481787] power_supply BAT0: prop VOLTAGE_MIN_DESIGN=10800000
[    0.481789] power_supply BAT0: prop VOLTAGE_NOW=12503000
[    0.481791] power_supply BAT0: prop CURRENT_NOW=0
[    0.481793] power_supply BAT0: prop ENERGY_FULL_DESIGN=55000000
[    0.481796] power_supply BAT0: prop ENERGY_FULL=53210000
[    0.481798] power_supply BAT0: prop ENERGY_NOW=52320000
[    0.481800] power_supply BAT0: prop MODEL_NAME=ASMB012
[    0.481802] power_supply BAT0: prop MANUFACTURER=SMPN012
[    0.481804] power_supply BAT0: prop SERIAL_NUMBER=
[    0.266661] Switched to NOHz mode on CPU #1
[    0.503310] Switched to NOHz mode on CPU #0
[    0.280578] ata1.00: ATAPI: MATSHITADVD-R   UJ-857D, KCV9, max UDMA/66
[    0.290528] ata1.00: configured for UDMA/66
[    0.514877] scsi 0:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-857D  KCV9 PQ: 0 ANSI: 5
[    0.516641] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    0.516641] Uniform CD-ROM driver Revision: 3.20
[    0.516641] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    0.516641] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    0.516641] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[    0.516641] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[    0.523316] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[    0.523361] scsi2 : ata_piix
[    0.523440] scsi3 : ata_piix
[    0.524312] ata3: SATA max UDMA/133 cmd 0x40c8 ctl 0x40e4 bmdma 0x40a0 irq 19
[    0.524314] ata4: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e0 bmdma 0x40a8 irq 19
[    0.543306] ata3.01: ATA-8: FUJITSU MHW2120BH, 00810013, max UDMA/100
[    0.543306] ata3.01: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.547143] ata3.01: configured for UDMA/100
[    0.556638] scsi 2:0:1:0: Direct-Access     ATA      FUJITSU MHW2120B 0081 PQ: 0 ANSI: 5
[    0.556638] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[    0.556638] sd 2:0:1:0: [sda] Write Protect is off
[    0.556638] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    0.556638] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.556638] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[    0.556638] sd 2:0:1:0: [sda] Write Protect is off
[    0.556638] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[    0.556638] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.556638]  sda: sda1 sda2 < sda5 >
[    0.556638] sd 2:0:1:0: [sda] Attached SCSI disk
[    0.556638] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    0.556638] usbcore: registered new interface driver usblcd
[    0.556638] usbcore: registered new interface driver usbled
[    0.556638] PNP: No PS/2 controller found. Probing ports directly.
[    0.556638] i8042.c: No controller found.
[    0.556652] mice: PS/2 mouse device common for all mice
[    0.556710] applesmc: Apple MacBook Pro detected:
[    0.556712] applesmc:  - Model with accelerometer
[    0.556713] applesmc:  - Model with light sensors and backlight
[    0.556715] applesmc:  - Model with 12 temperature sensors
[    0.566896] applesmc: device successfully initialized (0xe0, 0x00).
[    0.566898] applesmc: device successfully initialized.
[    0.567133] applesmc: 2 fans found.
[    0.567974] input: applesmc as /class/input/input1
[    0.568037] Registered led device: smc::kbd_backlight
[    0.568075] applesmc: driver successfully loaded.
[    0.568142] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[    0.568145] EDAC MC: Ver: 2.1.0 Apr  1 2008
[    0.568334] cpuidle: using governor ladder
[    0.568336] cpuidle: using governor menu
[    0.568370] usbcore: registered new interface driver hiddev
[    0.568402] usbcore: registered new interface driver usbhid
[    0.568404] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[    0.568440] Advanced Linux Sound Architecture Driver Version 1.0.16rc2 (Thu Jan 31 16:40:16 2008 UTC).
[    0.568442] ALSA device list:
[    0.568444]   No soundcards found.
[    0.568498] oprofile: using NMI interrupt.
[    0.568895] IPVS: Registered protocols (TCP, AH, ESP)
[    0.568908] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    0.568928] IPVS: ipvs loaded.
[    0.568930] Initializing XFRM netlink socket
[    0.568941] NET: Registered protocol family 1
[    0.568950] NET: Registered protocol family 17
[    0.568954] NET: Registered protocol family 15
[    0.568960] Starting balanced_irq
[    0.568985] Using IPI No-Shortcut mode
[    0.351659] kjournald starting.  Commit interval 5 seconds
[    0.569971] EXT3-fs: mounted filesystem with ordered data mode.
[    0.569971] VFS: Mounted root (ext3 filesystem) readonly.
[    0.569971] Freeing unused kernel memory: 332k freed
[    0.746192] SELinux:8192 avtab hash slots allocated. Num of rules:203526
[    0.777120] SELinux:8192 avtab hash slots allocated. Num of rules:203526
[    0.808688] security:  7 users, 7 roles, 2631 types, 89 bools
[    0.808691] security:  69 classes, 203526 rules
[    0.810025] SELinux:  Completing initialization.
[    0.810028] SELinux:  Setting up existing superblocks.
[    0.813289] SELinux: initialized (dev sda1, type ext3), uses xattr
[    0.816622] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    0.816622] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    0.816622] SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    0.816622] SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    0.816622] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    0.816622] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    0.816622] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    0.816622] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    0.816622] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    0.816622] SELinux: policy loaded with handle_unknown=deny
[    0.816622] type=1403 audit(1207179393.473:2): policy loaded auid=4294967295 ses=4294967295
[    0.726145] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    0.976561] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    1.062018] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    1.813270] power_supply ADP1: uevent
[    1.813273] power_supply ADP1: POWER_SUPPLY_NAME=ADP1
[    1.813277] power_supply ADP1: Static prop TYPE=Mains
[    1.813279] power_supply ADP1: 1 dynamic props
[    1.813282] power_supply ADP1: prop ONLINE=1
[    1.813297] power_supply BAT0: uevent
[    1.813298] power_supply BAT0: POWER_SUPPLY_NAME=BAT0
[    1.813301] power_supply BAT0: Static prop TYPE=Battery
[    1.813303] power_supply BAT0: 12 dynamic props
[    1.178339] power_supply BAT0: prop STATUS=Full
[    1.178344] power_supply BAT0: prop PRESENT=1
[    1.178346] power_supply BAT0: prop TECHNOLOGY=Unknown
[    1.178349] power_supply BAT0: prop VOLTAGE_MIN_DESIGN=10800000
[    1.178352] power_supply BAT0: prop VOLTAGE_NOW=12503000
[    1.178354] power_supply BAT0: prop CURRENT_NOW=0
[    1.178356] power_supply BAT0: prop ENERGY_FULL_DESIGN=55000000
[    1.178359] power_supply BAT0: prop ENERGY_FULL=53210000
[    1.178361] power_supply BAT0: prop ENERGY_NOW=52320000
[    1.178363] power_supply BAT0: prop MODEL_NAME=ASMB012
[    1.178366] power_supply BAT0: prop MANUFACTURER=SMPN012
[    1.178368] power_supply BAT0: prop SERIAL_NUMBER=
[    3.042369] ACPI: SSDT 3FEB8C10, 02AE (r1 APPLE   Cpu0Ist     3000 INTL 20050309)
[    3.042656] ACPI: SSDT 3FEB8910, 02A0 (r1 APPLE   Cpu0Cst     3001 INTL 20050309)
[    3.042909] Monitor-Mwait will be used to enter C-1 state
[    3.042911] Monitor-Mwait will be used to enter C-2 state
[    3.042914] Monitor-Mwait will be used to enter C-3 state
[    3.042967] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    3.042993] ACPI: ACPI0007:00 is registered as cooling_device0
[    3.042997] ACPI: Processor [CPU0] (supports 8 throttling states)
[    3.043316] ACPI: SSDT 3FEB8F10, 0087 (r1 APPLE   Cpu1Ist     3000 INTL 20050309)
[    3.043523] ACPI: SSDT 3FEB7F10, 0085 (r1 APPLE   Cpu1Cst     3000 INTL 20050309)
[    2.372858] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[    2.372880] ACPI: ACPI0007:01 is registered as cooling_device1
[    2.372885] ACPI: Processor [CPU1] (supports 8 throttling states)
[    3.060696] input: Power Button (FF) as /class/input/input2
[    3.079861] ACPI: Power Button (FF) [PWRF]
[    3.079932] input: Lid Switch as /class/input/input3
[    3.079992] ACPI: Lid Switch [LID0]
[    3.080036] input: Power Button (CM) as /class/input/input4
[    3.109890] ACPI: Power Button (CM) [PWRB]
[    3.109963] input: Sleep Button (CM) as /class/input/input5
[    3.136528] ACPI: Sleep Button (CM) [SLPB]
[    3.137140] input: Video Bus as /class/input/input6
[    3.163157] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.296574] Linux agpgart interface v0.103
[    2.648530] USB Universal Host Controller Interface driver v3.0
[    2.648817] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[    2.648833] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[    2.648838] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.649039] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[    2.649140] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.649194] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[    2.649330] usb usb1: configuration #1 chosen from 1 choice
[    2.649353] hub 1-0:1.0: USB hub found
[    2.649360] hub 1-0:1.0: 2 ports detected
[    3.410755] ath_hal: module license 'Proprietary' taints kernel.
[    2.753367] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[    2.753384] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[    2.753389] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.753414] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    2.753461] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[    2.753576] usb usb2: configuration #1 chosen from 1 choice
[    2.753600] hub 2-0:1.0: USB hub found
[    2.753608] hub 2-0:1.0: 2 ports detected
[    3.441320] ath_hal: 0.9.30.13 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
[    3.471979] wlan: svn r3221
[    2.856622] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[    2.856634] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[    2.856637] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.856661] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    2.856696] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[    2.856812] usb usb3: configuration #1 chosen from 1 choice
[    2.856834] hub 3-0:1.0: USB hub found
[    2.856839] hub 3-0:1.0: 2 ports detected
[    3.626588] ath_pci: svn r3221
[    2.966607] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[    2.966618] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[    2.966621] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    2.966650] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[    2.966684] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
[    2.966787] usb usb4: configuration #1 chosen from 1 choice
[    2.966809] hub 4-0:1.0: USB hub found
[    2.966815] hub 4-0:1.0: 2 ports detected
[    2.993220] usb 1-2: new full speed USB device using uhci_hcd and address 2
[    3.070121] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[    3.070141] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[    3.070146] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.070172] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    3.074103] ehci_hcd 0000:00:1d.7: debug port 1
[    3.074117] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[    3.074123] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x50405400
[    3.113610] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    3.113718] usb usb5: configuration #1 chosen from 1 choice
[    3.113742] hub 5-0:1.0: USB hub found
[    3.113747] hub 5-0:1.0: 8 ports detected
[    3.903253] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[    3.903286] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[    3.943464] hda_codec: STAC922x, Apple subsys_id=106b1e00
[    3.981413] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[    3.981426] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    4.111323] HAL returned 41 channels.
[    4.111329] Channel   1 (2412 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111333] Channel   1 (2412 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111336] Channel   2 (2417 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111340] Channel   2 (2417 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111343] Channel   3 (2422 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111346] Channel   3 (2422 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111349] Channel   4 (2427 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111353] Channel   4 (2427 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111356] Channel   5 (2432 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111359] Channel   5 (2432 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111362] Channel   6 (2437 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111366] Channel   6 (2437 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111369] Channel   6 (2437 MHz) Max Tx Power 18 dBm (reg limited) [31 hw 18 reg] Flags CF_TURBO CF_OFDM CF_2GHZ
[    4.111372] Channel   7 (2442 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111375] Channel   7 (2442 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111379] Channel   8 (2447 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111382] Channel   8 (2447 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111385] Channel   9 (2452 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111388] Channel   9 (2452 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111392] Channel  10 (2457 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111395] Channel  10 (2457 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111398] Channel  11 (2462 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_CCK CF_2GHZ
[    4.111401] Channel  11 (2462 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_OFDM CF_2GHZ
[    4.111405] Channel  36 (5180 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111408] Channel  40 (5200 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111411] Channel  42 (5210 MHz) Max Tx Power 15 dBm (reg limited) [31 hw 15 reg] Flags CF_TURBO CF_OFDM CF_5GHZ CF_STATIC_TURBO
[    4.111415] Channel  44 (5220 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111418] Channel  48 (5240 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111421] Channel  50 (5250 MHz) Max Tx Power 15 dBm (reg limited) [31 hw 15 reg] Flags CF_TURBO CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY CF_STATIC_TURBO PF_DFS_REQUIRED
[    4.111426] Channel  52 (5260 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY PF_DFS_REQUIRED
[    4.111429] Channel  56 (5280 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY PF_DFS_REQUIRED
[    4.111433] Channel  58 (5290 MHz) Max Tx Power 18 dBm (reg limited) [31 hw 18 reg] Flags CF_TURBO CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY CF_STATIC_TURBO PF_DFS_REQUIRED
[    4.111437] Channel  60 (5300 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY PF_DFS_REQUIRED
[    4.111441] Channel  64 (5320 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ CF_PASSIVE_SCAN_ONLY PF_DFS_REQUIRED
[    4.111445] Channel 149 (5745 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111449] Channel 152 (5760 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_TURBO CF_OFDM CF_5GHZ CF_STATIC_TURBO
[    4.111452] Channel 153 (5765 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111455] Channel 157 (5785 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111459] Channel 160 (5800 MHz) Max Tx Power 20 dBm (reg limited) [31 hw 20 reg] Flags CF_TURBO CF_OFDM CF_5GHZ CF_STATIC_TURBO
[    4.111462] Channel 161 (5805 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111466] Channel 165 (5825 MHz) Max Tx Power 30 dBm (reg limited) [31 hw 30 reg] Flags CF_OFDM CF_5GHZ
[    4.111468] ath_pci: switching rfkill capability off
[    3.453022] ath_rate_sample: 1.2 (svn r3221)
[    4.134228] Marking TSC unstable due to: TSC halts in idle.
[    4.134901] ath_pci: switching per-packet transmit power control off
[    4.135352] wifi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[    4.135358] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[    4.135362] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[    4.135369] wifi0: turboA rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[    4.135375] wifi0: turboG rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[    4.135380] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
[    4.135384] wifi0: mac 12.10 phy 8.1 radio 12.0
[    4.135387] wifi0: Use hw queue 1 for WME_AC_BE traffic
[    4.135389] wifi0: Use hw queue 0 for WME_AC_BK traffic
[    4.135391] wifi0: Use hw queue 2 for WME_AC_VI traffic
[    4.135393] wifi0: Use hw queue 3 for WME_AC_VO traffic
[    4.135394] wifi0: Use hw queue 8 for CAB traffic
[    4.135396] wifi0: Use hw queue 9 for beacons
[    3.522844] usb 1-2: device not accepting address 2, error -71
[    4.206685] wifi0: Atheros 5418: mem=0x50100000, irq=17
[    3.527500] ACPI: PCI Interrupt 0000:0c:03.0[A] -> GSI 19 (level, low) -> IRQ 19
[    3.578640] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[    4.816376] Clocksource tsc unstable (delta = -341425985 ns)
[    4.391667] usb 5-4: new high speed USB device using ehci_hcd and address 3
[    5.191869] usb 5-4: configuration #1 chosen from 1 choice
[    5.527273] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0019e3fffe2ad87e]
[    5.869334] usb 1-2: new full speed USB device using uhci_hcd and address 4
[    6.049169] usb 1-2: configuration #1 chosen from 1 choice
[    6.055290] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input7
[    6.084431] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[    6.091828] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input8
[    6.091828] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[    5.642799] usb 3-2: new full speed USB device using uhci_hcd and address 2
[    5.813084] usb 3-2: configuration #1 chosen from 1 choice
[    6.500016] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[    6.726125] usb 4-1: new full speed USB device using uhci_hcd and address 2
[    6.907054] usb 4-1: configuration #1 chosen from 1 choice
[    6.929744] input: HID 05ac:1000 as /class/input/input9
[    6.930077] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[    6.949646] input: HID 05ac:1000 as /class/input/input10
[    6.949955] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[    6.272333] appletouch: Geyser mode initialized.
[    6.272390] input: appletouch as /class/input/input11
[    6.317033] usbcore: registered new interface driver appletouch
[    6.604345] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    7.432242] Symbol init_mm is marked as UNUSED, however this module is using it.
[    7.432246] This symbol will go away in the future.
[    7.432248] 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.
[    7.449658] [fglrx] Maximum main memory to use for locked dma buffers: 913 MBytes.
[    7.449693] [fglrx] ASYNCIO init succeed!
[    7.451529] [fglrx] PAT is enabled successfully!
[    7.451554] [fglrx] module loaded - fglrx 8.47.3 [Feb 25 2008] on minor 0
[    7.623316] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
[    7.623319] intelfb: Version 0.9.4
[    7.660879] Console: switching to colour frame buffer device 128x48
[    7.705850] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.072717] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    7.092534] arp_tables: (C) 2002 David S. Miller
[    7.112557] ieee80211_crypt: registered algorithm 'NULL'
[    7.120974] ieee80211_crypt: registered algorithm 'TKIP'
[    7.217690] Adding 2988048k swap on /dev/disk/by-uuid/c58cdc7c-b94b-4116-9cca-bf154269e4d8.  Priority:-1 extents:1 across:2988048k
[    7.281016] EXT3 FS on sda1, internal journal
[    8.045925] usb 5-4: USB disconnect, address 3
[    9.162262] usb 5-4: new high speed USB device using ehci_hcd and address 6
[    9.286355] usb 5-4: configuration #1 chosen from 1 choice
[    9.354657] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8501)
[    9.357216] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
[    9.358611] input: Built-in iSight as /class/input/input12
[    9.371481] usbcore: registered new interface driver uvcvideo
[    9.371486] USB Video Class driver (SVN r198)
[    9.702830] appletouch: incomplete data package (first byte: 2, length: 4).
[   11.378633] input: Pommed beeper device as /class/input/input13
[   11.500490] Bluetooth: Core ver 2.11
[   10.900891] NET: Registered protocol family 31
[   10.900895] Bluetooth: HCI device and connection manager initialized
[   10.900899] Bluetooth: HCI socket layer initialized
[   11.535885] Bluetooth: L2CAP ver 2.9
[   11.535885] Bluetooth: L2CAP socket layer initialized
[   10.944600] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   10.957904] usb 4-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[   11.580847] Bluetooth: RFCOMM socket layer initialized
[   11.581322] Bluetooth: RFCOMM TTY layer initialized
[   11.581325] Bluetooth: RFCOMM ver 1.8
[   11.222932] usb 4-1: USB disconnect, address 2
[   11.474136] usb 4-1: new full speed USB device using uhci_hcd and address 3
[   12.237365] usb 4-1: configuration #1 chosen from 1 choice
[   12.372584] Bluetooth: HCI USB driver ver 2.9
[   12.375514] usbcore: registered new interface driver hci_usb
[   12.466684] CPU0 attaching NULL sched-domain.
[   12.466690] CPU1 attaching NULL sched-domain.
[   12.482086] CPU0 attaching sched-domain:
[   12.482091]  domain 0: span 3
[   12.482093]   groups: 1 2
[   12.482095]   domain 1: span 3
[   12.482097]    groups: 3
[   12.482099] CPU1 attaching sched-domain:
[   12.482101]  domain 0: span 3
[   12.482102]   groups: 2 1
[   12.482105]   domain 1: span 3
[   12.482106]    groups: 3
[   21.609379] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[   24.527424] [fglrx] Reserve Block - 0 offset =  0X7ffb000 length = 0X5000
[   24.527430] [fglrx] Reserve Block - 1 offset =  0X0 length = 0X1000000
[   24.527432] [fglrx] Reserve Block - 2 offset =  0X7fbb000 length = 0X40000
[   24.355856] [fglrx] interrupt source 20008000 successfully enabled
[   24.355856] [fglrx] enable ID = 0x00000008
[   24.355856] [fglrx] Receive enable interrupt message with irqEnableMask: 20008000
[   24.355856] [fglrx] interrupt source 10000000 successfully enabled
[   24.355856] [fglrx] enable ID = 0x00000009
[   24.355856] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[   27.093615] applesmc: wait status failed: 5 != 4
[   27.293340] applesmc: wait status failed: c != 8
[   29.932012] input: Apple Computer, Inc. Mighty Mouse as /class/input/input14
[   89.288162] warning: `dhclient' uses 32-bit capabilities (legacy support in use)
[  114.164695] applesmc: wait status failed: 5 != 4
[  114.360162] applesmc: wait status failed: c != 8
[  261.645838] PM: Syncing filesystems ... done.
[  262.650452] Freezing user space processes ... (elapsed 0.07 seconds) done.
[  262.725005] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[  262.725040] Suspending console(s)
[  262.786275] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[  260.292908] sd 2:0:1:0: [sda] Stopping disk
[  261.262054] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[  261.275341] [fglrx] firegl_gps_setpowerdown .
[  261.306700] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[  261.306918] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[  261.318633] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[  261.318805] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[  261.331871] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[  261.331918] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[  261.331963] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[  261.332008] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[  261.332213] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[  261.346928] ACPI: Preparing to enter system sleep state S3
[  261.347682] Disabling non-boot CPUs ...
[  261.347698] CPU0 attaching NULL sched-domain.
[  261.347702] CPU1 attaching NULL sched-domain.
[  263.843592] Breaking affinity for irq 23
[  261.451734] CPU 1 is now offline
[  261.451739] SMP alternatives: switching to UP code
[  261.453637] CPU0 attaching sched-domain:
[  261.453641]  domain 0: span 1
[  261.453644]   groups: 1
[  261.453916] CPU1 is down
[  261.453916] Intel machine check architecture supported.
[  261.453921] Intel machine check reporting enabled on CPU#0.
[  261.453959] Back to C!
[  261.455096] Enabling non-boot CPUs ...
[  261.455159] CPU0 attaching NULL sched-domain.
[  261.455268] SMP alternatives: switching to SMP code
[  261.458394] Booting processor 1/1 ip 4000
[  263.843592] Initializing CPU#1
[  263.843592] masked ExtINT on CPU#1
[  263.843592] Calibrating delay using timer specific routine.. 4324.69 BogoMIPS (lpj=7204308)
[  263.843592] CPU: L1 I cache: 32K, L1 D cache: 32K
[  263.843592] CPU: L2 cache: 4096K
[  263.843592] CPU: Physical Processor ID: 0
[  263.843592] CPU: Processor Core ID: 1
[  263.843592] Intel machine check architecture supported.
[  263.843592] Intel machine check reporting enabled on CPU#1.
[  261.552410] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[  261.552458] CPU0 attaching sched-domain:
[  261.552461]  domain 0: span 3
[  261.552463]   groups: 1 2
[  261.552465]   domain 1: span 3
[  261.552467]    groups: 3
[  261.552469] CPU1 attaching sched-domain:
[  261.552470]  domain 0: span 3
[  261.552471]   groups: 2 1
[  261.552473]   domain 1: span 3
[  261.552475]    groups: 3
[  263.843592] CPU1 is up
[  263.843599] Switched to NOHz mode on CPU #1
[  263.850288] ACPI: EC: missing OBF confirmation, don't expect it any longer.
[  263.853611] ACPI: EC: missing write data confirmation, don't expect it any longer.
[  263.972214] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[  263.972226] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[  263.972233] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[  263.972240] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[  263.972247] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 3030)
[  263.972254] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[  263.972262] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[  263.972270] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[  263.972301] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[  263.972310] PCI: Setting latency timer of device 0000:00:01.0 to 64
[  263.972321] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[  263.972338] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[  263.972346] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[  263.973619] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[  263.973646] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[  263.973654] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[  263.973664] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[  263.973695] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[  263.973705] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[  263.973754] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[  263.973762] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[  263.973771] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 2020)
[  263.973784] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[  263.973794] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[  263.973846] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[  263.973855] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[  263.973887] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[  263.973896] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[  263.973904] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing 200000f0)
[  263.973919] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[  263.973929] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[  263.973981] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[  263.973989] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[  263.974022] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[  263.974030] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[  263.974039] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 1010)
[  263.974053] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[  263.974063] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[  263.974115] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[  263.974123] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[  263.974134] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[  263.974145] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[  263.974208] usb usb1: root hub lost power or was reset
[  263.974234] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[  263.974246] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[  263.974306] usb usb2: root hub lost power or was reset
[  263.974329] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[  263.974339] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[  263.974401] usb usb3: root hub lost power or was reset
[  263.974425] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[  263.974436] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[  263.974497] usb usb4: root hub lost power or was reset
[  263.976930] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[  263.976941] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[  263.977023] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[  263.977032] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[  263.977040] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 228000f0)
[  263.977058] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[  263.977087] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[  263.977155] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[  263.977187] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[  263.977202] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[  263.977211] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[  263.983606] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[  263.983639] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[  263.983663] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[  263.983672] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[  263.986963] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[  263.986973] PCI: Setting latency timer of device 0000:01:00.0 to 64
[  263.995917] [fglrx] firegl_gps_setpowerup .
[  264.001302] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[  264.001317] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[  264.001339] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[  264.001351] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[  264.001360] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[  264.001372] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 100007)
[  264.003628] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[  264.003663] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[  264.003672] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[  264.003684] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[  264.003730] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[  264.003740] PCI: Setting latency timer of device 0000:03:00.0 to 64
[  264.013629] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[  264.013638] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[  264.013647] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[  264.013658] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[  264.064713] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[  264.069000] sd 2:0:1:0: [sda] Starting disk
[  261.958937] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[  261.958940] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[  262.045334] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[  262.045336] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[  262.058872] ata3.01: configured for UDMA/100
[  262.061685] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[  262.061685] sd 2:0:1:0: [sda] Write Protect is off
[  262.061685] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[  262.061685] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  262.061685] applesmc: device has already been initialized (0xe0, 0x00).
[  262.075548] ata1.00: configured for UDMA/66
[  262.172113] Restarting tasks ... <6>usb 1-2: USB disconnect, address 4
[  264.530693] input: appletouch disconnected
[  264.549478] done.
[  264.733542] usb 1-2: new full speed USB device using uhci_hcd and address 5
[  262.528321] usb 1-2: configuration #1 chosen from 1 choice
[  262.536050] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input15
[  262.555015] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  262.560008] appletouch: Geyser mode initialized.
[  262.560108] input: appletouch as /class/input/input16
[  262.561993] appletouch: incomplete data package (first byte: 2, length: 4).
[  262.568044] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input17
[  262.575037] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  262.578423] usb 3-2: USB disconnect, address 2
[  262.804598] usb 3-2: new full speed USB device using uhci_hcd and address 3
[  262.974557] usb 3-2: configuration #1 chosen from 1 choice
[  262.982133] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[  262.982133] usb 4-1: USB disconnect, address 3
[  263.451613] usb 4-1: new full speed USB device using uhci_hcd and address 4
[  264.069671] usb 4-1: new full speed USB device using uhci_hcd and address 5
[  264.254576] usb 4-1: configuration #1 chosen from 1 choice
[  264.276500] input: HID 05ac:1000 as /class/input/input18
[  264.278330] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[  264.298043] input: HID 05ac:1000 as /class/input/input19
[  264.300212] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[  272.087212] PM: Syncing filesystems ... done.
[  275.284465] Freezing user space processes ... (elapsed 0.03 seconds) done.
[  275.315337] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[  275.315377] Suspending console(s)
[  273.103885] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[  273.104162] sd 2:0:1:0: [sda] Stopping disk
[  274.081023] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[  274.094495] [fglrx] firegl_gps_setpowerdown .
[  274.125438] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[  274.125618] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[  274.137850] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[  274.138022] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[  274.151029] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[  274.151075] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[  274.151120] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[  274.151165] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[  274.151368] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[  274.166080] ACPI: Preparing to enter system sleep state S3
[  274.166819] Disabling non-boot CPUs ...
[  274.166835] CPU0 attaching NULL sched-domain.
[  274.166839] CPU1 attaching NULL sched-domain.
[  274.270892] CPU 1 is now offline
[  274.270896] SMP alternatives: switching to UP code
[  274.272821] CPU0 attaching sched-domain:
[  274.272825]  domain 0: span 1
[  274.272828]   groups: 1
[  274.273076] CPU1 is down
[  274.273076] Intel machine check architecture supported.
[  274.273081] Intel machine check reporting enabled on CPU#0.
[  274.273119] Back to C!
[  274.274254] Enabling non-boot CPUs ...
[  274.274319] CPU0 attaching NULL sched-domain.
[  274.274425] SMP alternatives: switching to SMP code
[  274.277551] Booting processor 1/1 ip 4000
[  276.440079] Initializing CPU#1
[  276.440079] masked ExtINT on CPU#1
[  276.440079] Calibrating delay using timer specific routine.. 4324.69 BogoMIPS (lpj=7204318)
[  276.440079] CPU: L1 I cache: 32K, L1 D cache: 32K
[  276.440079] CPU: L2 cache: 4096K
[  276.440079] CPU: Physical Processor ID: 0
[  276.440079] CPU: Processor Core ID: 1
[  276.440079] Intel machine check architecture supported.
[  276.440079] Intel machine check reporting enabled on CPU#1.
[  274.371578] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[  274.371626] CPU0 attaching sched-domain:
[  274.371629]  domain 0: span 3
[  274.371630]   groups: 1 2
[  274.371633]   domain 1: span 3
[  274.371634]    groups: 3
[  274.371636] CPU1 attaching sched-domain:
[  274.371638]  domain 0: span 3
[  274.371639]   groups: 2 1
[  274.371641]   domain 1: span 3
[  274.371642]    groups: 3
[  276.440079] CPU1 is up
[  276.440087] Switched to NOHz mode on CPU #1
[  276.541792] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[  276.541801] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[  276.541806] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[  276.541812] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[  276.541817] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[  276.541822] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[  276.541828] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[  276.541834] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[  276.541859] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[  276.541865] PCI: Setting latency timer of device 0000:00:01.0 to 64
[  276.541874] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[  276.541887] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[  276.541893] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[  276.543436] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[  276.543459] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[  276.543465] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[  276.543473] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[  276.543500] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[  276.543508] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[  276.543551] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[  276.543557] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[  276.543564] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 20002020)
[  276.543576] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[  276.543584] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[  276.543629] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[  276.543637] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[  276.543665] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[  276.543672] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[  276.543678] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing f0)
[  276.543690] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[  276.543698] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[  276.543743] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[  276.543750] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[  276.543778] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[  276.543784] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[  276.543791] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 20001010)
[  276.543803] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[  276.543811] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[  276.543856] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[  276.543863] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[  276.543871] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[  276.543880] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[  276.543938] usb usb1: root hub lost power or was reset
[  276.543963] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[  276.543973] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[  276.544029] usb usb2: root hub lost power or was reset
[  276.544049] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[  276.544058] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[  276.544114] usb usb3: root hub lost power or was reset
[  276.544140] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[  276.544149] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[  276.544205] usb usb4: root hub lost power or was reset
[  276.546749] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[  276.546758] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[  276.546831] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[  276.546838] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[  276.546845] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 28000f0)
[  276.546859] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[  276.546883] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[  276.546944] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[  276.546972] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[  276.546985] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[  276.546992] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[  276.550093] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[  276.550121] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[  276.550143] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[  276.550150] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[  276.552679] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[  276.552687] PCI: Setting latency timer of device 0000:01:00.0 to 64
[  276.561420] [fglrx] firegl_gps_setpowerup .
[  276.565599] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[  276.565611] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[  276.565631] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[  276.565641] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[  276.565649] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[  276.565659] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 40100007)
[  276.566778] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[  276.566809] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[  276.566817] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[  276.566827] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[  276.566867] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[  276.566876] PCI: Setting latency timer of device 0000:03:00.0 to 64
[  276.576778] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[  276.576786] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[  276.576794] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[  276.576803] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[  276.627850] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[  276.632141] sd 2:0:1:0: [sda] Starting disk
[  276.833962] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[  276.833964] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[  277.000654] ata1.00: configured for UDMA/66
[  275.364187] ata3.01: NODEV after polling detection
[  275.364192] ata3.01: revalidation failed (errno=-2)
[  275.364196] ata3: failed to recover some devices, retrying in 5 secs
[  280.542748] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[  280.542755] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[  280.556380] ata3.01: configured for UDMA/100
[  280.575487] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[  280.575502] sd 2:0:1:0: [sda] Write Protect is off
[  280.575507] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[  280.576011] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  282.649746] applesmc: device has already been initialized (0xe0, 0x00).
[  281.217380] Restarting tasks ... <6>usb 1-2: USB disconnect, address 5
[  281.218239] done.
[  281.320790] input: appletouch disconnected
[  281.599956] usb 1-2: new full speed USB device using uhci_hcd and address 6
[  281.779590] usb 1-2: configuration #1 chosen from 1 choice
[  281.784910] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input20
[  281.788740] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  281.793225] appletouch: Geyser mode initialized.
[  281.793323] input: appletouch as /class/input/input21
[  281.809339] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input22
[  281.813535] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  281.816395] usb 3-2: USB disconnect, address 3
[  284.091907] usb 3-2: new full speed USB device using uhci_hcd and address 4
[  282.211932] usb 3-2: configuration #1 chosen from 1 choice
[  282.218554] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[  282.218656] usb 4-1: USB disconnect, address 5
[  282.405695] appletouch: incomplete data package (first byte: 2, length: 4).
[  282.477032] usb 4-1: new full speed USB device using uhci_hcd and address 6
[  282.657767] usb 4-1: configuration #1 chosen from 1 choice
[  282.679072] input: HID 05ac:1000 as /class/input/input23
[  282.684615] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[  282.701597] input: HID 05ac:1000 as /class/input/input24
[  282.706089] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[  287.815735] PM: Syncing filesystems ... done.
[  290.809372] Freezing user space processes ... (elapsed 0.00 seconds) done.
[  290.810020] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[  290.810064] Suspending console(s)
[  288.804552] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[  288.804818] sd 2:0:1:0: [sda] Stopping disk
[  289.777984] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[  289.791558] [fglrx] firegl_gps_setpowerdown .
[  289.822501] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[  289.822679] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[  289.834870] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[  289.835042] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[  289.848117] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[  289.848164] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[  289.848209] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[  289.848254] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[  289.848459] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[  289.863341] ACPI: Preparing to enter system sleep state S3
[  289.864117] Disabling non-boot CPUs ...
[  289.864132] CPU0 attaching NULL sched-domain.
[  289.864136] CPU1 attaching NULL sched-domain.
[  289.871312] CPU 1 is now offline
[  289.871317] SMP alternatives: switching to UP code
[  289.873226] CPU0 attaching sched-domain:
[  289.873231]  domain 0: span 1
[  289.873233]   groups: 1
[  289.873480] CPU1 is down
[  289.873480] Intel machine check architecture supported.
[  289.873486] Intel machine check reporting enabled on CPU#0.
[  289.873524] Back to C!
[  289.874670] Enabling non-boot CPUs ...
[  289.874736] CPU0 attaching NULL sched-domain.
[  289.874844] SMP alternatives: switching to SMP code
[  289.877969] Booting processor 1/1 ip 4000
[  291.930689] Initializing CPU#1
[  291.930689] masked ExtINT on CPU#1
[  291.930689] Calibrating delay using timer specific routine.. 4324.70 BogoMIPS (lpj=7204330)
[  291.930689] CPU: L1 I cache: 32K, L1 D cache: 32K
[  291.930689] CPU: L2 cache: 4096K
[  291.930689] CPU: Physical Processor ID: 0
[  291.930689] CPU: Processor Core ID: 1
[  291.930689] Intel machine check architecture supported.
[  291.930689] Intel machine check reporting enabled on CPU#1.
[  289.971983] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[  289.972027] CPU0 attaching sched-domain:
[  289.972030]  domain 0: span 3
[  289.972031]   groups: 1 2
[  289.972034]   domain 1: span 3
[  289.972035]    groups: 3
[  289.972037] CPU1 attaching sched-domain:
[  289.972039]  domain 0: span 3
[  289.972040]   groups: 2 1
[  289.972042]   domain 1: span 3
[  289.972043]    groups: 3
[  291.930689] CPU1 is up
[  291.930694] Switched to NOHz mode on CPU #1
[  292.035362] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[  292.035368] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[  292.035372] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[  292.035375] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[  292.035378] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[  292.035382] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[  292.035386] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[  292.035390] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[  292.035408] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[  292.035412] PCI: Setting latency timer of device 0000:00:01.0 to 64
[  292.035418] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[  292.035427] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[  292.035432] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[  292.037373] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[  292.037393] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[  292.037398] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[  292.037404] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[  292.037426] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[  292.037432] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[  292.037468] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[  292.037473] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[  292.037478] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 2020)
[  292.037487] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[  292.037493] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[  292.037531] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[  292.037537] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[  292.037560] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[  292.037565] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[  292.037570] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing 200000f0)
[  292.037579] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[  292.037586] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[  292.037624] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[  292.037629] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[  292.037652] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[  292.037657] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[  292.037662] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 1010)
[  292.037671] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[  292.037678] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[  292.037716] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[  292.037721] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[  292.037728] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[  292.037735] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[  292.037786] usb usb1: root hub lost power or was reset
[  292.037809] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[  292.037818] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[  292.037868] usb usb2: root hub lost power or was reset
[  292.037887] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[  292.037893] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[  292.037943] usb usb3: root hub lost power or was reset
[  292.037967] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[  292.037975] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[  292.038025] usb usb4: root hub lost power or was reset
[  292.040690] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[  292.040696] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[  292.040759] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[  292.040764] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[  292.040769] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 228000f0)
[  292.040781] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[  292.040801] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[  292.040855] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[  292.040878] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[  292.040888] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[  292.040893] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[  292.047364] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[  292.047387] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[  292.047404] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[  292.047409] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[  292.049003] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[  292.049011] PCI: Setting latency timer of device 0000:01:00.0 to 64
[  292.057594] [fglrx] firegl_gps_setpowerup .
[  292.061743] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[  292.061753] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[  292.061770] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[  292.061778] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[  292.061784] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[  292.061792] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 100007)
[  292.064049] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[  292.064076] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[  292.064082] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[  292.064090] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[  292.064126] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[  292.064133] PCI: Setting latency timer of device 0000:03:00.0 to 64
[  292.074048] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[  292.074054] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[  292.074059] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[  292.074067] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[  292.125109] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[  292.129405] sd 2:0:1:0: [sda] Starting disk
[  290.355173] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[  290.355176] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[  290.521781] ata1.00: configured for UDMA/66
[  291.294584] ata3.01: NODEV after polling detection
[  291.294589] ata3.01: revalidation failed (errno=-2)
[  291.294592] ata3: failed to recover some devices, retrying in 5 secs
[  296.471335] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[  296.471341] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[  296.484960] ata3.01: configured for UDMA/100
[  296.511615] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[  296.511615] sd 2:0:1:0: [sda] Write Protect is off
[  296.511615] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[  296.511615] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  296.511615] applesmc: device has already been initialized (0xe0, 0x00).
[  297.129150] Restarting tasks ... <6>usb 1-2: USB disconnect, address 6
[  297.142862] done.
[  297.271840] input: appletouch disconnected
[  297.541098] usb 1-2: new full speed USB device using uhci_hcd and address 7
[  297.720308] usb 1-2: configuration #1 chosen from 1 choice
[  297.725691] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input25
[  297.731990] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  297.736372] appletouch: Geyser mode initialized.
[  297.736469] input: appletouch as /class/input/input26
[  297.739400] appletouch: incomplete data package (first byte: 2, length: 4).
[  297.743118] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input27
[  297.744690] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[  299.737779] usb 3-2: USB disconnect, address 4
[  299.963428] usb 3-2: new full speed USB device using uhci_hcd and address 5
[  298.140616] usb 3-2: configuration #1 chosen from 1 choice
[  298.147757] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[  298.147927] usb 4-1: USB disconnect, address 6
[  298.410431] usb 4-1: new full speed USB device using uhci_hcd and address 7
[  298.587505] usb 4-1: configuration #1 chosen from 1 choice
[  298.607404] input: HID 05ac:1000 as /class/input/input28
[  298.615021] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[  298.631603] input: HID 05ac:1000 as /class/input/input29
[  298.636431] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 23:09       ` suspend Stefan Schweizer
@ 2008-04-02 23:55         ` Rafael J. Wysocki
  2008-04-03  7:32           ` suspend Oliver Neukum
  0 siblings, 1 reply; 38+ messages in thread
From: Rafael J. Wysocki @ 2008-04-02 23:55 UTC (permalink / raw)
  To: Stefan Schweizer; +Cc: linux-kernel, Alan Stern, Oliver Neukum, linux-usb

On Thursday, 3 of April 2008, Stefan Schweizer wrote:
> Rafael J. Wysocki wrote:
> 
> > On Wednesday, 2 of April 2008, Justin Mattock wrote:
> >> Hello; the only problems I see after a suspend is the appletouch
> >> looses its scroll function,
> > 
> > Is that a USB device or some other kind?
> 
> I have the same Problem on my macbook 13,3" using the appletouch usb module
> to drive the touchpad. chvt 1; chvt 7 brings the touchpad back after resume
> but do you maybe know a better solution?

No, I don't, but perhaps the USB developers do (CCed now).

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 17:39     ` suspend Rafael J. Wysocki
  2008-04-02 19:18       ` suspend Justin Mattock
@ 2008-04-02 23:09       ` Stefan Schweizer
  2008-04-02 23:55         ` suspend Rafael J. Wysocki
  1 sibling, 1 reply; 38+ messages in thread
From: Stefan Schweizer @ 2008-04-02 23:09 UTC (permalink / raw)
  To: linux-kernel

Rafael J. Wysocki wrote:

> On Wednesday, 2 of April 2008, Justin Mattock wrote:
>> Hello; the only problems I see after a suspend is the appletouch
>> looses its scroll function,
> 
> Is that a USB device or some other kind?

I have the same Problem on my macbook 13,3" using the appletouch usb module
to drive the touchpad. chvt 1; chvt 7 brings the touchpad back after resume
but do you maybe know a better solution?

Best regards,


^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 19:18       ` suspend Justin Mattock
@ 2008-04-02 22:21         ` Rafael J. Wysocki
  2008-04-03  0:00           ` suspend Justin Mattock
  2008-04-03  0:18         ` suspend Tejun Heo
  1 sibling, 1 reply; 38+ messages in thread
From: Rafael J. Wysocki @ 2008-04-02 22:21 UTC (permalink / raw)
  To: Justin Mattock; +Cc: linux-kernel, Alan, Jeff Garzik, Tejun Heo, Pavel Machek

On Wednesday, 2 of April 2008, Justin Mattock wrote:
> Hello; I did some testing with the suspend and it seems the mighty
> mouse is being claimed by something before bluetooth daemon can claim
> it. the infrared device gives me no response even after issuing
> killall lirc and lircd and restarting the daemons,
> I'm able to get uvcvideo working after a rrmod uvcvideo then a
> modprobe uvcvideo then I'm able to use gmplayer tv:// -vf mirror to
> view the camera. with appletouch i have to ctrl,alt,del then rmmod
> appletouch then modprobe and startx for the scroll function to work
> again.
> 
> with sata = ata3.01: revalidation failed (errno=-2) I suspended
> simultaneously, on the third time this seems to show up.
> 
> Ill send the dmesg from the three suspends as soon as I locate the
> e-mail address to  the Sata people.

Please just attach it here.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 17:39     ` suspend Rafael J. Wysocki
@ 2008-04-02 19:18       ` Justin Mattock
  2008-04-02 22:21         ` suspend Rafael J. Wysocki
  2008-04-03  0:18         ` suspend Tejun Heo
  2008-04-02 23:09       ` suspend Stefan Schweizer
  1 sibling, 2 replies; 38+ messages in thread
From: Justin Mattock @ 2008-04-02 19:18 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: linux-kernel, Alan, Jeff Garzik, Tejun Heo, Pavel Machek

Hello; I did some testing with the suspend and it seems the mighty
mouse is being claimed by something before bluetooth daemon can claim
it. the infrared device gives me no response even after issuing
killall lirc and lircd and restarting the daemons,
I'm able to get uvcvideo working after a rrmod uvcvideo then a
modprobe uvcvideo then I'm able to use gmplayer tv:// -vf mirror to
view the camera. with appletouch i have to ctrl,alt,del then rmmod
appletouch then modprobe and startx for the scroll function to work
again.

with sata = ata3.01: revalidation failed (errno=-2) I suspended
simultaneously, on the third time this seems to show up.

Ill send the dmesg from the three suspends as soon as I locate the
e-mail address to  the Sata people.

As for wpa_supplicant I haven't tested that yet as well as other
devices that might not be functioning properly.
regards;

             Justin P. Mattock


On Wed, Apr 2, 2008 at 5:39 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Wednesday, 2 of April 2008, Justin Mattock wrote:
>  > Hello; the only problems I see after a suspend is the appletouch
>  > looses its scroll function,
>
>  Is that a USB device or some other kind?
>
>  > as well as the bluetooth mighty mouse(probably dont have my xorg.conf set up
>  > for suspend),
>
>  That might be related to the issue that Pavel is fighting with.
>
>  > wpa_supplicant seems to not respond as well.
>
>  What wireless adapter is there in your box?
>
>  > also here is what I see with sata:    ( revalidation failed?)
>
>  Let's Cc the SATA people.
>
>  > [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
>  > [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
>  > [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
>  > [ 1234.180232] ata1.00: configured for UDMA/66
>  > [ 1222.732011] ata3.01: NODEV after polling detection
>  > [ 1222.732016] ata3.01: revalidation failed (errno=-2)
>  > [ 1222.732020] ata3: failed to recover some devices, retrying in 5 secs
>  > [ 1227.908752] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
>  > [ 1227.908758] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
>  > [ 1227.922377] ata3.01: configured for UDMA/100
>  > [ 1227.945525] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
>  > [ 1227.945525] sd 2:0:1:0: [sda] Write Protect is off
>  > [ 1227.945525] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
>  > [ 1227.945525] sd 2:0:1:0: [sda] Write cache: enabled, read cache:
>  > enabled, doesn't support DPO or FUA
>  > [ 1227.945525] applesmc: device has already been initialized (0xe0, 0x00).
>  >
>  > Other than that it seems to work alright.
>
>  OK
>
>  Thanks,
>  Rafael
>



-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 15:53   ` suspend Justin Mattock
@ 2008-04-02 17:39     ` Rafael J. Wysocki
  2008-04-02 19:18       ` suspend Justin Mattock
  2008-04-02 23:09       ` suspend Stefan Schweizer
  0 siblings, 2 replies; 38+ messages in thread
From: Rafael J. Wysocki @ 2008-04-02 17:39 UTC (permalink / raw)
  To: Justin Mattock; +Cc: linux-kernel, Alan, Jeff Garzik, Tejun Heo, Pavel Machek

On Wednesday, 2 of April 2008, Justin Mattock wrote:
> Hello; the only problems I see after a suspend is the appletouch
> looses its scroll function,

Is that a USB device or some other kind?

> as well as the bluetooth mighty mouse(probably dont have my xorg.conf set up
> for suspend), 

That might be related to the issue that Pavel is fighting with.

> wpa_supplicant seems to not respond as well.

What wireless adapter is there in your box?

> also here is what I see with sata:    ( revalidation failed?)

Let's Cc the SATA people.

> [ 1233.811794] sd 2:0:1:0: [sda] Starting disk
> [ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
> [ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
> [ 1234.180232] ata1.00: configured for UDMA/66
> [ 1222.732011] ata3.01: NODEV after polling detection
> [ 1222.732016] ata3.01: revalidation failed (errno=-2)
> [ 1222.732020] ata3: failed to recover some devices, retrying in 5 secs
> [ 1227.908752] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
> [ 1227.908758] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
> [ 1227.922377] ata3.01: configured for UDMA/100
> [ 1227.945525] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
> [ 1227.945525] sd 2:0:1:0: [sda] Write Protect is off
> [ 1227.945525] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
> [ 1227.945525] sd 2:0:1:0: [sda] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> [ 1227.945525] applesmc: device has already been initialized (0xe0, 0x00).
> 
> Other than that it seems to work alright.

OK

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02 12:19 ` suspend Rafael J. Wysocki
@ 2008-04-02 15:53   ` Justin Mattock
  2008-04-02 17:39     ` suspend Rafael J. Wysocki
  0 siblings, 1 reply; 38+ messages in thread
From: Justin Mattock @ 2008-04-02 15:53 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-kernel

Hello; the only problems I see after a suspend is the appletouch
looses its scroll function, as well as the bluetooth mighty
mouse(probably dont have my xorg.conf set up for suspend),
wpa_supplicant seems to not respond as well.
also here is what I see with sata:    ( revalidation failed?)

[ 1233.811794] sd 2:0:1:0: [sda] Starting disk
[ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1234.180232] ata1.00: configured for UDMA/66
[ 1222.732011] ata3.01: NODEV after polling detection
[ 1222.732016] ata3.01: revalidation failed (errno=-2)
[ 1222.732020] ata3: failed to recover some devices, retrying in 5 secs
[ 1227.908752] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1227.908758] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1227.922377] ata3.01: configured for UDMA/100
[ 1227.945525] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1227.945525] sd 2:0:1:0: [sda] Write Protect is off
[ 1227.945525] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1227.945525] sd 2:0:1:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 1227.945525] applesmc: device has already been initialized (0xe0, 0x00).

Other than that it seems to work alright.
regards;

            Justin P. Mattock

On Wed, Apr 2, 2008 at 12:19 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
>
> On Wednesday, 2 of April 2008, Justin Mattock wrote:
>  > Hello; attached is my results with testing 2.6.25-rc8 with echo mem >
>  > /sys/power/state
>  > hopefully this helps in debugging the issues with the imac.
>  > I'm running a macbook pro 15' with the ATI chipset.
>  > regards;
>
>  Well, I don't see anything particularly wrong in the log you sent.
>
>  Wnat exactly is wrong with the box after a resume?
>
>  Rafael
>



-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 38+ messages in thread

* Re: suspend
  2008-04-02  6:31 suspend Justin Mattock
@ 2008-04-02 12:19 ` Rafael J. Wysocki
  2008-04-02 15:53   ` suspend Justin Mattock
  0 siblings, 1 reply; 38+ messages in thread
From: Rafael J. Wysocki @ 2008-04-02 12:19 UTC (permalink / raw)
  To: Justin Mattock; +Cc: linux-kernel

On Wednesday, 2 of April 2008, Justin Mattock wrote:
> Hello; attached is my results with testing 2.6.25-rc8 with echo mem >
> /sys/power/state
> hopefully this helps in debugging the issues with the imac.
> I'm running a macbook pro 15' with the ATI chipset.
> regards;

Well, I don't see anything particularly wrong in the log you sent.

Wnat exactly is wrong with the box after a resume?

Rafael

^ permalink raw reply	[flat|nested] 38+ messages in thread

* suspend
@ 2008-04-02  6:31 Justin Mattock
  2008-04-02 12:19 ` suspend Rafael J. Wysocki
  0 siblings, 1 reply; 38+ messages in thread
From: Justin Mattock @ 2008-04-02  6:31 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

Hello; attached is my results with testing 2.6.25-rc8 with echo mem >
/sys/power/state
hopefully this helps in debugging the issues with the imac.
I'm running a macbook pro 15' with the ATI chipset.
regards;

-- 
Justin P. Mattock

[-- Attachment #2: suspend --]
[-- Type: application/octet-stream, Size: 68390 bytes --]

[  100.848708] warning: `dhclient' uses 32-bit capabilities (legacy support in use)
[  532.570071] applesmc: wait status failed: 5 != 4
[  532.771906] applesmc: wait status failed: c != 8
[ 1171.512581] PM: Syncing filesystems ... done.
[ 1159.980743] Freezing user space processes ... (elapsed 0.11 seconds) done.
[ 1160.095384] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 1160.095420] Suspending console(s)
[ 1160.158067] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 1160.158275] sd 2:0:1:0: [sda] Stopping disk
[ 1161.131861] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[ 1161.145152] [fglrx] firegl_gps_setpowerdown .
[ 1161.176483] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1161.176715] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 1161.188444] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 1161.188616] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[ 1161.201674] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[ 1161.201720] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[ 1161.201765] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[ 1161.201811] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[ 1161.202015] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[ 1161.216648] ACPI: Preparing to enter system sleep state S3
[ 1161.217403] Disabling non-boot CPUs ...
[ 1161.217419] CPU0 attaching NULL sched-domain.
[ 1161.217423] CPU1 attaching NULL sched-domain.
[ 1161.321544] CPU 1 is now offline
[ 1161.321548] SMP alternatives: switching to UP code
[ 1161.323488] CPU0 attaching sched-domain:
[ 1161.323492]  domain 0: span 1
[ 1161.323495]   groups: 1
[ 1161.323770] CPU1 is down
[ 1161.323770] Intel machine check architecture supported.
[ 1161.323776] Intel machine check reporting enabled on CPU#0.
[ 1161.323814] Back to C!
[ 1161.324903] Enabling non-boot CPUs ...
[ 1161.324967] CPU0 attaching NULL sched-domain.
[ 1161.325075] SMP alternatives: switching to SMP code
[ 1161.328200] Booting processor 1/1 ip 4000
[ 1173.833030] Initializing CPU#1
[ 1173.833254] masked ExtINT on CPU#1
[ 1173.833254] Calibrating delay using timer specific routine.. 4324.70 BogoMIPS (lpj=7204325)
[ 1173.833254] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 1173.833254] CPU: L2 cache: 4096K
[ 1173.833254] CPU: Physical Processor ID: 0
[ 1173.833254] CPU: Processor Core ID: 1
[ 1173.833254] Intel machine check architecture supported.
[ 1173.833254] Intel machine check reporting enabled on CPU#1.
[ 1161.422171] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[ 1161.422216] CPU0 attaching sched-domain:
[ 1161.422219]  domain 0: span 3
[ 1161.422221]   groups: 1 2
[ 1161.422223]   domain 1: span 3
[ 1161.422224]    groups: 3
[ 1161.422227] CPU1 attaching sched-domain:
[ 1161.422228]  domain 0: span 3
[ 1161.422229]   groups: 2 1
[ 1161.422231]   domain 1: span 3
[ 1161.422233]    groups: 3
[ 1173.833254] CPU1 is up
[ 1173.833260] Switched to NOHz mode on CPU #1
[ 1173.836608] ACPI: EC: missing OBF confirmation, don't expect it any longer.
[ 1173.839939] ACPI: EC: missing write data confirmation, don't expect it any longer.
[ 1173.951827] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[ 1173.951839] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[ 1173.951846] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[ 1173.951853] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[ 1173.951859] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 3030)
[ 1173.951866] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[ 1173.951875] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[ 1173.951883] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[ 1173.951913] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1173.951922] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1173.951933] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[ 1173.951950] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[ 1173.951958] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[ 1173.953282] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[ 1173.953308] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[ 1173.953317] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[ 1173.953327] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[ 1173.953357] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 1173.953368] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 1173.953416] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[ 1173.953424] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[ 1173.953433] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 2020)
[ 1173.953447] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[ 1173.953457] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[ 1173.953508] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1173.953517] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1173.953550] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[ 1173.953558] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[ 1173.953567] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing 200000f0)
[ 1173.953581] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[ 1173.953591] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[ 1173.953642] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 1173.953651] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 1173.953683] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[ 1173.953692] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[ 1173.953700] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 1010)
[ 1173.953714] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[ 1173.953724] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[ 1173.953775] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1173.953784] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 1173.953795] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1173.953805] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1173.953868] usb usb1: root hub lost power or was reset
[ 1173.953894] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1173.953905] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1173.953967] usb usb2: root hub lost power or was reset
[ 1173.953989] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1173.953999] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1173.954061] usb usb3: root hub lost power or was reset
[ 1173.954089] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 1173.954099] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 1173.954160] usb usb4: root hub lost power or was reset
[ 1173.956593] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1173.956603] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1173.956685] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[ 1173.956694] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[ 1173.956702] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 228000f0)
[ 1173.956720] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[ 1173.956748] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 1173.956817] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[ 1173.956849] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[ 1173.956864] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 1173.956873] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 1173.963276] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[ 1173.963308] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[ 1173.963332] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1173.963341] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1173.966630] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1173.966642] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 1173.975576] [fglrx] firegl_gps_setpowerup .
[ 1173.980970] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[ 1173.980985] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[ 1173.981007] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[ 1173.981019] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[ 1173.981028] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[ 1173.981040] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 100007)
[ 1173.983289] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[ 1173.983323] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[ 1173.983333] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[ 1173.983345] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[ 1173.983390] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1173.983401] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1173.993291] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[ 1173.993301] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[ 1173.993310] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[ 1173.993321] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[ 1174.044375] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[ 1174.048663] sd 2:0:1:0: [sda] Starting disk
[ 1161.825445] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1161.825451] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1161.911823] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1161.911828] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1161.985432] ata1.00: configured for UDMA/66
[ 1161.992082] ata3.01: configured for UDMA/100
[ 1161.994820] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1161.994820] sd 2:0:1:0: [sda] Write Protect is off
[ 1161.994820] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1161.994820] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1161.994820] applesmc: device has already been initialized (0xe0, 0x00).
[ 1162.099823] Restarting tasks ... <6>usb 1-2: USB disconnect, address 4
[ 1174.451933] done.
[ 1174.569998] input: appletouch disconnected
[ 1174.746537] usb 1-2: new full speed USB device using uhci_hcd and address 5
[ 1162.417898] usb 1-2: configuration #1 chosen from 1 choice
[ 1162.424154] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input15
[ 1162.431517] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1162.435814] appletouch: Geyser mode initialized.
[ 1162.435912] input: appletouch as /class/input/input16
[ 1162.442799] appletouch: incomplete data package (first byte: 2, length: 4).
[ 1162.448733] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input17
[ 1162.448733] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1162.450662] usb 3-2: USB disconnect, address 2
[ 1162.673384] usb 3-2: new full speed USB device using uhci_hcd and address 3
[ 1162.843814] usb 3-2: configuration #1 chosen from 1 choice
[ 1162.852016] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 1162.852016] usb 4-1: USB disconnect, address 3
[ 1163.324203] usb 4-1: new full speed USB device using uhci_hcd and address 4
[ 1163.932772] usb 4-1: new full speed USB device using uhci_hcd and address 5
[ 1164.114336] usb 4-1: configuration #1 chosen from 1 choice
[ 1164.133241] input: HID 05ac:1000 as /class/input/input18
[ 1164.144418] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1164.164811] input: HID 05ac:1000 as /class/input/input19
[ 1164.164811] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1184.354471] PM: Syncing filesystems ... done.
[ 1185.339980] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 1185.351127] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 1185.361124] Suspending console(s)
[ 1173.026488] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 1173.026761] sd 2:0:1:0: [sda] Stopping disk
[ 1173.995851] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[ 1174.009317] [fglrx] firegl_gps_setpowerdown .
[ 1174.040302] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1174.040481] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 1174.052669] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 1174.052841] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[ 1174.065851] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[ 1174.065897] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[ 1174.065942] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[ 1174.065988] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[ 1174.066191] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[ 1174.081265] ACPI: Preparing to enter system sleep state S3
[ 1174.081884] Disabling non-boot CPUs ...
[ 1174.081899] CPU0 attaching NULL sched-domain.
[ 1174.081903] CPU1 attaching NULL sched-domain.
[ 1174.089054] CPU 1 is now offline
[ 1174.089058] SMP alternatives: switching to UP code
[ 1174.090926] CPU0 attaching sched-domain:
[ 1174.090931]  domain 0: span 1
[ 1174.090933]   groups: 1
[ 1174.091175] CPU1 is down
[ 1174.091175] Intel machine check architecture supported.
[ 1174.091181] Intel machine check reporting enabled on CPU#0.
[ 1174.091219] Back to C!
[ 1174.092414] Enabling non-boot CPUs ...
[ 1174.092478] CPU0 attaching NULL sched-domain.
[ 1174.092585] SMP alternatives: switching to SMP code
[ 1174.095712] Booting processor 1/1 ip 4000
[ 1186.477944] Initializing CPU#1
[ 1186.477944] masked ExtINT on CPU#1
[ 1186.477944] Calibrating delay using timer specific routine.. 4324.70 BogoMIPS (lpj=7204320)
[ 1186.477944] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 1186.477944] CPU: L2 cache: 4096K
[ 1186.477944] CPU: Physical Processor ID: 0
[ 1186.477944] CPU: Processor Core ID: 1
[ 1186.477944] Intel machine check architecture supported.
[ 1186.477944] Intel machine check reporting enabled on CPU#1.
[ 1174.189672] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[ 1174.189723] CPU0 attaching sched-domain:
[ 1174.189725]  domain 0: span 3
[ 1174.189726]   groups: 1 2
[ 1174.189729]   domain 1: span 3
[ 1174.189730]    groups: 3
[ 1174.189732] CPU1 attaching sched-domain:
[ 1174.189734]  domain 0: span 3
[ 1174.189735]   groups: 2 1
[ 1174.189737]   domain 1: span 3
[ 1174.189738]    groups: 3
[ 1186.477944] CPU1 is up
[ 1186.477948] Switched to NOHz mode on CPU #1
[ 1186.580281] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[ 1186.580306] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[ 1186.580315] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[ 1186.580325] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[ 1186.580335] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[ 1186.580344] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[ 1186.580362] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[ 1186.580373] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[ 1186.580458] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1186.580467] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1186.580493] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[ 1186.580541] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[ 1186.580558] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[ 1186.581295] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[ 1186.581315] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[ 1186.581320] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[ 1186.581326] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[ 1186.581349] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 1186.581356] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 1186.581392] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[ 1186.581397] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[ 1186.581403] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 20002020)
[ 1186.581412] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[ 1186.581419] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[ 1186.581458] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1186.581463] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1186.581487] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[ 1186.581493] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[ 1186.581498] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing f0)
[ 1186.581507] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[ 1186.581514] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[ 1186.581552] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 1186.581558] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 1186.581582] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[ 1186.581587] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[ 1186.581593] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 20001010)
[ 1186.581602] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[ 1186.581609] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[ 1186.581648] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1186.581653] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 1186.581660] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1186.581667] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1186.581719] usb usb1: root hub lost power or was reset
[ 1186.581744] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1186.581753] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1186.581804] usb usb2: root hub lost power or was reset
[ 1186.581823] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1186.581830] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1186.581880] usb usb3: root hub lost power or was reset
[ 1186.581904] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 1186.581912] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 1186.581963] usb usb4: root hub lost power or was reset
[ 1186.584611] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1186.584618] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1186.584682] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[ 1186.584688] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[ 1186.584693] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 28000f0)
[ 1186.584705] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[ 1186.584726] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 1186.584781] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[ 1186.584805] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[ 1186.584815] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 1186.584821] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 1186.587953] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[ 1186.587977] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[ 1186.587995] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1186.588001] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1186.589723] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1186.589730] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 1186.598308] [fglrx] firegl_gps_setpowerup .
[ 1186.602461] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[ 1186.602472] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[ 1186.602488] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[ 1186.602497] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[ 1186.602503] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[ 1186.602512] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 40100007)
[ 1186.604638] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[ 1186.604666] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[ 1186.604672] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[ 1186.604681] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[ 1186.604717] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1186.604724] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1186.614637] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[ 1186.614643] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[ 1186.614649] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[ 1186.614657] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[ 1186.665699] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[ 1186.669995] sd 2:0:1:0: [sda] Starting disk
[ 1186.871842] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1186.871845] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1187.038450] ata1.00: configured for UDMA/66
[ 1175.505665] ata3.01: NODEV after polling detection
[ 1175.505670] ata3.01: revalidation failed (errno=-2)
[ 1175.505674] ata3: failed to recover some devices, retrying in 5 secs
[ 1180.682404] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1180.682410] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1180.696026] ata3.01: configured for UDMA/100
[ 1180.718219] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1180.718219] sd 2:0:1:0: [sda] Write Protect is off
[ 1180.718219] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1180.718219] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1180.718576] applesmc: device has already been initialized (0xe0, 0x00).
[ 1181.339011] Restarting tasks ... <6>usb 1-2: USB disconnect, address 5
[ 1181.341504] done.
[ 1181.457618] input: appletouch disconnected
[ 1181.739563] usb 1-2: new full speed USB device using uhci_hcd and address 6
[ 1181.918378] usb 1-2: configuration #1 chosen from 1 choice
[ 1181.923378] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input20
[ 1181.929401] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1181.933755] appletouch: Geyser mode initialized.
[ 1181.933854] input: appletouch as /class/input/input21
[ 1181.940502] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input22
[ 1181.942079] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1181.944187] usb 3-2: USB disconnect, address 3
[ 1182.168133] usb 3-2: new full speed USB device using uhci_hcd and address 4
[ 1182.338513] usb 3-2: configuration #1 chosen from 1 choice
[ 1182.345169] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 1182.345169] usb 4-1: USB disconnect, address 5
[ 1182.559601] appletouch: incomplete data package (first byte: 2, length: 4).
[ 1195.012369] usb 4-1: new full speed USB device using uhci_hcd and address 6
[ 1182.841033] usb 4-1: configuration #1 chosen from 1 choice
[ 1182.862596] input: HID 05ac:1000 as /class/input/input23
[ 1182.867526] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1182.885232] input: HID 05ac:1000 as /class/input/input24
[ 1182.892932] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1189.523365] PM: Syncing filesystems ... done.
[ 1202.940874] Freezing user space processes ... (elapsed 0.00 seconds) done.
[ 1202.941258] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 1202.941319] Suspending console(s)
[ 1190.608641] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 1190.608920] sd 2:0:1:0: [sda] Stopping disk
[ 1191.571009] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[ 1191.584477] [fglrx] firegl_gps_setpowerdown .
[ 1191.615426] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1191.615605] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 1191.627793] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 1191.627965] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[ 1191.641038] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[ 1191.641084] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[ 1191.641130] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[ 1191.641175] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[ 1191.641378] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[ 1191.656136] ACPI: Preparing to enter system sleep state S3
[ 1191.656911] Disabling non-boot CPUs ...
[ 1191.656925] CPU0 attaching NULL sched-domain.
[ 1191.656930] CPU1 attaching NULL sched-domain.
[ 1191.664233] CPU 1 is now offline
[ 1191.664238] SMP alternatives: switching to UP code
[ 1191.666112] CPU0 attaching sched-domain:
[ 1191.666116]  domain 0: span 1
[ 1191.666119]   groups: 1
[ 1191.666365] CPU1 is down
[ 1191.666365] Intel machine check architecture supported.
[ 1191.666371] Intel machine check reporting enabled on CPU#0.
[ 1191.666409] Back to C!
[ 1191.667593] Enabling non-boot CPUs ...
[ 1191.667659] CPU0 attaching NULL sched-domain.
[ 1191.667762] SMP alternatives: switching to SMP code
[ 1191.670891] Booting processor 1/1 ip 4000
[ 1204.050299] Initializing CPU#1
[ 1204.050299] masked ExtINT on CPU#1
[ 1204.050299] Calibrating delay using timer specific routine.. 4324.69 BogoMIPS (lpj=7204305)
[ 1204.050299] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 1204.050299] CPU: L2 cache: 4096K
[ 1204.050299] CPU: Physical Processor ID: 0
[ 1204.050299] CPU: Processor Core ID: 1
[ 1204.050299] Intel machine check architecture supported.
[ 1204.050299] Intel machine check reporting enabled on CPU#1.
[ 1191.764861] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[ 1191.764906] CPU0 attaching sched-domain:
[ 1191.764909]  domain 0: span 3
[ 1191.764911]   groups: 1 2
[ 1191.764913]   domain 1: span 3
[ 1191.764915]    groups: 3
[ 1191.764917] CPU1 attaching sched-domain:
[ 1191.764918]  domain 0: span 3
[ 1191.764919]   groups: 2 1
[ 1191.764922]   domain 1: span 3
[ 1191.764923]    groups: 3
[ 1204.050299] CPU1 is up
[ 1204.050303] Switched to NOHz mode on CPU #1
[ 1204.155014] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[ 1204.155021] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[ 1204.155024] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[ 1204.155027] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[ 1204.155031] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[ 1204.155034] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[ 1204.155039] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[ 1204.155043] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[ 1204.155060] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1204.155065] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1204.155071] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[ 1204.155080] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[ 1204.155085] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[ 1204.156983] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[ 1204.157002] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[ 1204.157007] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[ 1204.157013] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[ 1204.157035] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 1204.157042] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 1204.157077] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[ 1204.157082] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[ 1204.157087] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 2020)
[ 1204.157096] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[ 1204.157102] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[ 1204.157141] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1204.157146] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1204.157169] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[ 1204.157174] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[ 1204.157180] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing 200000f0)
[ 1204.157189] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[ 1204.157195] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[ 1204.157233] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 1204.157239] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 1204.157262] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[ 1204.157267] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[ 1204.157272] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 1010)
[ 1204.157282] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[ 1204.157288] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[ 1204.157326] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1204.157331] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 1204.157338] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1204.157345] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1204.157396] usb usb1: root hub lost power or was reset
[ 1204.157420] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1204.157429] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1204.157479] usb usb2: root hub lost power or was reset
[ 1204.157498] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1204.157505] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1204.157554] usb usb3: root hub lost power or was reset
[ 1204.157578] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 1204.157586] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 1204.157636] usb usb4: root hub lost power or was reset
[ 1204.160300] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1204.160306] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1204.160369] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[ 1204.160374] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[ 1204.160379] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 228000f0)
[ 1204.160391] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[ 1204.160412] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 1204.160465] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[ 1204.160489] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[ 1204.160499] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 1204.160504] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 1204.166973] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[ 1204.166996] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[ 1204.167013] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1204.167019] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1204.168613] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1204.168620] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 1204.177200] [fglrx] firegl_gps_setpowerup .
[ 1204.181343] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[ 1204.181353] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[ 1204.181370] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[ 1204.181378] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[ 1204.181385] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[ 1204.181393] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 100007)
[ 1204.183658] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[ 1204.183685] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[ 1204.183692] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[ 1204.183700] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[ 1204.183736] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1204.183742] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1204.193657] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[ 1204.193663] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[ 1204.193669] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[ 1204.193676] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[ 1204.244719] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[ 1204.249016] sd 2:0:1:0: [sda] Starting disk
[ 1192.141443] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1192.141446] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1192.308047] ata1.00: configured for UDMA/66
[ 1193.110842] ata3.01: NODEV after polling detection
[ 1193.110847] ata3.01: revalidation failed (errno=-2)
[ 1193.110850] ata3: failed to recover some devices, retrying in 5 secs
[ 1198.287573] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1198.287579] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1198.301196] ata3.01: configured for UDMA/100
[ 1198.326529] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1198.326560] sd 2:0:1:0: [sda] Write Protect is off
[ 1198.326565] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1198.326601] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1198.327142] applesmc: device has already been initialized (0xe0, 0x00).
[ 1198.946673] Restarting tasks ... <6>usb 1-2: USB disconnect, address 6
[ 1198.987283] done.
[ 1199.084672] input: appletouch disconnected
[ 1199.354078] usb 1-2: new full speed USB device using uhci_hcd and address 7
[ 1199.530268] usb 1-2: configuration #1 chosen from 1 choice
[ 1199.535612] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input25
[ 1199.540927] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1199.545974] appletouch: Geyser mode initialized.
[ 1199.546072] input: appletouch as /class/input/input26
[ 1199.548933] appletouch: incomplete data package (first byte: 2, length: 4).
[ 1199.555064] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input27
[ 1199.562364] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1199.564889] usb 3-2: USB disconnect, address 4
[ 1199.787660] usb 3-2: new full speed USB device using uhci_hcd and address 5
[ 1199.957564] usb 3-2: configuration #1 chosen from 1 choice
[ 1199.964610] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 1199.964610] usb 4-1: USB disconnect, address 6
[ 1200.267205] usb 4-1: new full speed USB device using uhci_hcd and address 7
[ 1200.455590] usb 4-1: configuration #1 chosen from 1 choice
[ 1200.477775] input: HID 05ac:1000 as /class/input/input28
[ 1200.488008] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1200.505040] input: HID 05ac:1000 as /class/input/input29
[ 1200.509693] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1231.455868] PM: Syncing filesystems ... done.
[ 1219.935413] Freezing user space processes ... (elapsed 0.10 seconds) done.
[ 1220.043616] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 1220.043662] Suspending console(s)
[ 1220.102953] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 1220.103218] sd 2:0:1:0: [sda] Stopping disk
[ 1221.078909] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[ 1221.092375] [fglrx] firegl_gps_setpowerdown .
[ 1221.123375] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1221.123560] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 1221.135701] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 1221.135873] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[ 1221.148883] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[ 1221.148929] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[ 1221.148974] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[ 1221.149019] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[ 1221.149225] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[ 1221.164592] ACPI: Preparing to enter system sleep state S3
[ 1221.165205] Disabling non-boot CPUs ...
[ 1221.165222] CPU0 attaching NULL sched-domain.
[ 1221.165226] CPU1 attaching NULL sched-domain.
[ 1221.268735] CPU 1 is now offline
[ 1221.268740] SMP alternatives: switching to UP code
[ 1221.270648] CPU0 attaching sched-domain:
[ 1221.270652]  domain 0: span 1
[ 1221.270655]   groups: 1
[ 1221.270901] CPU1 is down
[ 1221.270901] Intel machine check architecture supported.
[ 1221.270907] Intel machine check reporting enabled on CPU#0.
[ 1221.270945] Back to C!
[ 1221.272097] Enabling non-boot CPUs ...
[ 1221.272162] CPU0 attaching NULL sched-domain.
[ 1221.272268] SMP alternatives: switching to SMP code
[ 1221.275393] Booting processor 1/1 ip 4000
[ 1233.619705] Initializing CPU#1
[ 1233.619705] masked ExtINT on CPU#1
[ 1233.619705] Calibrating delay using timer specific routine.. 4324.67 BogoMIPS (lpj=7204287)
[ 1233.619705] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 1233.619705] CPU: L2 cache: 4096K
[ 1233.619706] CPU: Physical Processor ID: 0
[ 1233.619706] CPU: Processor Core ID: 1
[ 1233.619706] Intel machine check architecture supported.
[ 1233.619706] Intel machine check reporting enabled on CPU#1.
[ 1221.369393] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[ 1221.369438] CPU0 attaching sched-domain:
[ 1221.369441]  domain 0: span 3
[ 1221.369442]   groups: 1 2
[ 1221.369444]   domain 1: span 3
[ 1221.369446]    groups: 3
[ 1221.369448] CPU1 attaching sched-domain:
[ 1221.369449]  domain 0: span 3
[ 1221.369451]   groups: 2 1
[ 1221.369453]   domain 1: span 3
[ 1221.369454]    groups: 3
[ 1233.619706] CPU1 is up
[ 1233.619712] Switched to NOHz mode on CPU #1
[ 1233.721047] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[ 1233.721054] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[ 1233.721057] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[ 1233.721060] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[ 1233.721064] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[ 1233.721067] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[ 1233.721072] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[ 1233.721076] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[ 1233.721093] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1233.721098] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1233.721104] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[ 1233.721113] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[ 1233.721118] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[ 1233.723056] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[ 1233.723075] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[ 1233.723080] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[ 1233.723086] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[ 1233.723108] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 1233.723115] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 1233.723151] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[ 1233.723156] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[ 1233.723161] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 20002020)
[ 1233.723170] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[ 1233.723176] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[ 1233.723214] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1233.723220] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1233.723243] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[ 1233.723248] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[ 1233.723253] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing f0)
[ 1233.723263] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[ 1233.723269] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[ 1233.723307] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 1233.723312] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 1233.723335] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[ 1233.723341] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[ 1233.723346] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 20001010)
[ 1233.723355] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[ 1233.723361] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[ 1233.723400] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1233.723405] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 1233.723412] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1233.723418] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1233.723470] usb usb1: root hub lost power or was reset
[ 1233.723493] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1233.723503] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1233.723553] usb usb2: root hub lost power or was reset
[ 1233.723572] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1233.723578] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1233.723628] usb usb3: root hub lost power or was reset
[ 1233.723651] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 1233.723660] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 1233.723710] usb usb4: root hub lost power or was reset
[ 1233.726373] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1233.726380] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1233.726442] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[ 1233.726447] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[ 1233.726452] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 28000f0)
[ 1233.726464] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[ 1233.726485] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 1233.726538] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[ 1233.726562] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[ 1233.726572] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 1233.726577] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 1233.729714] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[ 1233.729738] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[ 1233.729755] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1233.729761] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1233.731356] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1233.731363] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 1233.739928] [fglrx] firegl_gps_setpowerup .
[ 1233.744077] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[ 1233.744087] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[ 1233.744104] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[ 1233.744112] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[ 1233.744118] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[ 1233.744127] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 40100007)
[ 1233.746398] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[ 1233.746424] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[ 1233.746430] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[ 1233.746439] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[ 1233.746474] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1233.746481] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1233.756398] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[ 1233.756403] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[ 1233.756409] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[ 1233.756417] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[ 1233.807462] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[ 1233.811794] sd 2:0:1:0: [sda] Starting disk
[ 1234.013599] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1234.013601] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1234.180232] ata1.00: configured for UDMA/66
[ 1222.732011] ata3.01: NODEV after polling detection
[ 1222.732016] ata3.01: revalidation failed (errno=-2)
[ 1222.732020] ata3: failed to recover some devices, retrying in 5 secs
[ 1227.908752] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1227.908758] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1227.922377] ata3.01: configured for UDMA/100
[ 1227.945525] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1227.945525] sd 2:0:1:0: [sda] Write Protect is off
[ 1227.945525] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1227.945525] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1227.945525] applesmc: device has already been initialized (0xe0, 0x00).
[ 1228.563327] Restarting tasks ... <6>usb 1-2: USB disconnect, address 7
[ 1240.915262] done.
[ 1241.008810] input: appletouch disconnected
[ 1241.311132] usb 1-2: new full speed USB device using uhci_hcd and address 8
[ 1229.142464] usb 1-2: configuration #1 chosen from 1 choice
[ 1229.146956] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input30
[ 1229.146957] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1229.151864] appletouch: Geyser mode initialized.
[ 1229.151968] input: appletouch as /class/input/input31
[ 1229.172829] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input32
[ 1229.183682] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1229.186973] usb 3-2: USB disconnect, address 5
[ 1229.413151] usb 3-2: new full speed USB device using uhci_hcd and address 6
[ 1229.579926] usb 3-2: configuration #1 chosen from 1 choice
[ 1229.586565] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 1229.586565] usb 4-1: USB disconnect, address 7
[ 1229.861257] appletouch: incomplete data package (first byte: 2, length: 4).
[ 1229.882750] usb 4-1: new full speed USB device using uhci_hcd and address 8
[ 1230.062041] usb 4-1: configuration #1 chosen from 1 choice
[ 1230.083053] input: HID 05ac:1000 as /class/input/input33
[ 1230.091641] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1230.108288] input: HID 05ac:1000 as /class/input/input34
[ 1230.109825] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1258.752660] PM: Syncing filesystems ... done.
[ 1247.307719] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 1247.326404] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
[ 1247.336373] Suspending console(s)
[ 1247.395939] sd 2:0:1:0: [sda] Synchronizing SCSI cache
[ 1247.396164] sd 2:0:1:0: [sda] Stopping disk
[ 1248.368613] ACPI: PCI interrupt for device 0000:03:00.0 disabled
[ 1248.382080] [fglrx] firegl_gps_setpowerdown .
[ 1248.413040] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[ 1248.413219] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 1248.425392] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 1248.425563] ACPI: PCI interrupt for device 0000:00:1d.7 disabled
[ 1248.438632] ACPI: PCI interrupt for device 0000:00:1d.3 disabled
[ 1248.438678] ACPI: PCI interrupt for device 0000:00:1d.2 disabled
[ 1248.438722] ACPI: PCI interrupt for device 0000:00:1d.1 disabled
[ 1248.438767] ACPI: PCI interrupt for device 0000:00:1d.0 disabled
[ 1248.438968] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[ 1248.454349] ACPI: Preparing to enter system sleep state S3
[ 1248.454960] Disabling non-boot CPUs ...
[ 1248.454975] CPU0 attaching NULL sched-domain.
[ 1248.454980] CPU1 attaching NULL sched-domain.
[ 1248.558493] CPU 1 is now offline
[ 1248.558498] SMP alternatives: switching to UP code
[ 1248.560431] CPU0 attaching sched-domain:
[ 1248.560435]  domain 0: span 1
[ 1248.560438]   groups: 1
[ 1248.560684] CPU1 is down
[ 1248.560684] Intel machine check architecture supported.
[ 1248.560690] Intel machine check reporting enabled on CPU#0.
[ 1248.560728] Back to C!
[ 1248.561857] Enabling non-boot CPUs ...
[ 1248.561922] CPU0 attaching NULL sched-domain.
[ 1248.562030] SMP alternatives: switching to SMP code
[ 1248.565153] Booting processor 1/1 ip 4000
[ 1260.832504] Initializing CPU#1
[ 1260.832504] masked ExtINT on CPU#1
[ 1260.832504] Calibrating delay using timer specific routine.. 4324.66 BogoMIPS (lpj=7204262)
[ 1260.832504] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 1260.832504] CPU: L2 cache: 4096K
[ 1260.832504] CPU: Physical Processor ID: 0
[ 1260.832504] CPU: Processor Core ID: 1
[ 1260.832504] Intel machine check architecture supported.
[ 1260.832504] Intel machine check reporting enabled on CPU#1.
[ 1248.659186] CPU1: Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz stepping 06
[ 1248.659236] CPU0 attaching sched-domain:
[ 1248.659239]  domain 0: span 3
[ 1248.659240]   groups: 1 2
[ 1248.659243]   domain 1: span 3
[ 1248.659244]    groups: 3
[ 1248.659246] CPU1 attaching sched-domain:
[ 1248.659247]  domain 0: span 3
[ 1248.659249]   groups: 2 1
[ 1248.659251]   domain 1: span 3
[ 1248.659252]    groups: 3
[ 1260.832504] CPU1 is up
[ 1260.832508] Switched to NOHz mode on CPU #1
[ 1260.930518] PM: Writing back config space on device 0000:00:01.0 at offset f (was 80100, writing 8010b)
[ 1260.930524] PM: Writing back config space on device 0000:00:01.0 at offset a (was f, writing 0)
[ 1260.930527] PM: Writing back config space on device 0000:00:01.0 at offset 9 (was 1fff1, writing 47f14001)
[ 1260.930531] PM: Writing back config space on device 0000:00:01.0 at offset 8 (was fff0, writing 50305030)
[ 1260.930534] PM: Writing back config space on device 0000:00:01.0 at offset 7 (was f0, writing 20003030)
[ 1260.930538] PM: Writing back config space on device 0000:00:01.0 at offset 6 (was 0, writing 10100)
[ 1260.930542] PM: Writing back config space on device 0000:00:01.0 at offset 3 (was 10000, writing 10040)
[ 1260.930546] PM: Writing back config space on device 0000:00:01.0 at offset 1 (was 100000, writing 100007)
[ 1260.930564] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1260.930569] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 1260.930575] PM: Writing back config space on device 0000:00:07.0 at offset f (was 100, writing 10b)
[ 1260.930584] PM: Writing back config space on device 0000:00:07.0 at offset 4 (was 0, writing 50404000)
[ 1260.930588] PM: Writing back config space on device 0000:00:07.0 at offset 1 (was b00000, writing b00002)
[ 1260.932522] PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 10a)
[ 1260.932541] PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing 50400004)
[ 1260.932546] PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 40)
[ 1260.932552] PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
[ 1260.932574] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 1260.932581] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 1260.932617] PM: Writing back config space on device 0000:00:1c.0 at offset 9 (was 10001, writing 50515051)
[ 1260.932622] PM: Writing back config space on device 0000:00:1c.0 at offset 8 (was 0, writing 50205020)
[ 1260.932627] PM: Writing back config space on device 0000:00:1c.0 at offset 7 (was 20000000, writing 2020)
[ 1260.932636] PM: Writing back config space on device 0000:00:1c.0 at offset 3 (was 810000, writing 810040)
[ 1260.932643] PM: Writing back config space on device 0000:00:1c.0 at offset 1 (was 100000, writing 100007)
[ 1260.932681] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1260.932686] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 1260.932710] PM: Writing back config space on device 0000:00:1c.1 at offset 9 (was 10001, writing 1fff1)
[ 1260.932715] PM: Writing back config space on device 0000:00:1c.1 at offset 8 (was 0, writing 50105010)
[ 1260.932720] PM: Writing back config space on device 0000:00:1c.1 at offset 7 (was 20000000, writing 200000f0)
[ 1260.932729] PM: Writing back config space on device 0000:00:1c.1 at offset 3 (was 810000, writing 810040)
[ 1260.932736] PM: Writing back config space on device 0000:00:1c.1 at offset 1 (was 100000, writing 100007)
[ 1260.932774] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 1260.932779] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 1260.932802] PM: Writing back config space on device 0000:00:1c.2 at offset 9 (was 10001, writing 4bf14801)
[ 1260.932808] PM: Writing back config space on device 0000:00:1c.2 at offset 8 (was 0, writing 50004c10)
[ 1260.932813] PM: Writing back config space on device 0000:00:1c.2 at offset 7 (was 20000000, writing 1010)
[ 1260.932822] PM: Writing back config space on device 0000:00:1c.2 at offset 3 (was 810000, writing 810040)
[ 1260.932828] PM: Writing back config space on device 0000:00:1c.2 at offset 1 (was 100000, writing 100007)
[ 1260.932866] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1260.932872] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 1260.932879] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1260.932885] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1260.932937] usb usb1: root hub lost power or was reset
[ 1260.932961] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1260.932970] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1260.933020] usb usb2: root hub lost power or was reset
[ 1260.933038] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1260.933045] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1260.933094] usb usb3: root hub lost power or was reset
[ 1260.933117] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 1260.933125] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 1260.933175] usb usb4: root hub lost power or was reset
[ 1260.935838] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1260.935845] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1260.935907] PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 1fff1)
[ 1260.935913] PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing 4c004c00)
[ 1260.935918] PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 228000f0)
[ 1260.935930] PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100000, writing 100007)
[ 1260.935950] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 1260.936004] PM: Writing back config space on device 0000:00:1f.1 at offset f (was 100, writing 10b)
[ 1260.936028] PM: Writing back config space on device 0000:00:1f.1 at offset 1 (was 2800001, writing 2800005)
[ 1260.936038] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 1260.936043] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 1260.939186] PM: Writing back config space on device 0000:00:1f.2 at offset f (was 200, writing 20b)
[ 1260.939210] PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
[ 1260.939227] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1260.939233] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 1260.940834] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1260.940843] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 1260.949428] [fglrx] firegl_gps_setpowerup .
[ 1260.953583] PM: Writing back config space on device 0000:02:00.0 at offset f (was 100, writing 10b)
[ 1260.953594] PM: Writing back config space on device 0000:02:00.0 at offset c (was 0, writing fffe0000)
[ 1260.953611] PM: Writing back config space on device 0000:02:00.0 at offset 6 (was 1, writing 2001)
[ 1260.953619] PM: Writing back config space on device 0000:02:00.0 at offset 4 (was 4, writing 50200004)
[ 1260.953626] PM: Writing back config space on device 0000:02:00.0 at offset 3 (was 0, writing 40)
[ 1260.953634] PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 40100000, writing 100007)
[ 1260.955864] PM: Writing back config space on device 0000:03:00.0 at offset f (was 1ff, writing 10a)
[ 1260.955891] PM: Writing back config space on device 0000:03:00.0 at offset 4 (was 4, writing 50100004)
[ 1260.955898] PM: Writing back config space on device 0000:03:00.0 at offset 3 (was 0, writing 40)
[ 1260.955906] PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100007)
[ 1260.955943] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 1260.955950] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1260.965864] PM: Writing back config space on device 0000:0c:03.0 at offset 5 (was 0, writing 4c000000)
[ 1260.965870] PM: Writing back config space on device 0000:0c:03.0 at offset 4 (was 0, writing 4c004000)
[ 1260.965876] PM: Writing back config space on device 0000:0c:03.0 at offset 3 (was 0, writing f810)
[ 1260.965884] PM: Writing back config space on device 0000:0c:03.0 at offset 1 (was 2100000, writing 2100016)
[ 1261.016927] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[4c004000-4c0047ff]  Max Packet=[4096]  IR/IT contexts=[4/8]
[ 1261.021222] sd 2:0:1:0: [sda] Starting disk
[ 1261.223057] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
[ 1261.223059] ata1.00: ACPI cmd ef/03:44:00:00:00:a0 filtered out
[ 1261.389663] ata1.00: configured for UDMA/66
[ 1262.165799] ata3.01: NODEV after polling detection
[ 1262.165803] ata3.01: revalidation failed (errno=-2)
[ 1262.165807] ata3: failed to recover some devices, retrying in 5 secs
[ 1267.342547] ata3.01: ACPI cmd ef/03:0c:00:00:00:b0 filtered out
[ 1267.342553] ata3.01: ACPI cmd ef/03:45:00:00:00:b0 filtered out
[ 1255.215497] ata3.01: configured for UDMA/100
[ 1255.233768] sd 2:0:1:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
[ 1255.233768] sd 2:0:1:0: [sda] Write Protect is off
[ 1255.233768] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1255.233768] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1255.233768] applesmc: device has already been initialized (0xe0, 0x00).
[ 1255.850422] Restarting tasks ... done.
[ 1256.018153] usb 1-2: USB disconnect, address 8
[ 1256.118547] input: appletouch disconnected
[ 1256.351037] usb 1-2: new full speed USB device using uhci_hcd and address 9
[ 1256.529807] usb 1-2: configuration #1 chosen from 1 choice
[ 1256.534146] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input35
[ 1256.534146] input: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1256.536914] appletouch: Geyser mode initialized.
[ 1256.537014] input: appletouch as /class/input/input36
[ 1256.552987] input: Apple Computer Apple Internal Keyboard / Trackpad as /class/input/input37
[ 1256.560862] input: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2
[ 1256.564860] usb 3-2: USB disconnect, address 6
[ 1256.787740] usb 3-2: new full speed USB device using uhci_hcd and address 7
[ 1256.955503] usb 3-2: configuration #1 chosen from 1 choice
[ 1256.962235] hiddev0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2
[ 1256.962235] usb 4-1: USB disconnect, address 8
[ 1257.102063] appletouch: incomplete data package (first byte: 2, length: 4).
[ 1257.233530] usb 4-1: new full speed USB device using uhci_hcd and address 9
[ 1257.417580] usb 4-1: configuration #1 chosen from 1 choice
[ 1257.441095] input: HID 05ac:1000 as /class/input/input38
[ 1257.447597] input: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1
[ 1257.464865] input: HID 05ac:1000 as /class/input/input39
[ 1257.477436] input: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1

^ permalink raw reply	[flat|nested] 38+ messages in thread

* suspend
@ 2008-03-31 19:10 Justin Mattock
  0 siblings, 0 replies; 38+ messages in thread
From: Justin Mattock @ 2008-03-31 19:10 UTC (permalink / raw)
  To: linux-kernel

Hello; sorry for not sending a threaded e-mail, I tested echo mem >
/sys/power/state on my macbook pro 15' with all modules loaded i.g.
uvcvideo,fglrx,ath_pci, etc...
and to my amazement it actually worked, instead of a blank screen and
a reboot, the screen appears. The appletouch looses it's scroll
functionality, as well as the bluetooth mighty mouse, wpa_supplicant
seems to not respond, but other than that it works over here ("knock
on wood"); 2.6.25-rc6 did'nt work for me.

-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2020-05-06 18:47 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAM2dokvEdG5P5dso8+3vh7urX1FCFx4p+g-TiBH62+pMfuDKqA@mail.gmail.com>
2020-05-06 18:21 ` Fwd: Suspend Jaime Perez
2020-05-06 18:47   ` Suspend Kaneda, Erik
2008-04-02  6:31 suspend Justin Mattock
2008-04-02 12:19 ` suspend Rafael J. Wysocki
2008-04-02 15:53   ` suspend Justin Mattock
2008-04-02 17:39     ` suspend Rafael J. Wysocki
2008-04-02 19:18       ` suspend Justin Mattock
2008-04-02 22:21         ` suspend Rafael J. Wysocki
2008-04-03  0:00           ` suspend Justin Mattock
2008-04-03  0:18         ` suspend Tejun Heo
2008-04-03  0:44           ` suspend Justin Mattock
2008-04-03  1:01             ` suspend Tejun Heo
2008-04-03  1:16               ` suspend Justin Mattock
2008-04-02 23:09       ` suspend Stefan Schweizer
2008-04-02 23:55         ` suspend Rafael J. Wysocki
2008-04-03  7:32           ` suspend Oliver Neukum
2008-04-03  7:42             ` suspend Stefan Schweizer
2008-04-03  8:02               ` suspend Oliver Neukum
2008-04-03  8:29               ` suspend Oliver Neukum
2008-04-03  8:53                 ` suspend Stefan Schweizer
     [not found]                   ` <e79639220804030153q46fa82c7jb79bedbe88b30df7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-03 10:31                     ` suspend Oliver Neukum
     [not found]                       ` <200804031231.19193.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-04-03 15:44                         ` suspend Stefan Schweizer
2008-04-03 20:42                           ` suspend Oliver Neukum
     [not found]                             ` <200804032242.36493.oliver-GvhC2dPhHPQdnm+yROfE0A@public.gmane.org>
2008-04-03 21:41                               ` suspend Alan Stern
2008-04-03 22:06                                 ` suspend Stefan Schweizer
2008-04-04  8:59                                   ` suspend Oliver Neukum
2008-04-04  9:20                                     ` suspend Stefan Schweizer
     [not found]                                       ` <e79639220804040220g560e94b4l418724ff1653780d-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-04 11:36                                         ` suspend Oliver Neukum
2008-04-04 22:40                                           ` suspend Stefan Schweizer
2008-04-05  8:00                                             ` suspend Oliver Neukum
2008-04-05  9:15                                               ` suspend Stefan Schweizer
     [not found]                                                 ` <e79639220804050215j42829de7iab99b51e85683a53-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-04-05  9:12                                                   ` suspend Oliver Neukum
2008-04-05 14:13                                               ` suspend Alan Stern
2008-04-03 10:58                   ` suspend Oliver Neukum
2008-04-03 14:14                     ` suspend Stefan Schweizer
2008-04-03 21:07                       ` suspend Oliver Neukum
2008-04-03 23:14                   ` suspend Justin Mattock
  -- strict thread matches above, loose matches on Subject: below --
2008-03-31 19:10 suspend Justin Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.