Home
last modified time | relevance | path

Searched hist:"7 b7c582a" (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/config/
H A Dsem.h7b7c582a Fri Sep 30 22:51:46 GMT 2005 cube <cube@NetBSD.org> Introduce two new statements:

no device at <attachment>

<attachment> can take two forms: either numbered/wildcarded, in which
case only exactly matching instances will be removed, or plain (with
no number or wildcard), in which case all matching instances will be
removed.

When <attachment> is a plain interface attribute, all instances using
that attribute (either directly or through an explicit device) will be
removed.

E.g.:
auich* at pci? dev ? function ?
audio0 at audiobus?
audio1 at auich?
audio* at auich0

no device at auich0 -> removes audio*
no device at auich? -> removes audio1
no device at auich -> removes audio1 _and_ audio*
no device at audiobus? -> removes audio0
no device at audiobus -> removes audio0, audio1 and audio*

no <device>

As in the previous case, <device> can either be numbered/starred, in
which case all exactly matching instances are removed, or plain, in
which case all instances of the device are removed.

E.g.: (continuing previous example)

no audio* -> removes 'audio* at auich0'
no audio -> removes all audio instances
H A Dgram.y7b7c582a Fri Sep 30 22:51:46 GMT 2005 cube <cube@NetBSD.org> Introduce two new statements:

no device at <attachment>

<attachment> can take two forms: either numbered/wildcarded, in which
case only exactly matching instances will be removed, or plain (with
no number or wildcard), in which case all matching instances will be
removed.

When <attachment> is a plain interface attribute, all instances using
that attribute (either directly or through an explicit device) will be
removed.

E.g.:
auich* at pci? dev ? function ?
audio0 at audiobus?
audio1 at auich?
audio* at auich0

no device at auich0 -> removes audio*
no device at auich? -> removes audio1
no device at auich -> removes audio1 _and_ audio*
no device at audiobus? -> removes audio0
no device at audiobus -> removes audio0, audio1 and audio*

no <device>

As in the previous case, <device> can either be numbered/starred, in
which case all exactly matching instances are removed, or plain, in
which case all instances of the device are removed.

E.g.: (continuing previous example)

no audio* -> removes 'audio* at auich0'
no audio -> removes all audio instances
H A Dsem.c7b7c582a Fri Sep 30 22:51:46 GMT 2005 cube <cube@NetBSD.org> Introduce two new statements:

no device at <attachment>

<attachment> can take two forms: either numbered/wildcarded, in which
case only exactly matching instances will be removed, or plain (with
no number or wildcard), in which case all matching instances will be
removed.

When <attachment> is a plain interface attribute, all instances using
that attribute (either directly or through an explicit device) will be
removed.

E.g.:
auich* at pci? dev ? function ?
audio0 at audiobus?
audio1 at auich?
audio* at auich0

no device at auich0 -> removes audio*
no device at auich? -> removes audio1
no device at auich -> removes audio1 _and_ audio*
no device at audiobus? -> removes audio0
no device at audiobus -> removes audio0, audio1 and audio*

no <device>

As in the previous case, <device> can either be numbered/starred, in
which case all exactly matching instances are removed, or plain, in
which case all instances of the device are removed.

E.g.: (continuing previous example)

no audio* -> removes 'audio* at auich0'
no audio -> removes all audio instances