diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-11 10:24:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-03-11 10:24:43 +0000 |
commit | 2505a987c1ad2a47476cda060511590721e62463 (patch) | |
tree | ab55176680f5edb59ad6c048de742d5cbac108ad /sys/dev/usb/ohci.c | |
parent | 3145208f57e40fe37fd3b241e2181882151661d6 (diff) |
Kill dead links.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 5acd6b7497f..4554d18e25b 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ohci.c,v 1.121 2014/03/07 09:51:50 mpi Exp $ */ +/* $OpenBSD: ohci.c,v 1.122 2014/03/11 10:24:42 mpi Exp $ */ /* $NetBSD: ohci.c,v 1.139 2003/02/22 05:24:16 tsutsui Exp $ */ /* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */ @@ -32,13 +32,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* - * USB Open Host Controller driver. - * - * OHCI spec: http://www.compaq.com/productinfo/development/openhci.html - * USB spec: http://www.usb.org/developers/docs/usbspec.zip - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |