diff options
author | 2008-05-27 00:11:11 +0000 | |
---|---|---|
committer | 2008-05-27 00:11:11 +0000 | |
commit | 2813f2986eb333fe524fb40ac69b4bf1302b5d5c (patch) | |
tree | 20abde46655ace1d107c758a1ace862616a985dd | |
parent | do not muck with the mountroot variable, since setroot() uses the state of (diff) | |
download | wireguard-openbsd-2813f2986eb333fe524fb40ac69b4bf1302b5d5c.tar.xz wireguard-openbsd-2813f2986eb333fe524fb40ac69b4bf1302b5d5c.zip |
Add ZyXEL G-202, which was already in usbdevs.
From/tested by pedro@am-gen.org
-rw-r--r-- | share/man/man4/zyd.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_zyd.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/zyd.4 b/share/man/man4/zyd.4 index b7b94cd8849..15d0d8bb8fb 100644 --- a/share/man/man4/zyd.4 +++ b/share/man/man4/zyd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zyd.4,v 1.27 2008/04/17 14:01:22 jmc Exp $ +.\" $OpenBSD: zyd.4,v 1.28 2008/05/27 00:11:11 jsg Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 17 2008 $ +.Dd $Mdocdate: May 27 2008 $ .Dt ZYD 4 .Os .Sh NAME @@ -126,6 +126,7 @@ driver: .It X-Micro XWL-11GUZX .It Yakumo QuickWLAN USB .It Zonet ZEW2501 +.It ZyXEL G-202 .It ZyXEL ZyAIR G-220 .El .Sh FILES diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index 9b9fb3a758f..9d86d976627 100644 --- a/sys/dev/usb/if_zyd.c +++ b/sys/dev/usb/if_zyd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zyd.c,v 1.67 2008/04/16 18:32:15 damien Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.68 2008/05/27 00:11:11 jsg Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -119,6 +119,7 @@ static const struct zyd_type { ZYD_ZD1211_DEV(ZYXEL, AG225H), ZYD_ZD1211_DEV(ZYXEL, ZYAIRG220), ZYD_ZD1211_DEV(ZYXEL, G200V2), + ZYD_ZD1211_DEV(ZYXEL, G202), ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), ZYD_ZD1211B_DEV(ACCTON, ZD1211B), |