summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-12-05 22:18:29 +0000
committerwpaul <wpaul@FreeBSD.org>1999-12-05 22:18:29 +0000
commit073035230d269e3cf1875451f0cf5d3ad750951d (patch)
tree64b872e394ba9417a15ac22c6c9ef935aa6b07e5 /sys/i386
parentcb7edae8885b2fa2d5a3fa00775bb7b88f81e990 (diff)
downloadFreeBSD-src-073035230d269e3cf1875451f0cf5d3ad750951d.zip
FreeBSD-src-073035230d269e3cf1875451f0cf5d3ad750951d.tar.gz
Remove references to old joystick driver from this file, which Peter
forgot to do when he converted it to newbus. Note: make *sure* to remove any old joy.o object files from your kernel build directories in order to be sure the joy driver is properly recompiled. Noticed by: phk
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/isa_compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 09b9f4e..5196d24 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -67,7 +67,6 @@
#include "spigot.h"
#include "gp.h"
#include "gsc.h"
-#include "joy.h"
#include "cy.h"
#include "dgb.h"
#include "dgm.h"
@@ -132,7 +131,6 @@ extern struct isa_driver ctxdriver;
extern struct isa_driver spigotdriver;
extern struct isa_driver gpdriver;
extern struct isa_driver gscdriver;
-extern struct isa_driver joydriver;
extern struct isa_driver cydriver;
extern struct isa_driver dgbdriver;
extern struct isa_driver dgmdriver;
@@ -352,9 +350,6 @@ static struct old_isa_driver old_drivers[] = {
#if NSPIGOT > 0
{ INTR_TYPE_MISC, &spigotdriver },
#endif
-#if NJOY > 0
- { INTR_TYPE_MISC, &joydriver },
-#endif
};
OpenPOWER on IntegriCloud