summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhci.c
diff options
context:
space:
mode:
authornate <nate@openbsd.org>2003-05-19 04:17:53 +0000
committernate <nate@openbsd.org>2003-05-19 04:17:53 +0000
commitc0771da2756e08ba511110a3c144c5a71245c324 (patch)
tree94eb9b081207e6b8c27cbb0c2728bf092d76bdc1 /sys/dev/usb/uhci.c
parentdon't print altq en-/disabled - there's no point, you can't turn them on (diff)
downloadwireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.tar.xz
wireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.zip
fix documentation links from netbsd
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r--sys/dev/usb/uhci.c4
1 files changed, 2 insertions, 2 deletions
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
*/