public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update Documentation/devices.txt
@ 2006-08-22 15:08 Peter Korsgaard
  2006-08-22 16:24 ` Randy.Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Peter Korsgaard @ 2006-08-22 15:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: device

Hi,

Sync Documentation/devices.txt with the new version from the LANANA
site (http://www.lanana.org/docs/device-list/devices-2.6+.txt)

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

diff -urpN linux-2.6.18-rc4.orig/Documentation/devices.txt linux-2.6.18-rc4/Documentation/devices.txt
--- linux-2.6.18-rc4.orig/Documentation/devices.txt	2006-08-22 16:58:14.000000000 +0200
+++ linux-2.6.18-rc4/Documentation/devices.txt	2006-08-22 16:57:21.000000000 +0200
@@ -3,7 +3,7 @@
 
 	     Maintained by Torben Mathiasen <device@lanana.org>
 
-		      Last revised: 15 May 2006
+		      Last revised: 21 August 2006
 
 This list is the Linux Device List, the official registry of allocated
 device numbers and /dev directory nodes for the Linux operating
@@ -1522,7 +1522,7 @@ Your cooperation is appreciated.
 		disks (see major number 3) except that the limit on
 		partitions is 15.
 
- 83 char	Matrox mga_vid video driver
+ 83 char	Matrox mga_vid video driver 
  		 0 = /dev/mga_vid0	1st video card
 		 1 = /dev/mga_vid1	2nd video card
 		 2 = /dev/mga_vid2	3rd video card
@@ -1731,7 +1731,7 @@ Your cooperation is appreciated.
 		  0 = /dev/ubda		First user-mode block device
 		 16 = /dev/udbb		Second user-mode block device
 		    ...
-
+		
 		Partitions are handled in the same way as for IDE
 		disks (see major number 3) except that the limit on
 		partitions is 15.
@@ -2305,7 +2305,7 @@ Your cooperation is appreciated.
 		  0 = /dev/drbd0	First DRBD device
 		  1 = /dev/drbd1	Second DRBD device
 		    ...
-
+		
 148 char	Technology Concepts serial card
 		  0 = /dev/ttyT0	First TCL port
 		  1 = /dev/ttyT1	Second TCL port
@@ -2565,10 +2565,10 @@ Your cooperation is appreciated.
 		243 = /dev/usb/dabusb3	Fourth dabusb device
 
 180 block	USB block devices
-		  0 = /dev/uba		First USB block device
-		  8 = /dev/ubb		Second USB block device
-		 16 = /dev/ubc		Third USB block device
-		    ...
+		0 = /dev/uba		First USB block device
+		8 = /dev/ubb		Second USB block device
+		16 = /dev/ubc		Third USB block device
+ 		    ...
 
 181 char	Conrad Electronic parallel port radio clocks
 		  0 = /dev/pcfclock0	First Conrad radio clock
@@ -2767,7 +2767,7 @@ Your cooperation is appreciated.
 		 42 = /dev/ttySMX1		Motorola i.MX - port 1
 		 43 = /dev/ttySMX2		Motorola i.MX - port 2
 		 44 = /dev/ttyMM0		Marvell MPSC - port 0
-		 45 = /dev/ttyMM1		Marvell MPSC - port 1
+		 45 = /dev/ttyMM1		Marvell MPSC - port 1	
 		 46 = /dev/ttyCPM0		PPC CPM (SCC or SMC) - port 0
 		    ...
 		 47 = /dev/ttyCPM5		PPC CPM (SCC or SMC) - port 5
@@ -2792,6 +2792,9 @@ Your cooperation is appreciated.
 		    ...
 		 185 = /dev/ttyNX15		Hilscher netX serial port 15
 		 186 = /dev/ttyJ0		JTAG1 DCC protocol based serial port emulation
+		 187 = /dev/ttyUL0		Xilinx uartlite - port 0
+		    ...
+		 190 = /dev/ttyUL3		Xilinx uartlite - port 3
 
 205 char	Low-density serial ports (alternate device)
 		  0 = /dev/culu0		Callout device for ttyLU0
@@ -3005,11 +3008,11 @@ Your cooperation is appreciated.
 		  2 = /dev/3270/tub2		Second 3270 terminal
 		    ...
 
-229 char	IBM iSeries virtual console
-		  0 = /dev/iseries/vtty0	First console port
-		  1 = /dev/iseries/vtty1	Second console port
+229 char	IBM iSeries/pSeries virtual console
+		  0 = /dev/hvc0			First console port
+		  1 = /dev/hvc1			Second console port
 		    ...
-
+		  
 230 char	IBM iSeries virtual tape
 		  0 = /dev/iseries/vt0		First virtual tape, mode 0
 		  1 = /dev/iseries/vt1		Second virtual tape, mode 0
@@ -3091,7 +3094,7 @@ Your cooperation is appreciated.
 		This major is reserved to assist the expansion to a
 		larger number space.  No device nodes with this major
 		should ever be created on the filesystem.
-		(This is probaly not true anymore, but I'll leave it
+		(This is probaly not true anymore, but I'll leave it 
 		for now /Torben)
 
 ---LARGE MAJORS!!!!!---

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: [PATCH] Update Documentation/devices.txt
@ 2006-08-25  1:09 Pete Zaitcev
  2006-08-25  5:14 ` Peter Korsgaard
  0 siblings, 1 reply; 17+ messages in thread
