summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-01 21:13:22 +0000
committerjoe <joe@FreeBSD.org>2002-04-01 21:13:22 +0000
commitc043732a32a1bb7e6011e4be28c8e1eb62257800 (patch)
tree62679523d2d90e2e9a07c06fa44c6c91e4aa2f33 /sys
parent524d70a50eae4f1866431b947726129d7d2fb60c (diff)
downloadFreeBSD-src-c043732a32a1bb7e6011e4be28c8e1eb62257800.zip
FreeBSD-src-c043732a32a1bb7e6011e4be28c8e1eb62257800.tar.gz
MFNetBSD: Update many URLs.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ohci.c6
-rw-r--r--sys/dev/usb/uhci.c2
-rw-r--r--sys/dev/usb/uhcivar.h2
-rw-r--r--sys/dev/usb/ukbd.c2
-rw-r--r--sys/dev/usb/umass.c10
-rw-r--r--sys/dev/usb/umodem.c3
-rw-r--r--sys/dev/usb/ums.c2
-rw-r--r--sys/dev/usb/usbdi.c2
-rw-r--r--sys/dev/usb/usbdivar.h2
9 files changed, 18 insertions, 13 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 5818e7e..7412ea2 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.94 2000/11/10 14:11:49 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.96 2000/12/29 01:24:55 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -41,8 +41,8 @@
/*
* USB Open Host Controller driver.
*
- * OHCI spec: ftp://ftp.compaq.com/pub/supportinformation/papers/hcir1_0a.exe
- * USB spec: http://www.usb.org/developers/data/usb11.pdf
+ * OHCI spec: http://www.compaq.com/productinfo/development/openhci.html
+ * USB spec: http://www.usb.org/developers/data/usbspec.zip
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 0688634..62463a5 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.130 2000/12/18 15:55:30 tsutsui Exp $ */
+/* $NetBSD: uhci.c,v 1.131 2000/12/29 01:24:56 augustss Exp $ */
/* $FreeBSD$ */
/*
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index 163defe..109fb41 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: uhcivar.h,v 1.31 2000/06/01 14:28:59 augustss Exp $ */
+/* $NetBSD: uhcivar.h,v 1.32 2000/08/13 16:18:09 augustss Exp $ */
/* $FreeBSD$ */
/*
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index bc5265b..3732e82 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -38,7 +38,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/usbhid10.pdf
+ * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
*/
#include "opt_kbd.h"
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index a1a5163..42665e0 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -29,12 +29,16 @@
*/
/*
- * Ported to NetBSD by Lennart Augustsson <augustss@netbsd.org>.
- * Parts of the code written my Jason R. Thorpe <thorpej@shagadelic.org>.
+ * Universal Serial Bus Mass Storage Class specs:
+ * http://www.usb.org/developers/data/devclass/usbmassover_11.pdf
+ * http://www.usb.org/developers/data/devclass/usbmassbulk_10.pdf
+ * http://www.usb.org/developers/data/devclass/usbmass-cbi10.pdf
+ * http://www.usb.org/developers/data/devclass/usbmass-ufi10.pdf
*/
/*
- * The PDF documentation can be found at http://www.usb.org/developers/
+ * Ported to NetBSD by Lennart Augustsson <augustss@netbsd.org>.
+ * Parts of the code written my Jason R. Thorpe <thorpej@shagadelic.org>.
*/
/*
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c
index 1088860..3d24746 100644
--- a/sys/dev/usb/umodem.c
+++ b/sys/dev/usb/umodem.c
@@ -39,7 +39,8 @@
*/
/*
- * Comm Class spec: http://www.usb.org/developers/data/usbcdc11.pdf
+ * Comm Class spec: http://www.usb.org/developers/data/devclass/usbcdc10.pdf
+ * http://www.usb.org/developers/data/devclass/usbcdc11.pdf
*/
/*
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c
index 9355d82..0716a15 100644
--- a/sys/dev/usb/ums.c
+++ b/sys/dev/usb/ums.c
@@ -38,7 +38,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/usbhid10.pdf
+ * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index ae40185..3fad241 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.77 2000/09/23 21:02:04 augustss Exp $ */
+/* $NetBSD: usb/usbdi.c,v 1.78 2001/01/19 04:01:10 augustss Exp $ */
/* $FreeBSD$ */
/*
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h
index de67b76..8d51a3d 100644
--- a/sys/dev/usb/usbdivar.h
+++ b/sys/dev/usb/usbdivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdivar.h,v 1.60 2000/12/28 10:40:36 augustss Exp $ */
+/* $NetBSD: usbdivar.h,v 1.61 2001/01/18 20:28:23 jdolecek Exp $ */
/* $FreeBSD$ */
/*
OpenPOWER on IntegriCloud