summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2007-12-16 18:19:57 +0000
committermglocker <mglocker@openbsd.org>2007-12-16 18:19:57 +0000
commit01b06dc64cf234a660b93928207e15ebcbfb0ece (patch)
tree8dd09980aadca1c1244b9935a49260c36802aa9e
parentthe upgt file is.. optional (diff)
downloadwireguard-openbsd-01b06dc64cf234a660b93928207e15ebcbfb0ece.tar.xz
wireguard-openbsd-01b06dc64cf234a660b93928207e15ebcbfb0ece.zip
Add comment.
-rw-r--r--sys/dev/usb/if_upgt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c
index eb498ac0c8e..436bd33b402 100644
--- a/sys/dev/usb/if_upgt.c
+++ b/sys/dev/usb/if_upgt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_upgt.c,v 1.1 2007/12/16 09:05:53 mglocker Exp $ */
+/* $OpenBSD: if_upgt.c,v 1.2 2007/12/16 18:19:57 mglocker Exp $ */
/*
* Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
@@ -63,6 +63,10 @@
* Driver for the USB PrismGT devices.
*
* For now just USB 2.0 devices with the GW3887 chipset are supported.
+ *
+ * Parts of this driver has been influenced by reading the p54u driver
+ * written by Jean-Baptiste Note <jean-baptiste.note@m4x.org> and
+ * Sebastien Bourdeauducq <lekernel@prism54.org>.
*/
#ifdef UPGT_DEBUG