From b88a895923df0d3b4d182a8a895f7e608146c238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sun, 15 Dec 1996 16:31:18 +0000 Subject: [PATCH] Remove "options MAXLUN=2" since the ncr driver will probe for 8 LUNs now anyway, even if compiled with FAILSAFE defined. --- sys/amd64/conf/GENERIC | 3 +-- sys/i386/conf/GENERIC | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 84ec8eb21f70..db273a6929ec 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.78 1996/11/16 01:09:17 gibbs Exp $ +# $Id: GENERIC,v 1.79 1996/12/13 07:55:10 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -62,7 +62,6 @@ 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 84ec8eb21f70..db273a6929ec 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/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.78 1996/11/16 01:09:17 gibbs Exp $ +# $Id: GENERIC,v 1.79 1996/12/13 07:55:10 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -62,7 +62,6 @@ 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