URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.

This commit is contained in:
wiz 2003-11-07 17:03:25 +00:00
parent ef7949407f
commit 6a2ed83373
3 changed files with 14 additions and 14 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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"