Fixed locations of include files.
This commit is contained in:
parent
1e3b39d361
commit
a3bcef65cd
@ -47,7 +47,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
|
||||
* $Id: fd.c,v 1.61 1999/05/11 08:37:16 kato Exp $
|
||||
* $Id: fd.c,v 1.62 1999/05/30 16:53:16 phk Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -95,9 +95,9 @@
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_dma.h>
|
||||
#include <i386/isa/fdreg.h>
|
||||
#include <isa/rtc.h>
|
||||
#endif
|
||||
#include <i386/isa/fdc.h>
|
||||
#include <i386/isa/rtc.h>
|
||||
#include <isa/fdc.h>
|
||||
|
||||
#ifdef FDC_YE
|
||||
#undef FDC_YE
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91
|
||||
* $Id$
|
||||
* $Id: fdreg.h,v 1.4 1997/02/22 09:43:34 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
/* uses NEC765 controller */
|
||||
#include <i386/isa/ic/nec765.h>
|
||||
#include <isa/ic/nec765.h>
|
||||
|
||||
#ifdef PC98
|
||||
/* registers */
|
||||
|
@ -47,7 +47,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
|
||||
* $Id: fd.c,v 1.61 1999/05/11 08:37:16 kato Exp $
|
||||
* $Id: fd.c,v 1.62 1999/05/30 16:53:16 phk Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -95,9 +95,9 @@
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_dma.h>
|
||||
#include <i386/isa/fdreg.h>
|
||||
#include <isa/rtc.h>
|
||||
#endif
|
||||
#include <i386/isa/fdc.h>
|
||||
#include <i386/isa/rtc.h>
|
||||
#include <isa/fdc.h>
|
||||
|
||||
#ifdef FDC_YE
|
||||
#undef FDC_YE
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91
|
||||
* $Id$
|
||||
* $Id: fdreg.h,v 1.4 1997/02/22 09:43:34 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
/* uses NEC765 controller */
|
||||
#include <i386/isa/ic/nec765.h>
|
||||
#include <isa/ic/nec765.h>
|
||||
|
||||
#ifdef PC98
|
||||
/* registers */
|
||||
|
Loading…
x
Reference in New Issue
Block a user