diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 11:02:28 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 11:02:28 +0000 |
| commit | ad63a118b26de14aa579002c02acd538c8f00893 (patch) | |
| tree | d76ce0bf0a31500c82596831333ff034e969773b /sys/dev/ed/if_ed_pci.c | |
| parent | 4924f5c24f2419858586a4f5fea2513319224b44 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_ed_pci.c')
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index ce46c07ff92a..eb0391a8ec98 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.1 1996/05/18 17:56:40 se Exp $ + * $Id: if_ed_p.c,v 1.2 1996/06/11 00:51:49 alex Exp $ */ #include <pci.h> @@ -29,7 +29,11 @@ #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> |
