rpms/kernel/devel linux-2.6-sata-eeepc-faster.patch, NONE, 1.1 kernel.spec, 1.565, 1.566

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Apr 1 03:49:03 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25626

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-sata-eeepc-faster.patch 
Log Message:
Support UDMA66 on Asus Eee. (experimental)

linux-2.6-sata-eeepc-faster.patch:

--- NEW FILE linux-2.6-sata-eeepc-faster.patch ---
The Asus Eee PC prints this during bootup..

ata2.00: limited to UDMA/33 due to 40-wire cable
Which is unfortunate, as it has..
ata2.00: ATA-4: SILICONMOTION SM223AC, , max UDMA/66

I believe there actually is no cable, and the flash is directly
connected to the controller.

[root at eee ~]# hdparm -t /dev/sda

/dev/sda:
 Timing buffered disk reads:   64 MB in  3.08 seconds =  20.76 MB/sec

With the patch below it returns..

TBD

Signed-off-by: Dave Jones <davej at redhat.com>

--- linux-2.6.24.noarch/drivers/ata/ata_piix.c~	2008-03-31 23:43:05.000000000 -0400
+++ linux-2.6.24.noarch/drivers/ata/ata_piix.c	2008-03-31 23:44:34.000000000 -0400
@@ -716,6 +716,7 @@ struct ich_laptop {
 
 static const struct ich_laptop ich_laptop[] = {
 	/* devid, subvendor, subdev */
+	{ 0x2653, 0x1043, 0x82d8 },	/* ICH6M on Asus Eee PC */
 	{ 0x27DF, 0x0005, 0x0280 },	/* ICH7 on Acer 5602WLMi */
 	{ 0x27DF, 0x1025, 0x0102 },	/* ICH7 on Acer 5602aWLMi */
 	{ 0x27DF, 0x1025, 0x0110 },	/* ICH7 on Acer 3682WLMi */


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -r1.565 -r1.566
--- kernel.spec	1 Apr 2008 02:14:18 -0000	1.565
+++ kernel.spec	1 Apr 2008 03:48:16 -0000	1.566
@@ -624,6 +624,9 @@
 # kludge to make ich9 e1000 work
 Patch2000: linux-2.6-e1000-ich9.patch
 
+# Make Eee disk faster.
+Patch2010: linux-2.6-sata-eeepc-faster.patch
+
 # atl2 network driver
 Patch2020: linux-2.6-netdev-atl2.patch
 
@@ -1121,6 +1124,9 @@
 ApplyPatch linux-2.6-lirc.patch
 
 ApplyPatch linux-2.6-e1000-ich9.patch
+
+ApplyPatch linux-2.6-sata-eeepc-faster.patch
+
 ApplyPatch linux-2.6-netdev-atl2.patch
 
 # Nouveau DRM + drm fixes
@@ -1737,6 +1743,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Mon Mar 31 2008 Dave Jones <davej at redhat.com>
+- Support UDMA66 on Asus Eee. (experimental)
+
 * Mon Mar 31 2008 Chuck Ebbert <cebbert at redhat.com>
 - Disable HDA audio power save by default. (#433495)
   (Users can still enable it manually.)




More information about the fedora-extras-commits mailing list