MFNetBSD: Update many URLs.

This commit is contained in:
Josef Karthauser 2002-04-01 21:13:22 +00:00
parent 467a0b0647
commit a011c2e7a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93591
9 changed files with 18 additions and 13 deletions

View File

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

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$ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhcivar.h,v 1.31 2000/06/01 14:28:59 augustss Exp $ */
/* $NetBSD: uhcivar.h,v 1.32 2000/08/13 16:18:09 augustss Exp $ */
/* $FreeBSD$ */
/*

View File

@ -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 "opt_kbd.h"

View File

@ -29,12 +29,16 @@
*/
/*
* Ported to NetBSD by Lennart Augustsson <augustss@netbsd.org>.
* Parts of the code written my Jason R. Thorpe <thorpej@shagadelic.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
*/
/*
* The PDF documentation can be found at http://www.usb.org/developers/
* Ported to NetBSD by Lennart Augustsson <augustss@netbsd.org>.
* Parts of the code written my Jason R. Thorpe <thorpej@shagadelic.org>.
*/
/*

View File

@ -39,7 +39,8 @@
*/
/*
* Comm Class spec: http://www.usb.org/developers/data/usbcdc11.pdf
* Comm Class spec: http://www.usb.org/developers/data/devclass/usbcdc10.pdf
* http://www.usb.org/developers/data/devclass/usbcdc11.pdf
*/
/*

View File

@ -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: usbdi.c,v 1.77 2000/09/23 21:02:04 augustss Exp $ */
/* $NetBSD: usb/usbdi.c,v 1.78 2001/01/19 04:01:10 augustss Exp $ */
/* $FreeBSD$ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: usbdivar.h,v 1.60 2000/12/28 10:40:36 augustss Exp $ */
/* $NetBSD: usbdivar.h,v 1.61 2001/01/18 20:28:23 jdolecek Exp $ */
/* $FreeBSD$ */
/*