diff options
author | jhay <jhay@FreeBSD.org> | 2001-01-30 10:01:15 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 2001-01-30 10:01:15 +0000 |
commit | 11691d89b0272451da2f382c49e0d48bced70b65 (patch) | |
tree | c5b9f04011cc05bb9ba6e811b5ec34b3687e274c /sys/dev/ar | |
parent | 9224ba9cfea0c7b7b948e3a8fe5b7d33e22bbb9a (diff) | |
download | FreeBSD-src-11691d89b0272451da2f382c49e0d48bced70b65.zip FreeBSD-src-11691d89b0272451da2f382c49e0d48bced70b65.tar.gz |
Update include files to reflect the new location of the ar device.
Diffstat (limited to 'sys/dev/ar')
-rw-r--r-- | sys/dev/ar/if_ar.c | 6 | ||||
-rw-r--r-- | sys/dev/ar/if_ar_pci.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index e610972..85c8a2f 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -70,7 +70,7 @@ #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> #include <sys/syslog.h> -#include <i386/isa/if_ar.h> +#include <dev/ar/if_ar.h> #else /* NETGRAPH */ #include <net/if_sppp.h> #include <net/bpf.h> @@ -78,8 +78,8 @@ #include <machine/md_var.h> -#include <i386/isa/ic/hd64570.h> -#include <i386/isa/if_arregs.h> +#include <dev/ic/hd64570.h> +#include <dev/ar/if_arregs.h> #ifdef TRACE #define TRC(x) x diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c index ad2bfa0..d14b416 100644 --- a/sys/dev/ar/if_ar_pci.c +++ b/sys/dev/ar/if_ar_pci.c @@ -43,8 +43,8 @@ #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <i386/isa/ic/hd64570.h> -#include <i386/isa/if_arregs.h> +#include <dev/ic/hd64570.h> +#include <dev/ar/if_arregs.h> #ifdef TRACE #define TRC(x) x |