Re: devices.txt inconsistency

2001-01-02 Thread H. Peter Anvin
Douglas Gilbert wrote: > > While on this subject, the description of raw devices > (char 162) in lk 2.4 is not consistent with current > usage. > > devices.txt contains this: > 162 charRaw block device interface > 0 = /dev/raw Raw I/O control device >

Re: devices.txt inconsistency

2001-01-02 Thread Douglas Gilbert
While on this subject, the description of raw devices (char 162) in lk 2.4 is not consistent with current usage. devices.txt contains this: 162 charRaw block device interface 0 = /dev/raw Raw I/O control device 1 = /dev/raw1 First raw

Re: devices.txt inconsistency

2001-01-02 Thread ratz
> The current devices.txt is available at: > >http://www.lanana.org/docs/device-list/devices.txt > > I don't have the details for /dev/input/* in there; I need to still > make that update. Small typo fix: --- devices.txt~Tue Jan 2 14:34:32 2001 +++ devices.txt Tue Jan 2 14:34:48

Re: devices.txt inconsistency

2001-01-01 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Robert Read <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > devices.txt does need some updating. It still lists char-major-13 as > the PC Speaker, but 13 appears to be the major for new input driver, > and the joystick driver is now a minor of

Re: devices.txt inconsistency

2001-01-01 Thread Robert Read
How's this? Should char-major-15 be obsoleted, deleted or just left in for now? robert --- linux/Documentation/devices.txt.bak Mon Jan 1 15:29:24 2001 +++ linux/Documentation/devices.txt Mon Jan 1 15:33:38 2001 @@ -430,14 +430,14 @@ 1 = /dev/dos_cd1 Second MSCDEX CD

Re: devices.txt inconsistency

2001-01-01 Thread Robert Read
devices.txt does need some updating. It still lists char-major-13 as the PC Speaker, but 13 appears to be the major for new input driver, and the joystick driver is now a minor off the that. Are there now two Joystick drivers, or can char-major-15 be obsoleted/deleted? robert On Mon, Jan 01, 20