diff options
author | joe <joe@FreeBSD.org> | 2002-04-01 21:13:22 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-04-01 21:13:22 +0000 |
commit | c043732a32a1bb7e6011e4be28c8e1eb62257800 (patch) | |
tree | 62679523d2d90e2e9a07c06fa44c6c91e4aa2f33 /sys/dev/usb/ohci.c | |
parent | 524d70a50eae4f1866431b947726129d7d2fb60c (diff) | |
download | FreeBSD-src-c043732a32a1bb7e6011e4be28c8e1eb62257800.zip FreeBSD-src-c043732a32a1bb7e6011e4be28c8e1eb62257800.tar.gz |
MFNetBSD: Update many URLs.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 6 |
1 files changed, 3 insertions, 3 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> |