diff options
author | KATO Takenori <kato@FreeBSD.org> | 1998-09-09 14:39:56 +0000 |
---|---|---|
committer | KATO Takenori <kato@FreeBSD.org> | 1998-09-09 14:39:56 +0000 |
commit | 2663a4af576df92ef377f2a1113744cf100dbf4d (patch) | |
tree | ae18b54c5fe7b19c94ee2f7bbfda34be612f9f58 /sys/conf | |
parent | c792da10e32fcb4952b8037aa4cfef352864a282 (diff) | |
download | src-2663a4af576df92ef377f2a1113744cf100dbf4d.tar.gz src-2663a4af576df92ef377f2a1113744cf100dbf4d.zip |
Sync with sys/i386/conf/files.i386 revision 1.202.
Notes
Notes:
svn path=/head/; revision=39003
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.pc98 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 0e7fa7a15f8b..794904ad2378 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.66 1998/08/07 11:52:19 kato Exp $ +# $Id: files.pc98,v 1.67 1998/09/05 02:36:18 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -250,6 +250,7 @@ i386/isa/ultra14f.c optional uha device-driver pc98/pc98/wd.c optional wdc device-driver pc98/pc98/wd.c optional wd device-driver i386/isa/atapi.c optional atapi device-driver +i386/isa/atapi-cd.c optional acd device-driver i386/isa/wcd.c optional wcd device-driver i386/isa/wfd.c optional wfd device-driver i386/isa/wst.c optional wst device-driver |