summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-06-07 15:50:08 +0000
committerache <ache@FreeBSD.org>1996-06-07 15:50:08 +0000
commita56e81828a6bc1d255838a04df1757036b6083ba (patch)
treec8d2a6aca52f7f29bc0d8298086db087b634b719 /sys/i386
parent59e21d0c09f66951f31a52bdb7aa885847d47ae5 (diff)
downloadFreeBSD-src-a56e81828a6bc1d255838a04df1757036b6083ba.zip
FreeBSD-src-a56e81828a6bc1d255838a04df1757036b6083ba.tar.gz
Describe ATAPI_STATIC (it seems lkm variant never work)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 35ce831..3a1c9db 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.259 1996/05/17 09:42:46 jkh Exp $
+# $Id: LINT,v 1.260 1996/05/31 00:20:34 peter 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
@@ -546,6 +546,7 @@ disk wd3 at wdc1 drive 1
# ATAPI enables the support for ATAPI-compatible IDE devices
#
options ATAPI #Enable ATAPI support for IDE bus
+options ATAPI_STATIC #Don't do it as an LKM
# IDE CD-ROM driver - requires wdc controller and ATAPI option
device wcd0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 35ce831..3a1c9db 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.259 1996/05/17 09:42:46 jkh Exp $
+# $Id: LINT,v 1.260 1996/05/31 00:20:34 peter 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
@@ -546,6 +546,7 @@ disk wd3 at wdc1 drive 1
# ATAPI enables the support for ATAPI-compatible IDE devices
#
options ATAPI #Enable ATAPI support for IDE bus
+options ATAPI_STATIC #Don't do it as an LKM
# IDE CD-ROM driver - requires wdc controller and ATAPI option
device wcd0
OpenPOWER on IntegriCloud