2.6.x kernels & PCI-to-PCMCIA bridges [again]

jar jar at pcuf.fi
Wed Jul 28 08:09:25 EDT 2004


Hello

Russell do you have noticed that Komurro sends this patch at some time 
ago? These MODULE_DESCRIPTION and MODULE_AUTHOR statements are not 
included to the 2.6.8-rc2 yet. Very minor thing, but the module seems 
more completed with these included :)

--- linux/drivers/pcmcia/pd6729.c.orig	2004-06-28 09:38:21.960143712 +0900
+++ linux/drivers/pcmcia/pd6729.c	2004-06-28 09:59:10.721303160 +0900
@@ -28,11 +28,13 @@
  #include "cirrus.h"

  MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Driver for the Cirrus PD6729 PCI-PCMCIA bridge");
+MODULE_AUTHOR("Jun Komuro <komurojun at mbn.nifty.com>");

  #define MAX_SOCKETS 2

-/* simple helper functions */
-/* External clock time, in nanoseconds.  120 ns = 8.33 MHz */
+/* Simple helper function
+   External clock time, in nanoseconds.  120 ns = 8.33 MHz */
  #define to_cycles(ns)	((ns)/120)


BR. Jar



More information about the linux-pcmcia mailing list