diff options
-rw-r--r-- | sys/dev/ed/if_ed_pci.c | 9 | ||||
-rw-r--r-- | sys/pci/if_ed_p.c | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index eb0391a..05382d8 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -17,10 +17,10 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.2 1996/06/11 00:51:49 alex Exp $ + * $Id: if_ed_p.c,v 1.3 1996/06/14 11:02:07 asami Exp $ */ -#include <pci.h> +#include "pci.h" #if NPCI > 0 #include <sys/param.h> @@ -29,11 +29,6 @@ #include <sys/kernel.h> #include <pci/pcireg.h> #include <pci/pcivar.h> -#ifdef PC98 -#include <pc98/pc98/pc98_device.h> -#else -#include <i386/isa/isa_device.h> -#endif #include <ed.h> diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c index eb0391a..05382d8 100644 --- a/sys/pci/if_ed_p.c +++ b/sys/pci/if_ed_p.c @@ -17,10 +17,10 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.2 1996/06/11 00:51:49 alex Exp $ + * $Id: if_ed_p.c,v 1.3 1996/06/14 11:02:07 asami Exp $ */ -#include <pci.h> +#include "pci.h" #if NPCI > 0 #include <sys/param.h> @@ -29,11 +29,6 @@ #include <sys/kernel.h> #include <pci/pcireg.h> #include <pci/pcivar.h> -#ifdef PC98 -#include <pc98/pc98/pc98_device.h> -#else -#include <i386/isa/isa_device.h> -#endif #include <ed.h> |