diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-24 20:20:41 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-10-24 20:20:41 +0000 |
commit | f8553712c4a3cf0e67671ec9ec1d692363d509e3 (patch) | |
tree | 3c6a9e25232ab86295869e79e60750ccd03fcc62 /sbin/devd | |
parent | 6138defa43fab6b7075694a6ad7f59e27eeed7ff (diff) | |
download | src-test2-f8553712c4a3cf0e67671ec9ec1d692363d509e3.tar.gz src-test2-f8553712c4a3cf0e67671ec9ec1d692363d509e3.zip |
Notes
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/devd.conf.5 | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 390a06c0a3c3..c8de20f09944 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -41,7 +41,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.Dd October 7, 2006 +.Dd October 25, 2006 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -170,8 +170,17 @@ events since the statement takes care of all device matching. For a partial list of variables, see below. .It Ic media-type Qq Ar string ; -This is shorthand for -.Dq Ic match Qo Li device-name Qc Qq Ar string . +For network devices, +.Ic media-type +will match devices that have the given media type. +Valid media types are: +.Dq Li Ethernet , +.Dq Li Tokenring , +.Dq Li FDDI , +.Dq Li 802.11 , +.Dq Li ATM , +and +.Dq Li CARP . .It Ic subdevice Qq Ar string ; This is shorthand for .Dq Ic match Qo Li subdevice Qc Qq Ar string . @@ -215,6 +224,8 @@ statement; .Ar value can be either a fixed string or a regular expression. Below is a list of avaiable systems, subsystems, and types. +.It Ic media-type Qq Ar string ; +See above. .El .Ss Variables that can be used with the match statement A partial list of variables and their possible values that can be used together |