[kernel] r6293 - in dists/sid/linux-2.6/debian: . patches

Martin Michlmayr tbm at costa.debian.org
Sun Mar 26 21:58:03 UTC 2006


Author: tbm
Date: Sun Mar 26 21:58:01 2006
New Revision: 6293

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/mips-sb1-duart.patch
Log:
[mips/sb1*] Use ttyS rather than duart as the name for the serial console
since the latter causes problems with debian-installer.


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sun Mar 26 21:58:01 2006
@@ -11,6 +11,8 @@
   [ Martin Michlmayr ]
   * [arm/armeb] Enable CONFIG_NFSD on NSLU2 again.  Closes: #358709.
   * [arm/footbridge] CONFIG_NE2K_PCI should be a module, not built-in.
+  * [mips/sb1*] Use ttyS rather than duart as the name for the serial
+    console since the latter causes problems with debian-installer.
 
   [ Bastian Blank ]
   * Update vserver patch to 2.0.2-rc14.

Modified: dists/sid/linux-2.6/debian/patches/mips-sb1-duart.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/mips-sb1-duart.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/mips-sb1-duart.patch	Sun Mar 26 21:58:01 2006
@@ -812,8 +812,8 @@
 +		return -ENOMEM;
 +
 +	sb1250_duart_driver->owner = THIS_MODULE;
-+	sb1250_duart_driver->name = "duart";
-+	sb1250_duart_driver->devfs_name = "duart/";
++	sb1250_duart_driver->name = "ttyS";
++	sb1250_duart_driver->devfs_name = "tts/";
 +	sb1250_duart_driver->major = TTY_MAJOR;
 +	sb1250_duart_driver->minor_start = SB1250_DUART_MINOR_BASE;
 +	sb1250_duart_driver->type            = TTY_DRIVER_TYPE_SERIAL;



More information about the Kernel-svn-changes mailing list