Removed unused/unusable "ha" keyword. Device classes should never have

been visible here.

Fixed disordering of keyword table by "cam".
This commit is contained in:
Bruce Evans 1998-10-16 15:08:30 +00:00
parent 0effaa9f7e
commit 97ed3f88a4

View File

@ -55,8 +55,7 @@ struct kt {
#if MACHINE_I386
{ "bio", BIO },
{ "bus", BUS },
{ "cam", CAM},
{ "ha", HA},
{ "cam", CAM },
{ "conflicts", CONFLICTS },
#endif
{ "config", CONFIG },
@ -74,6 +73,9 @@ struct kt {
#endif
{ "dumps", DUMPS },
{ "flags", FLAGS },
#if MACHINE_I386
{ "ha", HA },
#endif
{ "ident", IDENT },
{ "interleave", INTERLEAVE },
#if MACHINE_I386