summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-29 09:22:40 +0000
committerimp <imp@FreeBSD.org>2005-03-29 09:22:40 +0000
commitd4f3773dcdc23c04458cc5b3e2ea0f59dc8be7a7 (patch)
treef6c3efae7d149d677b66d94303bedae60260fbe3 /sys/dev/mse
parent88156f4e555ad0670e38079915a7970898f14cf0 (diff)
downloadFreeBSD-src-d4f3773dcdc23c04458cc5b3e2ea0f59dc8be7a7.zip
FreeBSD-src-d4f3773dcdc23c04458cc5b3e2ea0f59dc8be7a7.tar.gz
There's really no need to have this be #ifdef PC98, so remove one more
of them from the tree.
Diffstat (limited to 'sys/dev/mse')
-rw-r--r--sys/dev/mse/msevar.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/mse/msevar.h b/sys/dev/mse/msevar.h
index 9159e32..2c2b856 100644
--- a/sys/dev/mse/msevar.h
+++ b/sys/dev/mse/msevar.h
@@ -84,13 +84,15 @@ typedef struct mse_softc {
/* and Mouse Types */
#define MSE_NONE 0 /* don't move this! */
-#ifdef PC98
+
+/* pc98 bus mouse types */
#define MSE_98BUSMOUSE 0x1
-#else
+
+/* isa bus mouse types */
#define MSE_LOGITECH 0x1
#define MSE_ATIINPORT 0x2
+
#define MSE_LOGI_SIG 0xA5
-#endif
/* XXX msereg.h? */
#define MSE_PORTA 0
OpenPOWER on IntegriCloud