svn commit: r254404 - in head: share/man/man4 sys/dev/usb/net

Kevin Lo kevlo at FreeBSD.org
Fri Aug 16 07:42:07 UTC 2013


Author: kevlo
Date: Fri Aug 16 07:42:06 2013
New Revision: 254404
URL: http://svnweb.freebsd.org/changeset/base/254404

Log:
  Bring datasheet URL up to date.

Modified:
  head/share/man/man4/udav.4
  head/sys/dev/usb/net/if_udav.c

Modified: head/share/man/man4/udav.4
==============================================================================
--- head/share/man/man4/udav.4	Fri Aug 16 07:16:26 2013	(r254403)
+++ head/share/man/man4/udav.4	Fri Aug 16 07:42:06 2013	(r254404)
@@ -87,7 +87,7 @@ For more information on configuring this
 .Xr ifconfig 8
 .Rs
 .%T "Davicom DM9601 data sheet"
-.%U http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf
+.%U http://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/DM9601-DS-P01-930914.pdf
 .Re
 .Sh HISTORY
 The

Modified: head/sys/dev/usb/net/if_udav.c
==============================================================================
--- head/sys/dev/usb/net/if_udav.c	Fri Aug 16 07:16:26 2013	(r254403)
+++ head/sys/dev/usb/net/if_udav.c	Fri Aug 16 07:42:06 2013	(r254404)
@@ -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://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/DM9601-DS-P01-930914.pdf
  */
 
 /*


More information about the svn-src-head mailing list