minix/drivers/rtl8139/rtl8139.conf
David van Moolenbroek 89332ecdf1 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
2014-03-01 09:04:57 +01:00

33 lines
922 B
Plaintext

service rtl8139
{
type net;
descr "Realtek 8139 based card";
system
UMAP # 14
IRQCTL # 19
DEVIO # 21
;
pci device 10ec:8139;
pci device 02ac:1012;
pci device 1065:8139;
pci device 1113:1211;
pci device 1186:1300;
pci device 1186:1340;
pci device 11db:1234;
pci device 1259:a117;
pci device 1259:a11e;
pci device 126c:1211;
pci device 13d1:ab06;
pci device 1432:9130;
pci device 14ea:ab06;
pci device 14ea:ab07;
pci device 1500:1360;
pci device 1743:8139;
pci device 4033:1360;
ipc
SYSTEM pm rs log tty ds vm
pci inet lwip amddev
;
};