summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfreeman <rfreeman@openbsd.org>2012-09-26 16:32:22 +0000
committerrfreeman <rfreeman@openbsd.org>2012-09-26 16:32:22 +0000
commitba52fa034deb4463d19fb2d8d71e2a84038fce0e (patch)
treef547f219384d6893086c3a753cf8844dc82a4957
parentlast stage of rfc changes, using consistent Rs/Re blocks, and moving the (diff)
downloadwireguard-openbsd-ba52fa034deb4463d19fb2d8d71e2a84038fce0e.tar.xz
wireguard-openbsd-ba52fa034deb4463d19fb2d8d71e2a84038fce0e.zip
add D-Link DGE-530T to re(4), update re(4) manpage
tested on i386, ok brad@ sthen@ phessler@
-rw-r--r--share/man/man4/re.46
-rw-r--r--sys/dev/pci/if_re_pci.c3
2 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4
index 2d06747ceba..80fb40d0ff8 100644
--- a/share/man/man4/re.4
+++ b/share/man/man4/re.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re.4,v 1.48 2012/08/18 08:44:25 jmc Exp $
+.\" $OpenBSD: re.4,v 1.49 2012/09/26 16:32:22 rfreeman Exp $
.\" Copyright (c) 2003
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $
.\"
-.Dd $Mdocdate: August 18 2012 $
+.Dd $Mdocdate: September 26 2012 $
.Dt RE 4
.Os
.Sh NAME
@@ -63,6 +63,8 @@ Corega CG-LAPCIGT (8169S)
.It
D-Link DGE-528T (8169S)
.It
+D-Link DGE-530T C1 (8169/8110SB)
+.It
D-Link DGE-660TD (8169/8110SB)
.It
Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S)
diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c
index c05fceb94b6..d030578bd28 100644
--- a/sys/dev/pci/if_re_pci.c
+++ b/sys/dev/pci/if_re_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_re_pci.c,v 1.34 2011/06/09 19:34:42 kettenis Exp $ */
+/* $OpenBSD: if_re_pci.c,v 1.35 2012/09/26 16:32:22 rfreeman Exp $ */
/*
* Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org>
@@ -72,6 +72,7 @@ const struct pci_matchid re_pci_devices[] = {
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169SC },
{ PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T },
+ { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE530T_C1 },
{ PCI_VENDOR_USR2, PCI_PRODUCT_USR2_USR997902 },
{ PCI_VENDOR_TTTECH, PCI_PRODUCT_TTTECH_MC322 }
};