diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-09 21:08:50 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-09 21:08:50 +0000 |
commit | 6887e709276efa203fadc020f330da9e395e729f (patch) | |
tree | 6645bc8e4c326ac762100c5f1281aabc305bcac5 | |
parent | 1f1cef725987a5ab664ebcbada13e03bfa2f3b41 (diff) |
fix the url pointing to the original atuwi driver. pointed out by Dries
Schellekens.
-rw-r--r-- | sys/dev/usb/if_atu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index 5a4a9fa604d..4bcde726cd8 100644 --- a/sys/dev/usb/if_atu.c +++ b/sys/dev/usb/if_atu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atu.c,v 1.3 2004/11/09 14:42:26 dlg Exp $ */ +/* $OpenBSD: if_atu.c,v 1.4 2004/11/09 21:08:49 dlg Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -36,7 +36,7 @@ * version 0.5 - 2004-08-03 * * Originally written by Daan Vreeken <Danovitsch @ Vitsch . net> - * http://vitsch.net/bsd/atu + * http://vitsch.net/bsd/atuwi * * Contributed to by : * Chris Whitehouse, Alistair Phillips, Peter Pilka, Martijn van Buul, |