Update many URLs.

This commit is contained in:
augustss 2000-12-29 01:24:55 +00:00
parent e9853f047a
commit 79f0bd6e1f
9 changed files with 25 additions and 22 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ohci.c,v 1.95 2000/12/13 03:09:06 augustss Exp $ */
/* $NetBSD: ohci.c,v 1.96 2000/12/29 01:24:55 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@ -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>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhci.c,v 1.130 2000/12/18 15:55:30 tsutsui Exp $ */
/* $NetBSD: uhci.c,v 1.131 2000/12/29 01:24:56 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
@ -42,8 +42,8 @@
* USB Universal Host Controller driver.
* Handles e.g. PIIX3 and PIIX4.
*
* UHCI spec: http://www.intel.com/design/usb/uhci11d.pdf
* USB spec: http://www.usb.org/developers/data/usb11.pdf
* UHCI spec: http://developer.intel.com/design/USB/UHCI11D.htm
* USB spec: http://www.usb.org/developers/data/usbspec.zip
* PIIXn spec: ftp://download.intel.com/design/intarch/datashts/29055002.pdf
* ftp://download.intel.com/design/intarch/datashts/29056201.pdf
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhid.c,v 1.40 2000/10/10 12:37:01 augustss Exp $ */
/* $NetBSD: uhid.c,v 1.41 2000/12/29 01:24:56 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhid.c,v 1.22 1999/11/17 22:33:43 n_hibma Exp $ */
/*
@ -39,7 +39,7 @@
*/
/*
* HID spec: http://www.usb.org/developers/data/usbhid10.pdf
* HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
*/
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhub.c,v 1.47 2000/09/24 02:08:38 augustss Exp $ */
/* $NetBSD: uhub.c,v 1.48 2000/12/29 01:24:56 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
/*
@ -39,7 +39,7 @@
*/
/*
* USB spec: http://www.usb.org/developers/docs.htm
* USB spec: http://www.usb.org/developers/data/usbspec.zip
*/
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ukbd.c,v 1.62 2000/08/20 22:30:17 augustss Exp $ */
/* $NetBSD: ukbd.c,v 1.63 2000/12/29 01:24:57 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
/*
* HID spec: http://www.usb.org/developers/data/usbhid10.pdf
* HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
*/
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ulpt.c,v 1.39 2000/12/05 14:01:33 augustss Exp $ */
/* $NetBSD: ulpt.c,v 1.40 2000/12/29 01:24:57 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ulpt.c,v 1.24 1999/11/17 22:33:44 n_hibma Exp $ */
/*
@ -39,7 +39,7 @@
*/
/*
* Printer Class spec: http://www.usb.org/developers/data/usbprn10.pdf
* Printer Class spec: http://www.usb.org/developers/data/devclass/usbprint109.PDF
*/
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: umass.c,v 1.46 2000/12/18 19:57:47 matt Exp $ */
/* $NetBSD: umass.c,v 1.47 2000/12/29 01:24:57 augustss Exp $ */
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>,
* Nick Hibma <n_hibma@freebsd.org>
@ -29,9 +29,11 @@
*/
/*
* Universal Serial Bus Mass Storage Class Bulk-Only Transport
* http://www.usb.org/developers/usbmassbulk_09.pdf
* XXX Add URL to CBI spec in www.usb.org
* 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
*/
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: umodem.c,v 1.34 2000/12/11 05:41:00 augustss Exp $ */
/* $NetBSD: umodem.c,v 1.35 2000/12/29 01:24:57 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,8 @@
*/
/*
* Comm Class spec: http://www.usb.org/developers/data/usbspec.zip
* Comm Class spec: http://www.usb.org/developers/data/devclass/usbcdc10.pdf
* http://www.usb.org/developers/data/devclass/usbcdc11.pdf
*/
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: ums.c,v 1.45 2000/10/08 20:52:18 augustss Exp $ */
/* $NetBSD: ums.c,v 1.46 2000/12/29 01:24:57 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
*/
/*
* HID spec: http://www.usb.org/developers/data/usbhid10.pdf
* HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
*/
/* XXX complete SPUR_UP change */