1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/wd.c

revisions 1.43 and 1.129, respectively.
This commit is contained in:
KATO Takenori 1997-04-29 03:15:47 +00:00
parent 6b178bfd1b
commit 1a0345d543
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25268
3 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

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