diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 20:34:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-07 20:34:28 +0000 |
commit | bf97d9da700d80bfb9c5b08d20a099cef422fc57 (patch) | |
tree | 5be6d382a75d9c63e063d10c462f09c1cdee855a /sys/dev/pcmcia | |
parent | 588f77d9e14a085f1e3abc1cbad86c6fbec87a82 (diff) |
updated URL and a typo from Jared Yanovich;
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/if_cnw.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/if_cnw.c b/sys/dev/pcmcia/if_cnw.c index 40d22dad3c0..b78ba675789 100644 --- a/sys/dev/pcmcia/if_cnw.c +++ b/sys/dev/pcmcia/if_cnw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnw.c,v 1.12 2002/11/19 18:36:18 jason Exp $ */ +/* $OpenBSD: if_cnw.c,v 1.13 2003/11/07 20:34:27 jmc Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -41,9 +41,8 @@ * * When this driver was developed, the Linux Netwave driver was used * as a hardware manual. That driver is Copyright (c) 1997 University - * of Tromsų, Norway. It is part of the Linix pcmcia-cs package that - * can be found at - * http://hyper.stanford.edu/HyperNews/get/pcmcia/home.html. The most + * of Tromsų, Norway. It is part of the Linux pcmcia-cs package that + * can be found at http://pcmcia-cs.sourceforge.net/. The most * recent version of the pcmcia-cs package when this driver was * written was 3.0.6. * |