diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-07-14 18:14:15 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-07-14 18:14:15 +0000 |
| commit | 222841679f8e42254655fbeafc68521c85f0cf7f (patch) | |
| tree | 8048afcd486565fc0527475e501040f92e4b3c20 /sys/dev/usb/uhub.c | |
| parent | e36ee542ba8040523559fd0f24415ef08bcf3008 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index f1eb05a5340f..407bcd5fdcf6 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -1,6 +1,10 @@ /* $NetBSD: uhub.c,v 1.57 2001/11/20 16:08:37 augustss Exp $ */ /* $FreeBSD$ */ +/* Also already merged from netbsd: + * $NetBSD: uhub.c,v 1.64 2003/02/08 03:32:51 ichiro Exp $ + */ + /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -39,7 +43,7 @@ */ /* - * USB spec: http://www.usb.org/developers/data/usbspec.zip + * USB spec: http://www.usb.org/developers/docs/usbspec.zip */ #include <sys/param.h> |
