diff options
author | 2008-08-13 03:47:16 +0000 | |
---|---|---|
committer | 2008-08-13 03:47:16 +0000 | |
commit | 83a9eba10f781e36ee83608359ed1e49acf94e4d (patch) | |
tree | d63e9bca816d5c038ddbf3329dce142285097bc5 /sys/dev/pci/if_rl_pci.c | |
parent | regen (diff) | |
download | wireguard-openbsd-83a9eba10f781e36ee83608359ed1e49acf94e4d.tar.xz wireguard-openbsd-83a9eba10f781e36ee83608359ed1e49acf94e4d.zip |
Add the 8139D PCI id.
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 0393031b729..937470cd419 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.14 2006/05/23 00:41:50 brad Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.15 2008/08/13 03:47:16 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -95,7 +95,8 @@ const struct pci_matchid rl_pci_devices[] = { { PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139 }, { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_530TXPLUS }, { PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21 }, - { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8129 } + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8129 }, + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8139D } }; int |