minix/drivers/rtl8169/rtl8169.conf
David van Moolenbroek 91cea699bb rtl8169: add support for RTL8101E family
All cards in this family (RTL8101E, RTL8102E, RTL8103E, RTL8105E,
possibly others) should be recognized based on the added PCI ID.
The hardware version number of the RTL8105E has been added only to
serve as an example of a card that does not require modification of
certain undocumented registers.
2013-02-15 11:05:35 +01:00

27 lines
678 B
Plaintext

service rtl8169
{
type net;
descr "Realtek 8169 based card";
system
UMAP # 14
IRQCTL # 19
DEVIO # 21
;
pci device 10ec/8129;
pci device 10ec/8136;
pci device 10ec/8167;
pci device 10ec/8169;
pci device 10ec/8168;
pci device 1186/4300;
pci device 1259/c107;
pci device 1385/8169;
pci device 16ec/0116;
pci device 1737/1032;
ipc
SYSTEM pm rs log tty ds vm
pci inet lwip amddev
;
};