mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: Peter Korsgaard <jacmet@sunsite.dk>
Cc: linux-kernel@vger.kernel.org, device@lanana.org
Subject: Re: [PATCH] Update Documentation/devices.txt
Date: Tue, 22 Aug 2006 09:24:58 -0700	[thread overview]
Message-ID: <20060822092458.7fbc5286.rdunlap@xenotime.net> (raw)
In-Reply-To: <87d5aserky.fsf@slug.be.48ers.dk>

On Tue, 22 Aug 2006 17:08:13 +0200 Peter Korsgaard wrote:

> 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>

Maybe Torben could update or ack/nack or comment?

> @@ -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 

Please don't add trailing whitespace like above.

> @@ -1731,7 +1731,7 @@ Your cooperation is appreciated.
>  		  0 = /dev/ubda		First user-mode block device
>  		 16 = /dev/udbb		Second user-mode block device
>  		    ...
> -
> +		

More trailing whitespace above.

>  		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
>  		    ...
> -
> +		

ditto.

>  148 char	Technology Concepts serial card
>  		  0 = /dev/ttyT0	First TCL port
>  		  1 = /dev/ttyT1	Second TCL port
> @@ -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	

again

>  		 46 = /dev/ttyCPM0		PPC CPM (SCC or SMC) - port 0
>  		    ...
>  		 47 = /dev/ttyCPM5		PPC CPM (SCC or SMC) - port 5
> @@ -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
>  		    ...
> -
> +		  

again

>  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 

whitespace.  again.
and s/probaly/probably/

>  		for now /Torben)


---
~Randy

  reply	other threads:[~2006-08-22 16:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-22 15:08 Peter Korsgaard
2006-08-22 16:24 ` Randy.Dunlap [this message]
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
2006-08-25  1:09 Pete Zaitcev
2006-08-25  5:14 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060822092458.7fbc5286.rdunlap@xenotime.net \
    --to=rdunlap@xenotime.net \
    --cc=device@lanana.org \
    --cc=jacmet@sunsite.dk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®