aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2004-05-23 14:01:23 +0000
committerLukas Ertl <le@FreeBSD.org>2004-05-23 14:01:23 +0000
commitb113636e6805a65d9f1149479aaf7100a28ec1c9 (patch)
tree5d100d7cd04324cf252837d7cd66f0cb5b675763 /sys
parentdf38fbe11f12d32f549bf17643c303b06bab94d0 (diff)
downloadsrc-b113636e6805a65d9f1149479aaf7100a28ec1c9.tar.gz
src-b113636e6805a65d9f1149479aaf7100a28ec1c9.zip
MFNetBSD 1.80; author: wiz
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=129610
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index 44a554449b51..d2ce30ff3079 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -4,6 +4,7 @@
* $NetBSD: usb.c,v 1.70 2002/05/09 21:54:32 augustss Exp $
* $NetBSD: usb.c,v 1.71 2002/06/01 23:51:04 lukem Exp $
* $NetBSD: usb.c,v 1.73 2002/09/23 05:51:19 simonb Exp $
+ * $NetBSD: usb.c,v 1.80 2003/11/07 17:03:25 wiz Exp $
*/
#include <sys/cdefs.h>
@@ -48,8 +49,8 @@ __FBSDID("$FreeBSD$");
/*
* USB specifications and other documentation can be found at
- * http://www.usb.org/developers/data/ and
- * http://www.usb.org/developers/index.html .
+ * http://www.usb.org/developers/docs/ and
+ * http://www.usb.org/developers/devclass_docs/
*/
#include <sys/param.h>