diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 5818e7e494ef..7412ea2163dd 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -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 diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 0688634584ab..62463a52b817 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -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$ */ /* diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 163defe5a352..109fb41e5d27 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -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$ */ /* diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index bc5265b0c86a..3732e8213f83 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -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" diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index a1a5163273ba..42665e05a986 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -29,12 +29,16 @@ */ /* - * Ported to NetBSD by Lennart Augustsson . - * Parts of the code written my Jason R. Thorpe . + * 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 . + * Parts of the code written my Jason R. Thorpe . */ /* diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 10888608a40e..3d24746a5c40 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -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 */ /* diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 9355d824fac9..0716a15a24c9 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -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 diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index ae40185aac46..3fad24150d79 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -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$ */ /* diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index de67b7628f91..8d51a3d515ef 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -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$ */ /*