diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2007-11-15 21:15:35 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2007-11-15 21:15:35 +0000 |
commit | 42b7e5295160dddf04004f36ba2cb8756e87fe7c (patch) | |
tree | 29f55d67a65e1f1f6e79b12f854c9bf27927a0bd /sys/conf | |
parent | 5dd64b53feea9c808079c6f2286504e7a39f965b (diff) |
New driver for Ralink RT2860 chipset.
Attaches as 'ral' as it shares the PCI and CardBus frontends with
RT2560 and RT2661 though it is actually a separate driver.
Requires a firmware that can't be redistributed with the base system
due to license restrictions (exact same license as iwn(4) firmware).
The 802.11n capabilities not yet supported (except MIMO).
Great thanks to Sam Fourman Jr for donating hardware.
ok deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 8dab37929c4..5c65b4ee3bf 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.413 2007/10/18 17:39:54 miod Exp $ +# $OpenBSD: files,v 1.414 2007/11/15 21:15:34 damien Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -369,6 +369,7 @@ file dev/ic/rtw.c rtw device ral: ether, ifnet, ifmedia, firmload, wlan file dev/ic/rt2560.c ral file dev/ic/rt2661.c ral +file dev/ic/rt2860.c ral # Texas Instruments ACX 802.11 device acx: ether, ifnet, ifmedia, firmload, wlan |