more rendering corrections
[AROS.git] / workbench / devs / networks / rtl8169 / rtl8169_ids.c
blobff146a196db697ed913b1f55813a0aa92f97f46d
1 #include "rtl8169.h"
3 struct card_def cards[NBR_CARDS] =
5 { PCI_VENDOR_ID_REALTEK, 0x8129, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
6 { PCI_VENDOR_ID_REALTEK, 0x8136, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_2 },
7 { PCI_VENDOR_ID_REALTEK, 0x8167, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
8 { PCI_VENDOR_ID_REALTEK, 0x8168, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_1 },
9 { PCI_VENDOR_ID_REALTEK, 0x8169, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
10 { PCI_VENDOR_ID_DLINK, 0x4300, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
11 { PCI_VENDOR_ID_AT, 0xc107, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
12 { PCI_VENDOR_ID_USROBOTICS, 0x0116, PCI_ANY_ID, PCI_ANY_ID, RTL_CFG_0 },
13 { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, RTL_CFG_0 },
14 // Who in hell is vendor 0x1 ?
15 { 0x0001, 0x8168, PCI_ANY_ID, 0x2410, RTL_CFG_2 },
16 { 0, 0, 0, 0, 0 }