linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devices.txt bugs
@ 2001-01-02 10:27 Geert Uytterhoeven
  2001-01-02 17:16 ` Hubert Mantel
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2001-01-02 10:27 UTC (permalink / raw)
  To: Linus Torvalds, H. Peter Anvin
  Cc: Alan Cox, Linux Frame Buffer Device Development, A2232,
	Linux Kernel Development


This patch fixes two things:

  - Correct the minor numbers for the frame buffer devices.  We have room for
    32 frame buffers since about one year, with more room for future expansion
    to 256.  (promised to go in by HPA on Fri, 24 Mar 2000 01:47:05 -0800).

  - Fix a typo in the minors for the A2232 serial card

--- linux-2.4.0-current/Documentation/devices.txt.orig	Mon Jan  1 23:30:06 2001
+++ linux-2.4.0-current/Documentation/devices.txt	Tue Jan  2 11:16:42 2001
@@ -660,6 +660,12 @@
 
  29 char	Universal frame buffer
 		  0 = /dev/fb0		First frame buffer
+		  1 = /dev/fb1		Second frame buffer
+		    ...
+		 31 = /dev/fb31		32nd frame buffer
+
+		Backward compatibility aliases {2.6}
+
 		 32 = /dev/fb1		Second frame buffer
 		    ...
 		224 = /dev/fb7		Eighth frame buffer
@@ -2436,7 +2442,7 @@
 
 224 char	A2232 serial card
 		  0 = /dev/ttyY0		First A2232 port
-		  1 = /dev/cuy0			Second A2232 port
+		  1 = /dev/ttyY1		Second A2232 port
 		    ...
 
 225 char	A2232 serial card (alternate devices)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: [PATCH] devices.txt bugs
  2001-01-02 10:27 [PATCH] devices.txt bugs Geert Uytterhoeven
@ 2001-01-02 17:16 ` Hubert Mantel
  2001-01-02 20:09   ` H. Peter Anvin
  0 siblings, 1 reply; 3+ messages in thread
From: Hubert Mantel @ 2001-01-02 17:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, H. Peter Anvin, Alan Cox,
	Linux Frame Buffer Device Development, A2232,
	Linux Kernel Development

Hi,

On Tue, Jan 02, Geert Uytterhoeven wrote:

> This patch fixes two things:
> 
>   - Correct the minor numbers for the frame buffer devices.  We have room for
>     32 frame buffers since about one year, with more room for future expansion
>     to 256.  (promised to go in by HPA on Fri, 24 Mar 2000 01:47:05 -0800).
> 
>   - Fix a typo in the minors for the A2232 serial card
> 
> --- linux-2.4.0-current/Documentation/devices.txt.orig	Mon Jan  1 23:30:06 2001
> +++ linux-2.4.0-current/Documentation/devices.txt	Tue Jan  2 11:16:42 2001
> @@ -660,6 +660,12 @@
>  
>   29 char	Universal frame buffer
>  		  0 = /dev/fb0		First frame buffer
> +		  1 = /dev/fb1		Second frame buffer
> +		    ...
> +		 31 = /dev/fb31		32nd frame buffer
> +
> +		Backward compatibility aliases {2.6}
> +
>  		 32 = /dev/fb1		Second frame buffer

How is this supposed to work? /dev/fb1 can either be 29,1 or 29,32. But
not both at the same time.

[...]

> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

                                                                  -o)
    Hubert Mantel              Goodbye, dots...                   /\\
                                                                 _\_v
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: [PATCH] devices.txt bugs
  2001-01-02 17:16 ` Hubert Mantel
@ 2001-01-02 20:09   ` H. Peter Anvin
  0 siblings, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2001-01-02 20:09 UTC (permalink / raw)
  To: Hubert Mantel
  Cc: Geert Uytterhoeven, Linus Torvalds, Alan Cox,
	Linux Frame Buffer Device Development, A2232,
	Linux Kernel Development

Hubert Mantel wrote:
> 
> Hi,
> 
> On Tue, Jan 02, Geert Uytterhoeven wrote:
> 
> > This patch fixes two things:
> >
> >   - Correct the minor numbers for the frame buffer devices.  We have room for
> >     32 frame buffers since about one year, with more room for future expansion
> >     to 256.  (promised to go in by HPA on Fri, 24 Mar 2000 01:47:05 -0800).
> >
> >   - Fix a typo in the minors for the A2232 serial card
> >
> > --- linux-2.4.0-current/Documentation/devices.txt.orig        Mon Jan  1 23:30:06 2001
> > +++ linux-2.4.0-current/Documentation/devices.txt     Tue Jan  2 11:16:42 2001
> > @@ -660,6 +660,12 @@
> >
> >   29 char     Universal frame buffer
> >                 0 = /dev/fb0          First frame buffer
> > +               1 = /dev/fb1          Second frame buffer
> > +                 ...
> > +              31 = /dev/fb31         32nd frame buffer
> > +
> > +             Backward compatibility aliases {2.6}
> > +
> >                32 = /dev/fb1          Second frame buffer
> 
> How is this supposed to work? /dev/fb1 can either be 29,1 or 29,32. But
> not both at the same time.
> 

The idea is that you're supposed to change your /dev nodes; the old /dev
nodes are supported for a bit.  The device list has been updated.

	-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-02 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-02 10:27 [PATCH] devices.txt bugs Geert Uytterhoeven
2001-01-02 17:16 ` Hubert Mantel
2001-01-02 20:09   ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).