Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Update documentation URLs.
details: https://anonhg.NetBSD.org/src/rev/a86c26e0772a
branches: trunk
changeset: 473139:a86c26e0772a
user: augustss <augustss%NetBSD.org@localhost>
date: Fri May 21 10:15:23 1999 +0000
description:
Update documentation URLs.
diffstat:
sys/dev/usb/ohci.c | 6 +++---
sys/dev/usb/uhci.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r a01700638f53 -r a86c26e0772a sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Fri May 21 08:00:11 1999 +0000
+++ b/sys/dev/usb/ohci.c Fri May 21 10:15:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.29 1999/05/20 09:52:35 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.30 1999/05/21 10:15:23 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -40,8 +40,8 @@
/*
* USB Open Host Controller driver.
*
- * OHCI spec: http://www.intel.com/design/usb/ohci11d.pdf
- * USB spec: http://www.teleport.com/cgi-bin/mailmerge.cgi/~usb/cgiform.tpl
+ * OHCI spec: ftp://ftp.compaq.com/pub/supportinformation/papers/hcir1_0a.exe
+ * USB spec: http://www.usb.org/developers/data/usb11.pdf
*/
#include <sys/param.h>
diff -r a01700638f53 -r a86c26e0772a sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Fri May 21 08:00:11 1999 +0000
+++ b/sys/dev/usb/uhci.c Fri May 21 10:15:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.27 1999/05/20 09:52:35 augustss Exp $ */
+/* $NetBSD: uhci.c,v 1.28 1999/05/21 10:15:24 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -39,12 +39,12 @@
/*
* USB Universal Host Controller driver.
- * Handles PIIX3 and PIIX4.
+ * Handles e.g. PIIX3 and PIIX4.
*
* Data sheets: ftp://download.intel.com/design/intarch/datashts/29055002.pdf
* ftp://download.intel.com/design/intarch/datashts/29056201.pdf
* UHCI spec: http://www.intel.com/design/usb/uhci11d.pdf
- * USB spec: http://www.usb.org/cgi-usb/mailmerge.cgi/home/usb/docs/developers/cgiform.tpl
+ * USB spec: http://www.usb.org/developers/data/usb11.pdf
*/
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index