diff options
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 657a067..84ec8eb 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.77 1996/10/28 06:05:56 gibbs Exp $ +# $Id: GENERIC,v 1.78 1996/11/16 01:09:17 gibbs Exp $ machine "i386" cpu "I386_CPU" @@ -62,6 +62,7 @@ device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc) is sufficient # for any number of installed devices. controller ncr0 +options MAX_LUN=2 #ncr0: for PD drive controller ahb0 controller ahc0 |