index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
bcwvar.h
Age
Commit message (
Expand
)
Author
2007-03-20
Read the whole SPROM content with a single routine to a own sprom struct.
Marcus Glocker
2007-03-18
o Add bcw_80211_core_init() according to
Marcus Glocker
2007-03-16
First super massive register cleanup run; group/sort registers,
Marcus Glocker
2007-03-12
Finish chip base initialization.
Marcus Glocker
2007-03-04
Kill a cardbus dependency which breaked kernel compilation e.g. for
Marcus Glocker
2007-03-01
Set phy / radio softc vars to initial default values.
Marcus Glocker
2007-02-27
Fix page fault trap in radio init code path and activate radio init in
Marcus Glocker
2007-02-26
We need to save some PCI infos in our softc struct for further decisions
Marcus Glocker
2007-02-24
Get correct chip revision and also get chip package.
Marcus Glocker
2007-02-24
Fix value typos, sync radio vars with phy vars, add radio default
Marcus Glocker
2007-02-23
Add bcw_phy_xmitpower().
Marcus Glocker
2007-02-23
Complement bcw_phy_inita(), add bcw_radio_init2060().
Marcus Glocker
2007-02-22
Add bcw_phy_lo_b_measure().
Marcus Glocker
2007-02-22
Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in the
Marcus Glocker
2007-02-22
Halftime for PHY init code, another ~1000 new lines.
Marcus Glocker
2007-02-20
~1052 lines of new PHY radio initialization code and no end in sight.
Marcus Glocker
2007-02-18
Start to add radio PHY initialization routines.
Marcus Glocker
2007-02-18
Turn radio (version 2050) on.
Marcus Glocker
2007-01-07
Initialize GPIO.
Marcus Glocker
2007-01-05
First shot of making the driver capable to parse several firmware files
Marcus Glocker
2007-01-03
Avoid mixing of u_int* and uint* in the same code. uint* wins.
Marcus Glocker
2007-01-03
Add first shot of the firmware upload. Tested on i386 and amd64.
Marcus Glocker
2006-12-28
Finish core enumeration, break out core change and reset functions.
Marcus Glocker
2006-12-06
From Jon Simola <simola@mecha.com>:
Marcus Glocker
2006-11-29
From Jon Simola <simola@mecha.com>:
Marcus Glocker
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-11-24
From Jon Simola <jsimola@gmail.com>:
Marcus Glocker
2006-11-22
From Jon Simola <jon@mecha.ca>:
Marcus Glocker
2006-11-21
From Jon Simola <simola@mecha.com>:
Marcus Glocker
2006-11-17
Minor cleanup.
Marcus Glocker
2006-11-17
This is a very initial import for a driver which supports the IEEE 802.11
Marcus Glocker