mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
This commit is contained in:
parent
6ffde942bf
commit
5670f8fbd7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15118
4 changed files with 12 additions and 13 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id:$
|
||||
* $Id: if_fe.c,v 1.12 1996/03/17 08:36:36 jkh Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
|
@ -133,15 +133,13 @@
|
|||
#include <pccard/card.h>
|
||||
#include <pccard/slot.h>
|
||||
#include <pccard/driver.h>
|
||||
|
||||
#include <machine/laptops.h>
|
||||
#endif /* NCRD > 0 */
|
||||
|
||||
#include <i386/isa/ic/mb86960.h>
|
||||
#include <i386/isa/if_fereg.h>
|
||||
|
||||
#if NCRD > 0
|
||||
#include <i386/include/laptops.h>
|
||||
#endif /* NCRD > 0 */
|
||||
|
||||
/*
|
||||
* This version of fe is an ISA device driver.
|
||||
* Override the following macro to adapt it to another bus.
|
||||
|
|
|
@ -112,8 +112,9 @@
|
|||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <i386/include/cpufunc.h>
|
||||
#include <i386/include/clock.h>
|
||||
|
||||
#include <machine/clock.h>
|
||||
#include <machine/cpufunc.h>
|
||||
|
||||
#ifdef ATAPI_MODULE
|
||||
# define ATAPI_STATIC
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id:$
|
||||
* $Id: if_fe.c,v 1.12 1996/03/17 08:36:36 jkh Exp $
|
||||
*
|
||||
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
|
||||
* To be used with FreeBSD 2.x
|
||||
|
@ -133,15 +133,13 @@
|
|||
#include <pccard/card.h>
|
||||
#include <pccard/slot.h>
|
||||
#include <pccard/driver.h>
|
||||
|
||||
#include <machine/laptops.h>
|
||||
#endif /* NCRD > 0 */
|
||||
|
||||
#include <i386/isa/ic/mb86960.h>
|
||||
#include <i386/isa/if_fereg.h>
|
||||
|
||||
#if NCRD > 0
|
||||
#include <i386/include/laptops.h>
|
||||
#endif /* NCRD > 0 */
|
||||
|
||||
/*
|
||||
* This version of fe is an ISA device driver.
|
||||
* Override the following macro to adapt it to another bus.
|
||||
|
|
|
@ -33,7 +33,9 @@
|
|||
#ifdef DEVFS
|
||||
#include <sys/devfsext.h>
|
||||
#endif /*DEVFS*/
|
||||
#include <i386/include/cpufunc.h>
|
||||
|
||||
#include <machine/cpufunc.h>
|
||||
|
||||
#include <i386/isa/atapi.h>
|
||||
|
||||
static d_open_t wcdropen;
|
||||
|
|
Loading…
Reference in a new issue