Move CMD640 option from kernel Makefile into opt_wd.h
Submitted by: Wolfgang Helbig <helbig@mx.ba-stuttgart.de>
This commit is contained in:
parent
e17f70a00d
commit
862b403b04
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.41 1997/04/27 20:01:47 peter Exp $
|
||||
# $Id: options.i386,v 1.42 1997/04/28 00:24:28 fsmp Exp $
|
||||
XXXCreateMe opt_global.h
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
@ -88,6 +88,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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.41 1997/04/27 20:01:47 peter Exp $
|
||||
# $Id: options.i386,v 1.42 1997/04/28 00:24:28 fsmp Exp $
|
||||
XXXCreateMe opt_global.h
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
@ -88,6 +88,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
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
|
||||
* $Id: wd.c,v 1.127 1997/03/24 11:24:12 bde Exp $
|
||||
* $Id: wd.c,v 1.128 1997/04/03 09:43:50 phk Exp $
|
||||
*/
|
||||
|
||||
/* TODO:
|
||||
@ -61,6 +61,7 @@
|
||||
#endif
|
||||
|
||||
#include "wdc.h"
|
||||
#include "opt_wd.h"
|
||||
#include "opt_atapi.h"
|
||||
|
||||
#if NWDC > 0
|
||||
|
@ -16,7 +16,7 @@
|
||||
* 4. Modifications may be freely made to this file if the above conditions
|
||||
* are met.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: wdc_p.c,v 1.1 1997/03/11 23:17:26 se Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -26,6 +26,7 @@
|
||||
|
||||
#include "pci.h"
|
||||
#if NPCI > 0
|
||||
#include "opt_wd.h"
|
||||
#ifdef CMD640
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user