diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 6ada3ae51a22..4adb44f08f1c 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/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: GENERIC98,v 1.67 1999/02/25 13:53:13 kato Exp $ +# $Id: GENERIC98,v 1.68 1999/02/25 13:59:47 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -86,7 +86,7 @@ disk wd0 at wdc0 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM -device acd0 #IDE CD-ROM +device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 6ada3ae51a22..4adb44f08f1c 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -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: GENERIC98,v 1.67 1999/02/25 13:53:13 kato Exp $ +# $Id: GENERIC98,v 1.68 1999/02/25 13:59:47 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -86,7 +86,7 @@ disk wd0 at wdc0 drive 0 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM -device acd0 #IDE CD-ROM +device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices.