Renamed DEVICE_UNSTABLE back to DEVICE_NOT_WORKING, should fix DEV branch compiling.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
* Definitions for the device handler.
|
* Definitions for the device handler.
|
||||||
*
|
*
|
||||||
* Version: @(#)device.h 1.0.8 2018/09/06
|
* Version: @(#)device.h 1.0.9 2018/09/06
|
||||||
*
|
*
|
||||||
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||||
* Miran Grca, <mgrca8@gmail.com>
|
* Miran Grca, <mgrca8@gmail.com>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
DEVICE_UNSTABLE = 1, /* unstable device, be cautious */
|
DEVICE_NOT_WORKING = 1, /* does not currently work correctly and will be disabled in a release build */
|
||||||
DEVICE_AT = 2, /* requires an AT-compatible system */
|
DEVICE_AT = 2, /* requires an AT-compatible system */
|
||||||
DEVICE_PS2 = 4, /* requires a PS/1 or PS/2 system */
|
DEVICE_PS2 = 4, /* requires a PS/1 or PS/2 system */
|
||||||
DEVICE_ISA = 8, /* requires the ISA bus */
|
DEVICE_ISA = 8, /* requires the ISA bus */
|
||||||
|
Reference in New Issue
Block a user