diff options
author | imp <imp@FreeBSD.org> | 2001-07-02 05:29:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-07-02 05:29:58 +0000 |
commit | 03b74438190f6445a3cd813876ca622b52a91d20 (patch) | |
tree | b5d6b2065deb4f6bc3135afab6a1c8b72eb1cd52 /sys/dev/ie | |
parent | 539769a0805588b591b8b98d30d7254f0407fa40 (diff) | |
download | FreeBSD-src-03b74438190f6445a3cd813876ca622b52a91d20.zip FreeBSD-src-03b74438190f6445a3cd813876ca622b52a91d20.tar.gz |
Repo copy i82586.h to dev/ic/i82586.h.
This file currently is very ie specific, but I have plans to change
that...
Diffstat (limited to 'sys/dev/ie')
-rw-r--r-- | sys/dev/ie/if_ie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index caed7d8..006311f 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -133,8 +133,8 @@ iomem and and with 0xffff. #include <machine/md_var.h> #include <i386/isa/isa_device.h> -#include <i386/isa/ic/i82586.h> #include <i386/isa/icu.h> +#include <dev/ic/i82586.h> #include <dev/ie/if_iereg.h> #include <dev/ie/if_ie507.h> #include <dev/ie/if_iee16.h> |