From 6a2ed8337357b54f24fcddc3d48e50690bad3570 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 7 Nov 2003 17:03:25 +0000 Subject: [PATCH] URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter. --- sys/dev/usb/umass.c | 12 ++++++------ sys/dev/usb/umodem.c | 8 ++++---- 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 9e9fa1a3b0b3..9eaf8980980f 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 -__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 7da962784ee2..399842f6df08 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 -__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 #include diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index bb91f1e414ff..520b07d16d25 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 -__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"