summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-23 11:26:49 +0000
committerpeter <peter@FreeBSD.org>2000-01-23 11:26:49 +0000
commite8782df8c94dc921773ef1a187f46041ea8c8a94 (patch)
tree214210ac0ebb7b52116d78242ad54d0319d7f9af /sys/i386/isa/isa_compat.c
parent9c022a2fe0de5e65e0638e2b3c2d760f123a2a02 (diff)
downloadFreeBSD-src-e8782df8c94dc921773ef1a187f46041ea8c8a94.zip
FreeBSD-src-e8782df8c94dc921773ef1a187f46041ea8c8a94.tar.gz
GC isa_device->id_reconfig - it's not referenced anywhere anymore.
GC reconfig_isadev() - it's not used anymore.
Diffstat (limited to 'sys/i386/isa/isa_compat.c')
-rw-r--r--sys/i386/isa/isa_compat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/i386/isa/isa_compat.c b/sys/i386/isa/isa_compat.c
index e778e67..ca7cf52 100644
--- a/sys/i386/isa/isa_compat.c
+++ b/sys/i386/isa/isa_compat.c
@@ -315,11 +315,3 @@ haveseen_iobase(struct isa_device *dvp, int size)
bus_release_resource(dev, SYS_RES_IOPORT, rid, res);
return res ? 0 : 1;
}
-
-void
-reconfig_isadev(isdp, mp)
- struct isa_device *isdp;
- u_int *mp;
-{
- printf("reconfig_isadev() called - FIXME!\n");
-}
OpenPOWER on IntegriCloud