[kernel] r6186 - dists/trunk/linux-2.6/debian/patches

Martin Michlmayr tbm at costa.debian.org
Mon Mar 13 19:33:31 UTC 2006


Author: tbm
Date: Mon Mar 13 19:33:30 2006
New Revision: 6186

Modified:
   dists/trunk/linux-2.6/debian/patches/mips-sb1-duart.patch
Log:
define PORT_SB1250


Modified: dists/trunk/linux-2.6/debian/patches/mips-sb1-duart.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/mips-sb1-duart.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/mips-sb1-duart.patch	Mon Mar 13 19:33:30 2006
@@ -3,8 +3,18 @@
 Status: in linux-mips git; still needs to be merged into mainline
 
 
-diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
-index 05ba410..43d53c8 100644
+--- a/include/linux/serial.h~	2006-03-13 19:32:04.000000000 +0000
++++ b/include/linux/serial.h	2006-03-13 19:32:27.000000000 +0000
+@@ -76,7 +76,8 @@
+ #define PORT_16654	11
+ #define PORT_16850	12
+ #define PORT_RSA	13	/* RSA-DV II/S card */
+-#define PORT_MAX	13
++#define PORT_SB1250	14
++#define PORT_MAX	14
+ 
+ #define SERIAL_IO_PORT	0
+ #define SERIAL_IO_HUB6	1
 --- a/drivers/char/Kconfig
 +++ b/drivers/char/Kconfig
 @@ -353,6 +353,14 @@ config AU1000_SERIAL_CONSOLE



More information about the Kernel-svn-changes mailing list