Repo copy de driver to dev/de, and adjust.
This commit is contained in:
parent
fbcc7e360b
commit
fa9ace593f
@ -79,7 +79,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <vm/pmap.h>
|
||||
#include <dev/pci/pcivar.h>
|
||||
#include <dev/pci/pcireg.h>
|
||||
#include <pci/dc21040reg.h>
|
||||
#include <dev/de/dc21040reg.h>
|
||||
|
||||
#ifdef DDB
|
||||
#include <ddb/ddb.h>
|
||||
@ -113,7 +113,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#define TULIP_HZ 10
|
||||
|
||||
#include <pci/if_devar.h>
|
||||
#include <dev/de/if_devar.h>
|
||||
|
||||
#define SYNC_NONE 0
|
||||
#define SYNC_RX 1
|
||||
|
@ -28,8 +28,8 @@
|
||||
* Id: if_devar.h,v 1.28 1997/07/03 16:55:07 thomas Exp
|
||||
*/
|
||||
|
||||
#ifndef _DEVAR_H
|
||||
#define _DEVAR_H
|
||||
#ifndef DEV_DE_IF_DEVAR_H
|
||||
#define DEV_DE_IF_DEVAR_H
|
||||
|
||||
typedef bus_addr_t tulip_csrptr_t;
|
||||
|
||||
@ -934,4 +934,4 @@ TULIP_PERFREAD(void)
|
||||
#define TULIP_UNLOCK(sc) mtx_unlock(TULIP_MUTEX(sc))
|
||||
#define TULIP_LOCK_ASSERT(sc) mtx_assert(TULIP_MUTEX(sc), MA_OWNED)
|
||||
|
||||
#endif /* _DEVAR_H */
|
||||
#endif /* DEV_DE_IF_DEVAR_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user