13 Sep 06:18
[NONSERIOUS PATCH]: Change Sun serial major/minor numbers...
From: David Miller <davem <at> davemloft.net>
Subject: [NONSERIOUS PATCH]: Change Sun serial major/minor numbers...
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.ports.sparc
Date: 2008-09-13 04:20:13 GMT
Subject: [NONSERIOUS PATCH]: Change Sun serial major/minor numbers...
Newsgroups: gmane.linux.serial, gmane.linux.kernel, gmane.linux.ports.sparc
Date: 2008-09-13 04:20:13 GMT
[ Resending, my first send trigger'd vger filters ] This is the non-serious patch I mentioned in my first posting which changes all of the major/minor numbers used by the Sun serial drivers in order to get out of the way of 8250's major/minor namespace. Again, this patch isn't meant to be taken seriously at all. I'm not even willing to sign off on it(Continue reading)diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 05c8064..0d1b1f9 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -2807,6 +2807,15 @@ Your cooperation is appreciated. ... 190 = /dev/ttyUL3 Xilinx uartlite - port 3 191 = /dev/xvc0 Xen virtual console - port 0 + 192 = /dev/ttySZ0 Sun Zilog - port 0 + ... + 207 = /dev/ttySZ15 Sun Zilog - port 15 + 208 = /dev/ttySU0 Sun SU - port 0 + ... + 215 = /dev/ttySU7 Sun SU - port 7 + 216 = /dev/ttySB0 Sun SAB82532 - port 0 + 217 = /dev/ttySB1 Sun SAB82532 - port 1 + 218 = /dev/ttyHV0 Sun Hypervisor console - port 0 205 char Low-density serial ports (alternate device)
diff --git a/Documentation/devices.txt b/Documentation/devices.txt
index 05c8064..0d1b1f9 100644
--- a/Documentation/devices.txt
+++ b/Documentation/devices.txt
@@ -2807,6 +2807,15 @@ Your cooperation is appreciated.
...
190 = /dev/ttyUL3 Xilinx uartlite - port 3
191 = /dev/xvc0 Xen virtual console - port 0
+ 192 = /dev/ttySZ0 Sun Zilog - port 0
+ ...
+ 207 = /dev/ttySZ15 Sun Zilog - port 15
+ 208 = /dev/ttySU0 Sun SU - port 0
+ ...
+ 215 = /dev/ttySU7 Sun SU - port 7
+ 216 = /dev/ttySB0 Sun SAB82532 - port 0
+ 217 = /dev/ttySB1 Sun SAB82532 - port 1
+ 218 = /dev/ttyHV0 Sun Hypervisor console - port 0
205 char Low-density serial ports (alternate device)
RSS Feed