summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
committerpeter <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
commit2d989cd686df201901f4279380d0010fdae042ca (patch)
tree6993ef193f20615fddb4df0a445c90ede06a924e /sys/dev/ie
parentf87edded2316615942b4344b5be1836d37ad377c (diff)
downloadFreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.zip
FreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.tar.gz
Pre 4.0 tidy up.
Collect together the components of several drivers and export eisa from the i386-only area (It's not, it's on some alphas too). The code hasn't been updated to work on the Alpha yet, but that can come later. Repository copies were done a while ago. Moving these now keeps them in consistant place across the 4.x series as the newbusification progresses. Submitted by: mdodd
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index fbbb801..dbb8f7e 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -136,9 +136,9 @@ iomem and and with 0xffff.
#include <i386/isa/isa_device.h>
#include <i386/isa/ic/i82586.h>
#include <i386/isa/icu.h>
-#include <i386/isa/if_iereg.h>
-#include <i386/isa/if_ie507.h>
-#include <i386/isa/if_iee16.h>
+#include <dev/ie/if_iereg.h>
+#include <dev/ie/if_ie507.h>
+#include <dev/ie/if_iee16.h>
#include <i386/isa/elink.h>
#include <net/bpf.h>
OpenPOWER on IntegriCloud