diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:54:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:54:26 +0000 |
| commit | 2bc27032c2d9fee963670601c8e3078399bec339 (patch) | |
| tree | 4ab76d7dad0d1544244aa1bbe66fc7952f294230 /sys/dev/ed/if_ed_pci.c | |
| parent | 14c0cc3d51d304bbc2e60b1fcb2dfeda3c8cbceb (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_ed_pci.c')
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index eb0391a8ec98..05382d892a05 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> |
