rpms/kernel/devel linux-2.6-debug-acpi-os-write-port.patch, NONE, 1.1 config-generic, 1.24, 1.25 kernel.spec, 1.133, 1.134

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Wed Aug 29 22:41:46 UTC 2007


Author: cebbert

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

Modified Files:
	config-generic kernel.spec 
Added Files:
	linux-2.6-debug-acpi-os-write-port.patch 
Log Message:
* Wed Aug 29 2007 Chuck Ebbert <cebbert at redhat.com>
- enable the i82365 PCMCIA driver
- add debug code to acpi_os_write_port for bug 258641


linux-2.6-debug-acpi-os-write-port.patch:

--- NEW FILE linux-2.6-debug-acpi-os-write-port.patch ---
---
 drivers/acpi/osl.c |    2 ++
 1 file changed, 2 insertions(+)

--- linux-2.6.22.noarch.orig/drivers/acpi/osl.c
+++ linux-2.6.22.noarch/drivers/acpi/osl.c
@@ -419,6 +419,8 @@ acpi_status acpi_os_write_port(acpi_io_a
 		outl(value, port);
 		break;
 	default:
+		printk(KERN_ERR PREFIX
+		       "writing %d bits to port %d\n", (int)width, (int)port);
 		BUG();
 	}
 


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- config-generic	27 Aug 2007 21:23:08 -0000	1.24
+++ config-generic	29 Aug 2007 22:41:13 -0000	1.25
@@ -3018,7 +3018,7 @@
 
 ## BEGIN ISA Junk.
 
-# CONFIG_I82365 is not set
+CONFIG_I82365=m
 # CONFIG_TCIC is not set
 # CONFIG_PCMCIA_PROBE is not set
 # CONFIG_LTPC is not set


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- kernel.spec	29 Aug 2007 18:51:06 -0000	1.133
+++ kernel.spec	29 Aug 2007 22:41:13 -0000	1.134
@@ -602,6 +602,7 @@
 Patch280: linux-2.6-debug-spinlock-taint.patch
 Patch330: linux-2.6-debug-no-quiet.patch
 Patch340: linux-2.6-debug-boot-delay.patch
+Patch345: linux-2.6-debug-acpi-os-write-port.patch
 Patch350: linux-2.6-devmem.patch
 Patch370: linux-2.6-crash-driver.patch
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
@@ -1049,6 +1050,8 @@
 ApplyPatch linux-2.6-debug-spinlock-taint.patch
 ApplyPatch linux-2.6-debug-no-quiet.patch
 ApplyPatch linux-2.6-debug-boot-delay.patch
+# try to find out what is breaking acpi-cpufreq
+ApplyPatch linux-2.6-debug-acpi-os-write-port.patch
 
 #
 # Make /dev/mem a need-to-know function
@@ -1779,6 +1782,10 @@
 
 
 %changelog
+* Wed Aug 29 2007 Chuck Ebbert <cebbert at redhat.com>
+- enable the i82365 PCMCIA driver
+- add debug code to acpi_os_write_port for bug 258641
+
 * Wed Aug 29 2007 David Woodhouse <dwmw2 at infradead.org>
 - Re-enable ppc32 build.
 




More information about the fedora-extras-commits mailing list