summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2003-07-14 18:14:15 +0000
committerJosef Karthauser <joe@FreeBSD.org>2003-07-14 18:14:15 +0000
commit222841679f8e42254655fbeafc68521c85f0cf7f (patch)
tree8048afcd486565fc0527475e501040f92e4b3c20 /sys/dev/usb/uhci.c
parente36ee542ba8040523559fd0f24415ef08bcf3008 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhci.c')
-rw-r--r--sys/dev/usb/uhci.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index a18ad43a4363..a076427eabba 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,7 +1,11 @@
/* $NetBSD: uhci.c,v 1.160 2002/05/28 12:42:39 augustss Exp $ */
/* $FreeBSD$ */
-/* Also incorporated from NetBSD: 1.165, 166 */
+/* Also incorporated from NetBSD: 1.165, 1.166
+ * $NetBSD: uhci.c,v 1.167 2003/01/01 16:25:59 augustss Exp $
+ * $NetBSD: uhci.c,v 1.168 2003/02/08 03:32:51 ichiro Exp $
+ */
+
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,7 +49,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
*/