summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-29 20:03:41 +0000
committerjkh <jkh@FreeBSD.org>1996-04-29 20:03:41 +0000
commit457e99728a28861f1543308cfdef3d6d678d9870 (patch)
tree1cd546bcdf77c56a14211654ed016d99dff854ba /sys/i386/conf
parent4f4132f247de32b1f4fc718c3c9b7193cb2705bb (diff)
downloadFreeBSD-src-457e99728a28861f1543308cfdef3d6d678d9870.zip
FreeBSD-src-457e99728a28861f1543308cfdef3d6d678d9870.tar.gz
Add ATAPI_STATIC so that the ATAPI cdroms work correctly again
under -current. Submitted-By: Serge Vakulenko <vak@cronyx.ru>
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 7239d91..3598709 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.66 1996/04/18 04:02:30 nate Exp $
+# $Id: GENERIC,v 1.67 1996/04/22 19:40:24 nate Exp $
#
machine "i386"
@@ -44,7 +44,8 @@ controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
-options ATAPI #Enable ATAPI support for IDE bus
+options ATAPI #Enable ATAPI support for IDE bus
+options ATAPI_STATIC #Don't do it as an LKM
device wcd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
OpenPOWER on IntegriCloud