diff options
author | 2011-03-20 17:58:26 +0000 | |
---|---|---|
committer | 2011-03-20 17:58:26 +0000 | |
commit | bbc285cad0e63ae2c393c4aba0988529ef62ea37 (patch) | |
tree | e7ebe961ad74dc17cdf2e1c2284874382903b77e /sys | |
parent | document new stuff (diff) | |
download | wireguard-openbsd-bbc285cad0e63ae2c393c4aba0988529ef62ea37.tar.xz wireguard-openbsd-bbc285cad0e63ae2c393c4aba0988529ef62ea37.zip |
Update URI to data sheet. New location found on www.davicom.com.tw but
points to some other domain for some reason.
Noticed while looking into a udav(4) issue with Loganaden Velvindron.
OK jasper
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_udav.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index 69b8cb7e471..477206c0a81 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udav.c,v 1.53 2011/03/16 22:39:13 jasper Exp $ */ +/* $OpenBSD: if_udav.c,v 1.54 2011/03/20 17:58:26 mk Exp $ */ /* $NetBSD: if_udav.c,v 1.3 2004/04/23 17:25:25 itojun Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* @@ -34,7 +34,7 @@ /* * DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/100 PHY) * The spec can be found at the following url. - * http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf + * http://www.meworks.net/userfile/24247/DM9601-DS-P03-102908.pdf */ /* |