diff options
author | kato <kato@FreeBSD.org> | 1999-03-04 10:36:27 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-03-04 10:36:27 +0000 |
commit | 18785d877291fe205daa535f62bfc814efc77b6b (patch) | |
tree | 30de35e419283ffa143a4d0d461c1553e2c197a2 /sys/pc98/conf/files.pc98 | |
parent | 0804acfe515b4bdb8bb084eb6eac628e13f78826 (diff) | |
download | FreeBSD-src-18785d877291fe205daa535f62bfc814efc77b6b.zip FreeBSD-src-18785d877291fe205daa535f62bfc814efc77b6b.tar.gz |
Sync with sys/i386/conf/files.i386 revision 1.225.
Diffstat (limited to 'sys/pc98/conf/files.pc98')
-rw-r--r-- | sys/pc98/conf/files.pc98 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index 034f337..91d3a3a 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.82 1999/02/25 13:53:13 kato Exp $ +# $Id: files.pc98,v 1.83 1999/03/02 14:03:21 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -30,6 +30,7 @@ dev/ata/ata-all.c optional ata device-driver dev/ata/atapi-all.c optional ata device-driver dev/ata/ata-disk.c optional atadisk device-driver dev/ata/atapi-cd.c optional atapicd device-driver +dev/ata/atapi-fd.c optional atapifd device-driver dev/ata/atapi-tape.c optional atapist device-driver dev/fb/fb.c optional fb device-driver dev/fb/fb.c optional gdc device-driver |