summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-12-06 00:58:14 +0000
committerwpaul <wpaul@FreeBSD.org>1999-12-06 00:58:14 +0000
commit661f325745c4c13bb5570263611779fbe78f8fd9 (patch)
tree57f908fdb4a9a8a273586116d14f53422c315a8d /sys/pc98
parenta35284d781617f9cc0ed2732744007cbbd5b3e75 (diff)
downloadFreeBSD-src-661f325745c4c13bb5570263611779fbe78f8fd9.zip
FreeBSD-src-661f325745c4c13bb5570263611779fbe78f8fd9.tar.gz
Remove joystick references from pc98 version of isa_compat.h too.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/isa_compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index 77e6509..228b039 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -68,7 +68,6 @@
#include "spigot.h"
#include "gp.h"
#include "gsc.h"
-#include "joy.h"
#include "cy.h"
#include "dgb.h"
#include "dgm.h"
@@ -137,7 +136,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;
@@ -365,9 +363,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