diff options
author | imp <imp@FreeBSD.org> | 2004-03-14 23:03:57 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-14 23:03:57 +0000 |
commit | b1e8343fdf030b703725b69c480e87498e6339ef (patch) | |
tree | 8698639af8b8b93ddd9bf43355d2f48f72a07c2e /sys/dev/pcf | |
parent | e9e7dbbcb812308aff828ce9031da5a08fb79c27 (diff) | |
download | FreeBSD-src-b1e8343fdf030b703725b69c480e87498e6339ef.zip FreeBSD-src-b1e8343fdf030b703725b69c480e87498e6339ef.tar.gz |
Remove isa compat stuff.
Only cy, bs and wd in the tree still use it. I have a replacement for
cy that I need to test on ISA and PCI cards. bs and wd are pc98 only
drivers that appear to no longer be necessary. I'll be removing them
when I hear back from the pc98 people.
Diffstat (limited to 'sys/dev/pcf')
-rw-r--r-- | sys/dev/pcf/pcf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 5799f4c..64c059e 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -40,8 +40,6 @@ __FBSDID("$FreeBSD$"); #include <isa/isareg.h> #include <isa/isavar.h> -#include <i386/isa/isa_device.h> - #include <dev/iicbus/iiconf.h> #include "iicbus_if.h" |