diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-05 23:38:07 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-05 23:38:07 +0000 |
| commit | a7fffc4bc2dd1dc201f34f0799cb045815169e6d (patch) | |
| tree | 6cfa3c7633cbf899266de73c4a31b46e4b319254 /sys/dev/usb | |
| parent | b51b6b8a7b0721565d516f3a150ec06a89ed2da8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_kue.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 02dc95db94149..6dbd499cba5d4 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998, 1999 + * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -58,6 +58,10 @@ * leave the adapter attached to the USB controller, it may remain * powered on and retain its firmware. In this case, we don't need * to load the firmware a second time. + * + * Special thanks to Rob Furr for providing an ADS Technologies + * adapter for development and testing. No monkeys were harmed during + * the development of this driver. */ #include <sys/param.h> |
