Removed win_status.c and the related stuff as it was not updated for a while and no longer displayed useful information.

This commit is contained in:
OBattler
2018-04-26 13:33:29 +02:00
parent 040b97bfc1
commit 16a7b1cef2
97 changed files with 186 additions and 940 deletions

View File

@@ -49,7 +49,7 @@
*
* Based on an early driver for MINIX 1.5.
*
* Version: @(#)mouse_bus.c 1.0.32 2018/03/18
* Version: @(#)mouse_bus.c 1.0.33 2018/04/26
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -767,7 +767,7 @@ const device_t mouse_logibus_device = {
DEVICE_ISA,
MOUSE_TYPE_LOGIBUS,
bm_init, bm_close, NULL,
bm_poll, NULL, NULL, NULL,
bm_poll, NULL, NULL,
bm_config
};
@@ -776,6 +776,6 @@ const device_t mouse_msinport_device = {
DEVICE_ISA,
MOUSE_TYPE_INPORT,
bm_init, bm_close, NULL,
bm_poll, NULL, NULL, NULL,
bm_poll, NULL, NULL,
bm_config
};