1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40454

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