Add ATAPI_STATIC so that the ATAPI cdroms work correctly again

under -current.
Submitted-By: Serge Vakulenko <vak@cronyx.ru>
This commit is contained in:
Jordan K. Hubbard 1996-04-29 20:03:41 +00:00
parent 7854541a2a
commit 9773398d95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15453
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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