diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-22 10:39:52 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-22 10:39:52 +0000 |
commit | bcac8cf5689b9c2a1333b450a738804f9909613d (patch) | |
tree | a1f062e7a29b507617c9a16d4030a2b77d7121ee /sys/dev/mii | |
parent | a3d71ee3ef117297d8b790f0f5c13eb679577cf8 (diff) |
Comment diff only; list an additional supported PHY and add a link
to the datasheet. From Brad.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/nsgphy.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 758138e6a92..9d52ee42df0 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsgphy.c,v 1.21 2008/10/24 17:11:37 brad Exp $ */ +/* $OpenBSD: nsgphy.c,v 1.22 2009/07/22 10:39:51 sthen Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 @@ -34,9 +34,10 @@ */ /* - * Driver for the National Semiconductor DP83891 and DP83861 + * Driver for the National Semiconductor DP83861, DP83865 and DP83891 * 10/100/1000 PHYs. * Datasheet available at: http://www.national.com/ds/DP/DP83861.pdf + * and at: http://www.national.com/ds/DP/DP83865.pdf * * The DP83891 is the older NatSemi gigE PHY which isn't being sold * anymore. The DP83861 is its replacement, which is an 'enhanced' |