system.conf: subsystem VID/DID matching support
- change "vid/did" to "vid:did", old form still supported for now; - allow "vid:did/subvid:subdid" specification in system.conf, in which case a device will be visible to a driver if the subsystem VID/DID also match. Change-Id: I7aef54da1b0bc81e24b5d98f1a28416f38f8b266
This commit is contained in:
@@ -144,19 +144,22 @@ specifies the quantum size (ms) the scheduler must consider the service for.
|
||||
The default is specified in \fB<minix/priv.h>\fR (see macro \fBDSRV_QT\fR).
|
||||
.RE
|
||||
.PP
|
||||
\fBpci device\fR \fI<vid/did>\fR\fB;\fR
|
||||
\fBpci device\fR \fI<vid:did[/subvid:subdid]>\fR\fB;\fR
|
||||
.PP
|
||||
.RS
|
||||
specifies the PCI device IDs the system service is allowed to use
|
||||
(only used for device drivers).
|
||||
(only used for device drivers). Optionally, a subsystem ID may be provided
|
||||
for more precise (limited) matching.
|
||||
The default is to allow no PCI device IDs.
|
||||
.RE
|
||||
.PP
|
||||
\fBpci class\fR \fI<class1/mask1 class2/mask2...classN/maskN>\fR\fB;\fR
|
||||
\fBpci class\fR \fI<class[/subclass[/progif]]>\fR\fB;\fR
|
||||
.PP
|
||||
.RS
|
||||
specifies the PCI classes the system service is allowed to use
|
||||
(only used for device drivers).
|
||||
Optionally, a subclass code and a programming interface code may be provided
|
||||
for more precise (limited) matching.
|
||||
The default is to allow no PCI classes.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
Reference in New Issue
Block a user