diff options
author | 2013-01-29 01:45:05 +0000 | |
---|---|---|
committer | 2013-01-29 01:45:05 +0000 | |
commit | 7c92912c7dedf6ced43353ebdb7a5aa5ab1c77f3 (patch) | |
tree | 3917d66d069f4f9bea1745a42f721078a04904d9 /sys/dev/pci/if_rl_pci.c | |
parent | remove the EXPECTED CHANGES TO THE BUS_SPACE FUNCTIONS section. talk is (diff) | |
download | wireguard-openbsd-7c92912c7dedf6ced43353ebdb7a5aa5ab1c77f3.tar.xz wireguard-openbsd-7c92912c7dedf6ced43353ebdb7a5aa5ab1c77f3.zip |
Add the PCI id for the D-Link DFE-520TX C1 board.
ok jsg@
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 0b6e067cdca..cdc18b21b16 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.23 2013/01/16 06:15:58 brad Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.24 2013/01/29 01:45:05 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -104,6 +104,7 @@ const struct pci_matchid rl_pci_devices[] = { { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_2CB_TXD }, { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CB_TXD }, { PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139 }, + { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE520TX_C1 }, { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS }, { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE690TXD }, { PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21 }, |