summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2003-05-19 04:17:54 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2003-05-19 04:17:54 +0000
commitb933e3d089d8ecca405dabbd601c953b9d4c7915 (patch)
treeb6a9d43bc66730e2ca38db15c33f5cda152517b2
parent722de9933c51fe49bcaece0d12c93f298f4b92e6 (diff)
fix documentation links from netbsd
-rw-r--r--sys/dev/usb/ohci.c4
-rw-r--r--sys/dev/usb/uhci.c4
-rw-r--r--sys/dev/usb/uhid.c4
-rw-r--r--sys/dev/usb/uhidev.c4
-rw-r--r--sys/dev/usb/uhub.c4
-rw-r--r--sys/dev/usb/ukbd.c4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c
index 0eb713e9cfb..af43eb9cb11 100644
--- a/sys/dev/usb/ohci.c
+++ b/sys/dev/usb/ohci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ohci.c,v 1.33 2003/05/17 11:19:24 todd Exp $ */
+/* $OpenBSD: ohci.c,v 1.34 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: ohci.c,v 1.104 2001/09/28 23:57:21 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
@@ -43,7 +43,7 @@
* USB Open Host Controller driver.
*
* OHCI spec: http://www.compaq.com/productinfo/development/openhci.html
- * USB spec: http://www.usb.org/developers/data/usbspec.zip
+ * USB spec: http://www.usb.org/developers/docs/usbspec.zip
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 525c8be710c..4091fa0527b 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhci.c,v 1.27 2002/10/12 01:09:44 krw Exp $ */
+/* $OpenBSD: uhci.c,v 1.28 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhci.c,v 1.142 2001/10/25 02:08:13 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
@@ -44,7 +44,7 @@
* Handles e.g. PIIX3 and PIIX4.
*
* UHCI spec: http://developer.intel.com/design/USB/UHCI11D.htm
- * USB spec: http://www.usb.org/developers/data/usbspec.zip
+ * USB spec: http://www.usb.org/developers/docs/usbspec.zip
* PIIXn spec: ftp://download.intel.com/design/intarch/datashts/29055002.pdf
* ftp://download.intel.com/design/intarch/datashts/29056201.pdf
*/
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c
index ea946e1e818..3baa3601185 100644
--- a/sys/dev/usb/uhid.c
+++ b/sys/dev/usb/uhid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhid.c,v 1.24 2002/11/11 02:32:32 nate Exp $ */
+/* $OpenBSD: uhid.c,v 1.25 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhid.c,v 1.55 2002/10/23 09:14:00 jdolecek Exp $ */
/*
@@ -39,7 +39,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
+ * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c
index d0bc558a77e..4f3589d14ef 100644
--- a/sys/dev/usb/uhidev.c
+++ b/sys/dev/usb/uhidev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhidev.c,v 1.7 2003/05/07 04:33:33 deraadt Exp $ */
+/* $OpenBSD: uhidev.c,v 1.8 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhidev.c,v 1.10 2002/10/09 06:27:09 fair Exp $ */
/*
@@ -39,7 +39,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
+ * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index cb39b06c3ad..293831e59a1 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhub.c,v 1.19 2003/05/07 04:33:33 deraadt Exp $ */
+/* $OpenBSD: uhub.c,v 1.20 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhub.c,v 1.52 2001/10/26 17:53:59 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
@@ -40,7 +40,7 @@
*/
/*
- * USB spec: http://www.usb.org/developers/data/usbspec.zip
+ * USB spec: http://www.usb.org/developers/docs/usbspec.zip
*/
#include <sys/param.h>
diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c
index b88d6fc0c3d..7869b7aca1c 100644
--- a/sys/dev/usb/ukbd.c
+++ b/sys/dev/usb/ukbd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukbd.c,v 1.17 2002/07/29 20:03:05 nate Exp $ */
+/* $OpenBSD: ukbd.c,v 1.18 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: ukbd.c,v 1.82 2002/07/11 21:14:30 augustss Exp $ */
/*
@@ -39,7 +39,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
+ * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
#include <sys/param.h>