Add ccd to list of devices. Also add a sample entry in LINT.

This commit is contained in:
Satoshi Asami 1996-05-03 05:44:45 +00:00
parent 844cdc5765
commit 03b225a354
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15572
5 changed files with 12 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# 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
# 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 vn #Vnode driver (turns a file into a device)
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
pseudo-device isdn

View file

@ -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
this is the current allocation of device major numbers.
@ -34,6 +34,7 @@ blkdev name comments
18 ata "device independent" ATA/IDE driver
19 wcdb ATAPI CDROM client of "ata"
20 od SCSI "magneto-optical" disk
21 ccd concatenated disk
chrdev name comments
0 cn console
@ -110,3 +111,4 @@ chrdev name comments
71 asc AmiScan driver
72 stl Stallion (gerg@stallion.oz.au)
73 qcam quickcam
74 ccd concatenated disk

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# 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
# 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 vn #Vnode driver (turns a file into a device)
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
pseudo-device isdn

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# 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
# 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 vn #Vnode driver (turns a file into a device)
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
pseudo-device isdn

View file

@ -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
this is the current allocation of device major numbers.
@ -34,6 +34,7 @@ blkdev name comments
18 ata "device independent" ATA/IDE driver
19 wcdb ATAPI CDROM client of "ata"
20 od SCSI "magneto-optical" disk
21 ccd concatenated disk
chrdev name comments
0 cn console
@ -110,3 +111,4 @@ chrdev name comments
71 asc AmiScan driver
72 stl Stallion (gerg@stallion.oz.au)
73 qcam quickcam
74 ccd concatenated disk