From: Pete Zaitcev @ 2006-08-25  1:09 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: linux-kernel

> Sync Documentation/devices.txt with the new version from the LANANA
> site (http://www.lanana.org/docs/device-list/devices-2.6+.txt)

This doesn't look like a "sync". More like a "replacement, discarding
changes".

> @@ -1522,7 +1522,7 @@ Your cooperation is appreciated.
>  		disks (see major number 3) except that the limit on
>  		partitions is 15.
>  
> - 83 char	Matrox mga_vid video driver
> + 83 char	Matrox mga_vid video driver 
> @@ -1731,7 +1731,7 @@ Your cooperation is appreciated.
>  		  0 = /dev/ubda		First user-mode block device
>  		 16 = /dev/udbb		Second user-mode block device
>  		    ...
> -
> +		

Nice trailing space! I don't remember this happening when HPA was
in charge.

> @@ -2565,10 +2565,10 @@ Your cooperation is appreciated.
>  		243 = /dev/usb/dabusb3	Fourth dabusb device
>  
>  180 block	USB block devices
> -		  0 = /dev/uba		First USB block device
> -		  8 = /dev/ubb		Second USB block device
> -		 16 = /dev/ubc		Third USB block device
> -		    ...
> +		0 = /dev/uba		First USB block device
> +		8 = /dev/ubb		Second USB block device
> +		16 = /dev/ubc		Third USB block device
> + 		    ...
>  
>  181 char	Conrad Electronic parallel port radio clocks

Please do not apply this.

-- Pete

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2006-08-25  5:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-22 15:08 [PATCH] Update Documentation/devices.txt Peter Korsgaard
2006-08-22 16:24 ` Randy.Dunlap
2006-08-23  5:25   ` Peter Korsgaard
2006-08-23  6:05     ` Jan Engelhardt
2006-08-23  6:22       ` Peter Korsgaard
2006-08-23  7:31         ` Jan Engelhardt
2006-08-23  8:41         ` Mathiasen, Torben
2006-08-23  9:29           ` Peter Korsgaard
2006-08-23 11:59             ` Mathiasen, Torben
2006-08-22 17:23 ` Olaf Hering
2006-08-23  4:06   ` Stephen Rothwell
2006-08-22 17:34 ` Jan Engelhardt
2006-08-23  5:26   ` Peter Korsgaard
2006-08-23  9:05     ` Mathiasen, Torben
2006-08-23  9:30       ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2006-08-25  1:09 Pete Zaitcev
2006-08-25  5:14 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox