summaryrefslogtreecommitdiffstats
path: root/sbin/devd/token.l
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-10 03:37:15 +0000
committerimp <imp@FreeBSD.org>2005-07-10 03:37:15 +0000
commit68644ee7c20ae551f423483008f4f216eb31d6a5 (patch)
tree97e1fe11117d1944009f6913219eba532675f70d /sbin/devd/token.l
parent983982e20ac5470784e75ec16d45a9cbce75b15f (diff)
downloadFreeBSD-src-68644ee7c20ae551f423483008f4f216eb31d6a5.zip
FreeBSD-src-68644ee7c20ae551f423483008f4f216eb31d6a5.tar.gz
Add the ability to match the on a media type of the device in question.
Submitted by: sam Approved by: re (scottl)
Diffstat (limited to 'sbin/devd/token.l')
-rw-r--r--sbin/devd/token.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/devd/token.l b/sbin/devd/token.l
index 0aa8cb6..0fa78da 100644
--- a/sbin/devd/token.l
+++ b/sbin/devd/token.l
@@ -90,6 +90,9 @@ pid-file { return PID_FILE; }
attach { return ATTACH; }
detach { return DETACH; }
device-name { return DEVICE_NAME; }
+media-type { return MEDIA_TYPE; }
+class { return CLASS; }
+subdevice { return SUBDEVICE; }
action { return ACTION; }
match { return MATCH; }
nomatch { return NOMATCH; }
OpenPOWER on IntegriCloud