summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/nsphyter.46
-rw-r--r--sys/dev/mii/miidevs3
-rw-r--r--sys/dev/mii/nsphyter.c4
3 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man4/nsphyter.4 b/share/man/man4/nsphyter.4
index 188b59acce9..fd3799c1659 100644
--- a/share/man/man4/nsphyter.4
+++ b/share/man/man4/nsphyter.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nsphyter.4,v 1.6 2004/09/30 19:59:25 mickey Exp $
+.\" $OpenBSD: nsphyter.4,v 1.7 2006/03/04 03:53:30 brad Exp $
.\"
.\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm nsphyter
-.Nd National Semiconductor DP83843/DP83815 10/100 Ethernet PHY driver
+.Nd National Semiconductor DP83815/DP83843/DP83847 10/100 Ethernet PHY driver
.Sh SYNOPSIS
.Cd "nsphyter* at mii?"
.Sh DESCRIPTION
@@ -37,7 +37,7 @@ The
.Nm
driver supports the National Semiconductor
.Tn PHYTER
-.Tn DP83843
+.Tn DP83843/DP83847
Ethernet PHYs.
This driver also supports the integrated PHY on the
.Tn MACPHYTER
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs
index 2a14a34b724..488191d9f53 100644
--- a/sys/dev/mii/miidevs
+++ b/sys/dev/mii/miidevs
@@ -1,4 +1,4 @@
-$OpenBSD: miidevs,v 1.72 2006/02/12 00:38:27 brad Exp $
+$OpenBSD: miidevs,v 1.73 2006/03/04 03:53:30 brad Exp $
/* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */
/*-
@@ -209,6 +209,7 @@ model MYSON MTD972 0x0000 MTD972 10/100 PHY
model NATSEMI DP83840 0x0000 DP83840 10/100 PHY
model NATSEMI DP83843 0x0001 DP83843 10/100 PHY
model NATSEMI DP83815 0x0002 DP83815 10/100 PHY
+model NATSEMI DP83847 0x0003 DP83847 10/100 PHY
model NATSEMI DP83891 0x0005 DP83891 10/100/1000 PHY
model NATSEMI DP83861 0x0006 DP83861 10/100/1000 PHY
diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c
index d87ec91ea39..604f66ffadc 100644
--- a/sys/dev/mii/nsphyter.c
+++ b/sys/dev/mii/nsphyter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nsphyter.c,v 1.11 2005/02/19 06:00:04 brad Exp $ */
+/* $OpenBSD: nsphyter.c,v 1.12 2006/03/04 03:53:30 brad Exp $ */
/* $NetBSD: nsphyter.c,v 1.5 2000/02/02 23:34:57 thorpej Exp $ */
/*-
@@ -112,6 +112,8 @@ static const struct mii_phydesc nsphyterphys[] = {
MII_STR_NATSEMI_DP83815 },
{ MII_OUI_NATSEMI, MII_MODEL_NATSEMI_DP83843,
MII_STR_NATSEMI_DP83843 },
+ { MII_OUI_NATSEMI, MII_MODEL_NATSEMI_DP83847,
+ MII_STR_NATSEMI_DP83847 },
{ 0, 0,
NULL },