diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ecc407cb9085..e268f85f14ab 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/conf/majors b/sys/conf/majors index 1db12e30824b..c50c12ce4c2b 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index ecc407cb9085..e268f85f14ab 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ecc407cb9085..e268f85f14ab 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 1db12e30824b..c50c12ce4c2b 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -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