From 3bbf2365f7fd283a7af940177e2268c33b0a4e38 Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Sat, 3 Jan 2009 18:39:34 +0000 Subject: run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. the driver supports legacy 802.11abg modes only (no 802.11n yet.) WPA works, with hardware encryption/decryption. committed over an RT2800U (RT2870+RT2820). enabled on i386 and amd64 GENERIC only for now. thanks to Paul Lin at Ralink for letting us ship the firmware under an appropriate license. "man page looks ok" jmc@ "you should commit it" jsg@, ok deraadt@ --- sys/arch/amd64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 0db10338629..b52e955abc3 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.251 2008/12/22 16:35:28 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.252 2009/01/03 18:39:33 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -216,6 +216,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB udcf* at uhub? # Gude Expert mouseCLOCK -- cgit v1.2.3