summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhub.c
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-01-28 09:43:41 +0000
committeraaron <aaron@openbsd.org>2001-01-28 09:43:41 +0000
commitc7c0eef52352a7a1942f73770810c9560c6146a3 (patch)
treefea03472e6c232caad7e6b12e56720205ef35824 /sys/dev/usb/uhub.c
parentsync (diff)
downloadwireguard-openbsd-c7c0eef52352a7a1942f73770810c9560c6146a3.tar.xz
wireguard-openbsd-c7c0eef52352a7a1942f73770810c9560c6146a3.zip
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
Diffstat (limited to 'sys/dev/usb/uhub.c')
-rw-r--r--sys/dev/usb/uhub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c
index b3298635eca..5a60a06232b 100644
--- a/sys/dev/usb/uhub.c
+++ b/sys/dev/usb/uhub.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhub.c,v 1.11 2000/11/08 18:10:38 aaron Exp $ */
+/* $OpenBSD: uhub.c,v 1.12 2001/01/28 09:43:42 aaron Exp $ */
/* $NetBSD: uhub.c,v 1.47 2000/09/24 02:08:38 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
@@ -40,7 +40,7 @@
*/
/*
- * USB spec: http://www.usb.org/developers/docs.htm
+ * USB spec: http://www.usb.org/developers/data/usbspec.zip
*/
#include <sys/param.h>