diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2011-03-20 17:58:27 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2011-03-20 17:58:27 +0000 |
commit | 66da337841752aaa4e76f748b61818f649a94e5f (patch) | |
tree | 26eb1a21862de252c5d65c81197daeca978f42bc /sys/dev/usb | |
parent | 0ac16dfa54b7331554508679bfe14d7681a38a8a (diff) |
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/dev/usb')
-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 */ /* |