1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

There's really no need to have this be #ifdef PC98, so remove one more

of them from the tree.
This commit is contained in:
Warner Losh 2005-03-29 09:22:40 +00:00
parent fd5f6f4cf2
commit 52baed478a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144280

View File

@ -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