diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-07 17:03:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-07 17:03:25 +0000 |
| commit | 6a2ed8337357b54f24fcddc3d48e50690bad3570 (patch) | |
| tree | de5fcec5d613a5145340cd168a142a598b2ff530 /sys/dev/usb | |
| parent | ef7949407f84383d56bb8503ebf461112e7a8da8 (diff) | |
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umass.c | 12 | ||||
| -rw-r--r-- | sys/dev/usb/umodem.c | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usb.c | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 9e9fa1a3b0b..9eaf8980980 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass.c,v 1.107 2003/10/28 23:37:59 mycroft Exp $ */ +/* $NetBSD: umass.c,v 1.108 2003/11/07 17:03:25 wiz Exp $ */ /* * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -67,10 +67,10 @@ /* * Universal Serial Bus Mass Storage Class specs: - * http://www.usb.org/developers/data/devclass/usbmassover_11.pdf - * http://www.usb.org/developers/data/devclass/usbmassbulk_10.pdf - * http://www.usb.org/developers/data/devclass/usbmass-cbi10.pdf - * http://www.usb.org/developers/data/devclass/usbmass-ufi10.pdf + * http://www.usb.org/developers/devclass_docs/usb_msc_overview_1.2.pdf + * http://www.usb.org/developers/devclass_docs/usbmassbulk_10.pdf + * http://www.usb.org/developers/devclass_docs/usb_msc_cbi_1.1.pdf + * http://www.usb.org/developers/devclass_docs/usbmass-ufi10.pdf */ /* @@ -131,7 +131,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.107 2003/10/28 23:37:59 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umass.c,v 1.108 2003/11/07 17:03:25 wiz Exp $"); #include "atapibus.h" #include "scsibus.h" diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 7da962784ee..399842f6df0 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -1,4 +1,4 @@ -/* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ +/* $NetBSD: umodem.c,v 1.46 2003/11/07 17:03:25 wiz Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,8 +38,8 @@ */ /* - * Comm Class spec: http://www.usb.org/developers/data/devclass/usbcdc10.pdf - * http://www.usb.org/developers/data/devclass/usbcdc11.pdf + * Comm Class spec: http://www.usb.org/developers/devclass_docs/usbccs10.pdf + * http://www.usb.org/developers/devclass_docs/usbcdc11.pdf */ /* @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: umodem.c,v 1.46 2003/11/07 17:03:25 wiz Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index bb91f1e414f..520b07d16d2 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb.c,v 1.79 2003/06/29 22:30:58 fvdl Exp $ */ +/* $NetBSD: usb.c,v 1.80 2003/11/07 17:03:25 wiz Exp $ */ /* * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc. @@ -39,12 +39,12 @@ /* * USB specifications and other documentation can be found at - * http://www.usb.org/developers/data/ and - * http://www.usb.org/developers/index.html . + * http://www.usb.org/developers/docs/ and + * http://www.usb.org/developers/devclass_docs/ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.79 2003/06/29 22:30:58 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.80 2003/11/07 17:03:25 wiz Exp $"); #include "ohci.h" #include "uhci.h" |
