summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/rl.46
-rw-r--r--sys/dev/pci/if_rl_pci.c3
2 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index a43f125e314..a0a450d045f 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rl.4,v 1.33 2013/01/16 06:15:58 brad Exp $
+.\" $OpenBSD: rl.4,v 1.34 2013/01/29 01:45:05 brad Exp $
.\"
.\" Copyright (c) 1997, 1998
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: rl.4,v 1.7 1998/12/24 18:52:47 wpaul Exp $
.\"
-.Dd $Mdocdate: January 16 2013 $
+.Dd $Mdocdate: January 29 2013 $
.Dt RL 4
.Os
.Sh NAME
@@ -58,7 +58,7 @@ Allied Telesyn AT2550
.It
Corega FEther CB-TXD 10/100 Ethernet
.It
-D-Link DFE-530TX+, DFE-538TX, DFE-690TXD
+D-Link DFE-520TX C1, DFE-530TX+, DFE-538TX, DFE-690TXD
.It
Encore ENL832-TX-RENT 10/100 M PCI
.It
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 },