diff options
| author | 2006-01-09 20:03:28 +0000 | |
|---|---|---|
| committer | 2006-01-09 20:03:28 +0000 | |
| commit | 189ff5415b9aa33a13646edc85e44a8e929f8317 (patch) | |
| tree | b2b624d4bb7ef6f07e3e3eea14f1dbb843458aad /sys/dev/microcode/Makefile | |
| parent | amdpm also exists as a 2nd iic bus on amd8111 machines (diff) | |
| download | wireguard-openbsd-189ff5415b9aa33a13646edc85e44a8e929f8317.tar.xz wireguard-openbsd-189ff5415b9aa33a13646edc85e44a8e929f8317.zip | |
- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
chipsets in ral(4).
- restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c
- import the 8051 microcode files required by these chipsets.
- more to come; there is currently no automatic rate control and some
features are untested (hostap and ibss modes for instance). most of
the pre-802.11n capabilities of the RT2661 chipset are not supported
(like frame aggregation, piggy-back). MIMO should work though the
performance/range gain has not been measured.
Diffstat (limited to 'sys/dev/microcode/Makefile')
| -rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index a1e40f7cbc2..e1da57ad6c1 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.11 2005/04/06 19:51:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2006/01/09 20:03:37 damien Exp $ -SUBDIR= atmel neomagic symbol kue typhoon uyap cirruslogic yds fxp +SUBDIR= atmel neomagic symbol kue typhoon uyap cirruslogic yds fxp ral .include <bsd.subdir.mk> |
