diff options
author | 2011-01-10 16:56:43 +0000 | |
---|---|---|
committer | 2011-01-10 16:56:43 +0000 | |
commit | 3124ddf2adf98c9e945bfee5bb6f48fcc8c5529f (patch) | |
tree | ec5c38d223e8898f0b3e2167c52955cd440b01f4 | |
parent | Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devices on AMD Family 0Fh processors. (diff) | |
download | wireguard-openbsd-3124ddf2adf98c9e945bfee5bb6f48fcc8c5529f.tar.xz wireguard-openbsd-3124ddf2adf98c9e945bfee5bb6f48fcc8c5529f.zip |
add the Buffalo WLI-UC-GNHP.
from Jordi Beltran Creix.
-rw-r--r-- | share/man/man4/run.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_run.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4 index 3f9feb7775f..ac9221ed234 100644 --- a/share/man/man4/run.4 +++ b/share/man/man4/run.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: run.4,v 1.32 2011/01/06 16:30:41 jasper Exp $ +.\" $OpenBSD: run.4,v 1.33 2011/01/10 16:59:05 damien Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 6 2011 $ +.Dd $Mdocdate: January 10 2011 $ .Dt RUN 4 .Os .Sh NAME @@ -101,6 +101,7 @@ The following adapters should work: .It Buffalo WLI-UC-AG300N .It Buffalo WLI-UC-G300N .It Buffalo WLI-UC-GN +.It Buffalo WLI-UC-GNHP .It Buffalo WLI-UC-GNM .It Corega CG-WLUSB2GNL .It Corega CG-WLUSB2GNR diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index aa4894e682a..3f83af2ca6e 100644 --- a/sys/dev/usb/if_run.c +++ b/sys/dev/usb/if_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_run.c,v 1.82 2010/12/30 05:22:51 jakemsr Exp $ */ +/* $OpenBSD: if_run.c,v 1.83 2011/01/10 16:59:05 damien Exp $ */ /*- * Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -198,6 +198,7 @@ static const struct usb_devno run_devs[] = { USB_ID(MELCO, WLIUCAG300N), USB_ID(MELCO, WLIUCG300N), USB_ID(MELCO, WLIUCGN), + USB_ID(MELCO, WLIUCGNHP), USB_ID(MELCO, WLIUCGNM), USB_ID(MOTOROLA4, RT2770), USB_ID(MOTOROLA4, RT3070), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 335f0dbb235..1a70c0e72a6 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.536 2011/01/01 16:00:57 damien Exp $ +$OpenBSD: usbdevs,v 1.537 2011/01/10 16:56:43 damien Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -2595,6 +2595,7 @@ product MELCO SG54HG 0x00f4 WLI-U2-SG54HG product MELCO WLIUCAG300N 0x012e WLI-UC-AG300N product MELCO RT2870_1 0x0148 RT2870 product MELCO RT2870_2 0x0150 RT2870 +product MELCO WLIUCGNHP 0x0158 WLI-UC-GNHP product MELCO WLIUCGN 0x015d WLI-UC-GN product MELCO WLIUCGNM 0x01a2 WLI-UC-GNM |