diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-17 16:29:24 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-11-17 16:29:24 +0000 |
| commit | 6dcfd07215c18d17e3bf6552e7d9eb56228b940d (patch) | |
| tree | 6fac88ba909040faefc4df4475d8102c99b79f68 | |
| parent | 07f16e5324c5be135f23ad6bd2c59ee78347eebd (diff) | |
Notes
| -rw-r--r-- | usr.sbin/lsdev/i386.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/lsdev/i386.c b/usr.sbin/lsdev/i386.c index cdd96f24a768..78f28e998395 100644 --- a/usr.sbin/lsdev/i386.c +++ b/usr.sbin/lsdev/i386.c @@ -2,6 +2,12 @@ #include <stdio.h> #include <string.h> #include <machine/vmparam.h> +#include <i386/isa/isa_device.h> +#include <i386/eisa/eisaconf.h> +#include <scsi/scsiconf.h> +#include <pci/pcivar.h> +#include <pci/pcireg.h> + static void print_isa(struct devconf *); static void print_eisa(struct devconf *); |
