summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-05-23 14:01:23 +0000
committerle <le@FreeBSD.org>2004-05-23 14:01:23 +0000
commitc9b2ae89c1115585a0560294e0ecdbec337600f8 (patch)
tree5d100d7cd04324cf252837d7cd66f0cb5b675763 /sys/dev/usb
parent6db4f699c692a5cf9fabb74d0aee9cd39d9a5c52 (diff)
downloadFreeBSD-src-c9b2ae89c1115585a0560294e0ecdbec337600f8.zip
FreeBSD-src-c9b2ae89c1115585a0560294e0ecdbec337600f8.tar.gz
MFNetBSD 1.80; author: wiz
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. Obtained from: NetBSD
Diffstat (limited to 'sys/dev/usb')
-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 44a5544..d2ce30f 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>
OpenPOWER on IntegriCloud