summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-21 22:12:50 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-21 22:12:50 +0000
commit202e8d2ad2658c2441c7ced24f3727496c9c143e (patch)
tree0aa462405ccfc310d9d3517844c7df029f4fc667 /usr.sbin/config/config.y
parent10311ac873db8655ea0fa39619bbe902f65ee380 (diff)
downloadFreeBSD-src-202e8d2ad2658c2441c7ced24f3727496c9c143e.zip
FreeBSD-src-202e8d2ad2658c2441c7ced24f3727496c9c143e.tar.gz
Add isa_devtab_cam.
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index e2fdc95..268f6bc 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -11,6 +11,7 @@
%token AT
%token BIO
%token BUS
+%token CAM
%token COMMA
%token CONFIG
%token CONFLICTS
@@ -625,6 +626,8 @@ Info:
= { cur.d_mask = "tty"; } |
BIO
= { cur.d_mask = "bio"; } |
+ CAM
+ = { cur.d_mask = "cam"; } |
NET
= { cur.d_mask = "net"; } |
FLAGS NUMBER
OpenPOWER on IntegriCloud