diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-23 08:06:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-23 08:06:50 +0000 |
commit | ce7a8ba8c04f6be11323324c248d6e8299d590fc (patch) | |
tree | 5414cca3274ab5e1ccbaa56bea982a2b3270be13 | |
parent | e6428dc4a2edcb4b1eb38b5949bd008f930ef330 (diff) |
Add Nova Tech NV-902W, and mention another Zinwell ural(4) device.
-rw-r--r-- | share/man/man4/ral.4 | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_ral.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 785709c8e78..7e281112d7e 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.55 2006/08/19 10:09:30 jsg Exp $ +.\" $OpenBSD: ral.4,v 1.56 2006/08/23 08:06:49 jsg Exp $ .\" .\" Copyright (c) 2005, 2006 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -379,6 +379,7 @@ MSI MS-6861. MSI MS-6865. MSI MS-6869. Nintendo Wi-Fi USB Connector. +Nova Tech NV-902W. OvisLink Evo-W54USB. SerComm UB801R. SparkLAN WL-685R. @@ -387,6 +388,7 @@ Surecom EP-9001-g. Sweex LC100060. Tonze UW-6200C. Zaapa ZNWUSB-54. +Zinwell ZPlus-G250 Zinwell ZWX-G261. Zonet ZEW2500P. .Ed diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 2547838aa68..f89e4952a6a 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.75 2006/08/18 16:04:56 damien Exp $ */ +/* $OpenBSD: if_ral.c,v 1.76 2006/08/23 08:06:49 jsg Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -99,6 +99,7 @@ static const struct usb_devno ural_devs[] = { { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570 }, { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570_2 }, { USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2570_3 }, + { USB_VENDOR_NOVATECH, USB_PRODUCT_NOVATECH_NV902W }, { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570 }, { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_2 }, { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_3 }, |