summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/lang.l
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-16 15:08:30 +0000
committerbde <bde@FreeBSD.org>1998-10-16 15:08:30 +0000
commit683b78890aafefc0edb23a900800739760d369d6 (patch)
treeaa9aaf40e0cbec33367e20d4b9abd773978b3079 /usr.sbin/config/lang.l
parent052f3aa186ffa8f6cce749d3b946b8258379c8c2 (diff)
downloadFreeBSD-src-683b78890aafefc0edb23a900800739760d369d6.zip
FreeBSD-src-683b78890aafefc0edb23a900800739760d369d6.tar.gz
Removed unused/unusable "ha" keyword. Device classes should never have
been visible here. Fixed disordering of keyword table by "cam".
Diffstat (limited to 'usr.sbin/config/lang.l')
-rw-r--r--usr.sbin/config/lang.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index aaefd51..b3c0f8f 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -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
OpenPOWER on IntegriCloud