aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-04-29 03:15:47 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-04-29 03:15:47 +0000
commit1a0345d5436b8e8dfa5f8770447dd91037bad606 (patch)
treeb7627147110efb73972d9414f5b852cb070b3529 /sys
parent6b178bfd1b058f4b62d2b866c3980c78f7dec864 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options.pc984
-rw-r--r--sys/pc98/conf/options.pc984
-rw-r--r--sys/pc98/pc98/wd.c3
3 files changed, 8 insertions, 3 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index f61941d25c60f..7e757516a09fd 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.21 1997/04/27 13:21:57 kato Exp $
+# $Id: options.pc98,v 1.22 1997/04/28 15:49:55 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -84,6 +84,8 @@ KBDIO_DEBUG opt_kbdio.h
ATAPI opt_atapi.h
ATAPI_STATIC opt_atapi.h
+CMD640 opt_wd.h
+
USERCONFIG opt_userconfig.h
VISUAL_USERCONFIG opt_userconfig.h
USERCONFIG_BOOT opt_userconfig.h
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98
index f61941d25c60f..7e757516a09fd 100644
--- a/sys/pc98/conf/options.pc98
+++ b/sys/pc98/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.21 1997/04/27 13:21:57 kato Exp $
+# $Id: options.pc98,v 1.22 1997/04/28 15:49:55 kato Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -84,6 +84,8 @@ KBDIO_DEBUG opt_kbdio.h
ATAPI opt_atapi.h
ATAPI_STATIC opt_atapi.h
+CMD640 opt_wd.h
+
USERCONFIG opt_userconfig.h
VISUAL_USERCONFIG opt_userconfig.h
USERCONFIG_BOOT opt_userconfig.h
diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c
index 9c151d6c25a73..0fa24b45bd655 100644
--- a/sys/pc98/pc98/wd.c
+++ b/sys/pc98/pc98/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.21 1997/03/24 12:29:48 bde Exp $
+ * $Id: wd.c,v 1.22 1997/04/04 15:22:59 kato Exp $
*/
/* TODO:
@@ -61,6 +61,7 @@
#endif
#include "wdc.h"
+#include "opt_wd.h"
#include "opt_atapi.h"
#if NWDC > 0