summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-05-03 05:44:45 +0000
committerasami <asami@FreeBSD.org>1996-05-03 05:44:45 +0000
commit50f75723854dcb4ccc7c14b49e8717b10a29f99c (patch)
tree501d10cc53831cdf1a9888889815d2f47db2bae1 /sys/conf
parent722d862f578df2440c7ad89f6f113f5fa873ab50 (diff)
downloadFreeBSD-src-50f75723854dcb4ccc7c14b49e8717b10a29f99c.zip
FreeBSD-src-50f75723854dcb4ccc7c14b49e8717b10a29f99c.tar.gz
Add ccd to list of devices. Also add a sample entry in LINT.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/majors4
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ecc407c..e268f85 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 1db12e3..c50c12c 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
OpenPOWER on IntegriCloud