From fa9ace593f03a17018867593bc50f6668a9d9e4a Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 26 Feb 2006 17:52:04 +0000 Subject: Repo copy de driver to dev/de, and adjust. --- sys/dev/de/if_de.c | 4 ++-- sys/dev/de/if_devar.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/de') diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index e3a5347..aee08fd 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -79,7 +79,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include +#include #ifdef DDB #include @@ -113,7 +113,7 @@ __FBSDID("$FreeBSD$"); #define TULIP_HZ 10 -#include +#include #define SYNC_NONE 0 #define SYNC_RX 1 diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index 45b7d26..5c2e37d 100644 --- a/sys/dev/de/if_devar.h +++ b/sys/dev/de/if_devar.h @@ -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 */ -- cgit v1.1