Add ccd to list of devices. Also add a sample entry in LINT.
This commit is contained in:
parent
844cdc5765
commit
03b225a354
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.253 1996/05/01 05:04:38 bde Exp $
|
# $Id: LINT,v 1.254 1996/05/02 10:41:18 phk Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -376,6 +376,7 @@ pseudo-device log #Kernel syslog interface (/dev/klog)
|
|||||||
pseudo-device gzip #Exec gzipped a.out's
|
pseudo-device gzip #Exec gzipped a.out's
|
||||||
pseudo-device vn #Vnode driver (turns a file into a device)
|
pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
||||||
|
pseudo-device ccd 4 #Concatenated disk driver
|
||||||
|
|
||||||
# These are non-optional for ISDN
|
# These are non-optional for ISDN
|
||||||
pseudo-device isdn
|
pseudo-device isdn
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$Id: majors.i386,v 1.2 1996/02/03 14:50:52 peter Exp $
|
$Id: majors.i386,v 1.3 1996/03/15 07:51:45 peter Exp $
|
||||||
|
|
||||||
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
||||||
this is the current allocation of device major numbers.
|
this is the current allocation of device major numbers.
|
||||||
@ -34,6 +34,7 @@ blkdev name comments
|
|||||||
18 ata "device independent" ATA/IDE driver
|
18 ata "device independent" ATA/IDE driver
|
||||||
19 wcdb ATAPI CDROM client of "ata"
|
19 wcdb ATAPI CDROM client of "ata"
|
||||||
20 od SCSI "magneto-optical" disk
|
20 od SCSI "magneto-optical" disk
|
||||||
|
21 ccd concatenated disk
|
||||||
|
|
||||||
chrdev name comments
|
chrdev name comments
|
||||||
0 cn console
|
0 cn console
|
||||||
@ -110,3 +111,4 @@ chrdev name comments
|
|||||||
71 asc AmiScan driver
|
71 asc AmiScan driver
|
||||||
72 stl Stallion (gerg@stallion.oz.au)
|
72 stl Stallion (gerg@stallion.oz.au)
|
||||||
73 qcam quickcam
|
73 qcam quickcam
|
||||||
|
74 ccd concatenated disk
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.253 1996/05/01 05:04:38 bde Exp $
|
# $Id: LINT,v 1.254 1996/05/02 10:41:18 phk Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -376,6 +376,7 @@ pseudo-device log #Kernel syslog interface (/dev/klog)
|
|||||||
pseudo-device gzip #Exec gzipped a.out's
|
pseudo-device gzip #Exec gzipped a.out's
|
||||||
pseudo-device vn #Vnode driver (turns a file into a device)
|
pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
||||||
|
pseudo-device ccd 4 #Concatenated disk driver
|
||||||
|
|
||||||
# These are non-optional for ISDN
|
# These are non-optional for ISDN
|
||||||
pseudo-device isdn
|
pseudo-device isdn
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.253 1996/05/01 05:04:38 bde Exp $
|
# $Id: LINT,v 1.254 1996/05/02 10:41:18 phk Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# NB: You probably don't want to try running a kernel built from this
|
||||||
# file. Instead, you should start from GENERIC, and add options from
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -376,6 +376,7 @@ pseudo-device log #Kernel syslog interface (/dev/klog)
|
|||||||
pseudo-device gzip #Exec gzipped a.out's
|
pseudo-device gzip #Exec gzipped a.out's
|
||||||
pseudo-device vn #Vnode driver (turns a file into a device)
|
pseudo-device vn #Vnode driver (turns a file into a device)
|
||||||
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
|
||||||
|
pseudo-device ccd 4 #Concatenated disk driver
|
||||||
|
|
||||||
# These are non-optional for ISDN
|
# These are non-optional for ISDN
|
||||||
pseudo-device isdn
|
pseudo-device isdn
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$Id: majors.i386,v 1.2 1996/02/03 14:50:52 peter Exp $
|
$Id: majors.i386,v 1.3 1996/03/15 07:51:45 peter Exp $
|
||||||
|
|
||||||
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
||||||
this is the current allocation of device major numbers.
|
this is the current allocation of device major numbers.
|
||||||
@ -34,6 +34,7 @@ blkdev name comments
|
|||||||
18 ata "device independent" ATA/IDE driver
|
18 ata "device independent" ATA/IDE driver
|
||||||
19 wcdb ATAPI CDROM client of "ata"
|
19 wcdb ATAPI CDROM client of "ata"
|
||||||
20 od SCSI "magneto-optical" disk
|
20 od SCSI "magneto-optical" disk
|
||||||
|
21 ccd concatenated disk
|
||||||
|
|
||||||
chrdev name comments
|
chrdev name comments
|
||||||
0 cn console
|
0 cn console
|
||||||
@ -110,3 +111,4 @@ chrdev name comments
|
|||||||
71 asc AmiScan driver
|
71 asc AmiScan driver
|
||||||
72 stl Stallion (gerg@stallion.oz.au)
|
72 stl Stallion (gerg@stallion.oz.au)
|
||||||
73 qcam quickcam
|
73 qcam quickcam
|
||||||
|
74 ccd concatenated disk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user