]> Zhao Yanbai Git Server - minix.git/commit
system.conf: subsystem VID/DID matching support
authorDavid van Moolenbroek <david@minix3.org>
Mon, 30 Sep 2013 22:42:41 +0000 (00:42 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:57 +0000 (09:04 +0100)
commit89332ecdf1aabcfdcbb6feba45b9cdc278f322a4
tree542a61e397ef6819db6ddedab9011b162c8f2b18
parentacc46143abf5de290389f64ab2b21951a7a5b8a2
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
14 files changed:
commands/service/parse.c
drivers/atl2/atl2.conf
drivers/dec21140A/dec21140A.conf
drivers/e1000/e1000.conf
drivers/fxp/fxp.conf
drivers/lance/lance.conf
drivers/pci/pci.c
drivers/rtl8139/rtl8139.conf
drivers/rtl8169/rtl8169.conf
drivers/virtio_net/virtio_net.conf
etc/system.conf
include/minix/rs.h
man/man5/system.conf.5
servers/rs/manager.c