Update include files to reflect the new location of the ar device.

This commit is contained in:
John Hay 2001-01-30 10:01:15 +00:00
parent 083b300fe2
commit 59b7f2afcd
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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