diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-10 11:21:15 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-10 11:21:15 +0000 |
| commit | 7987ae06be60985dbca48d6978f57344961b9269 (patch) | |
| tree | 0a31ca1d32764a567d5628ccb1f90f307701ad4f | |
| parent | 5bfa20bad8db89dede65d094b51f159abc46c124 (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/LINT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index efd4e4d02420..db3a9ff5bec5 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.184.4.25 1996/10/16 02:21:06 jkh Exp $ +# $Id: LINT,v 1.184.4.26 1996/11/06 12:41:56 joerg 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 @@ -373,6 +373,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 @@ -410,7 +411,6 @@ controller isa0 # BOUNCE_BUFFERS provides support for ISA DMA on machines with more # than 16 megabytes of memory. It doesn't hurt on other machines. # Some broken EISA and VLB hardware may need this, too. -pseudo-device ccd 4 #Concatenated disk driver # # DUMMY_NOPS disables extra delays for some bus operations. The delays # are mostly for older systems and aren't used consistently. Probably |
