summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bcwvar.h
AgeCommit message (Expand)Author
2007-03-20Read the whole SPROM content with a single routine to a own sprom struct.Marcus Glocker
2007-03-18o Add bcw_80211_core_init() according toMarcus Glocker
2007-03-16First super massive register cleanup run; group/sort registers,Marcus Glocker
2007-03-12Finish chip base initialization.Marcus Glocker
2007-03-04Kill a cardbus dependency which breaked kernel compilation e.g. forMarcus Glocker
2007-03-01Set phy / radio softc vars to initial default values.Marcus Glocker
2007-02-27Fix page fault trap in radio init code path and activate radio init inMarcus Glocker
2007-02-26We need to save some PCI infos in our softc struct for further decisionsMarcus Glocker
2007-02-24Get correct chip revision and also get chip package.Marcus Glocker
2007-02-24Fix value typos, sync radio vars with phy vars, add radio defaultMarcus Glocker
2007-02-23Add bcw_phy_xmitpower().Marcus Glocker
2007-02-23Complement bcw_phy_inita(), add bcw_radio_init2060().Marcus Glocker
2007-02-22Add bcw_phy_lo_b_measure().Marcus Glocker
2007-02-22Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in theMarcus Glocker
2007-02-22Halftime 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-18Start to add radio PHY initialization routines.Marcus Glocker
2007-02-18Turn radio (version 2050) on.Marcus Glocker
2007-01-07Initialize GPIO.Marcus Glocker
2007-01-05First shot of making the driver capable to parse several firmware filesMarcus Glocker
2007-01-03Avoid mixing of u_int* and uint* in the same code. uint* wins.Marcus Glocker
2007-01-03Add first shot of the firmware upload. Tested on i386 and amd64.Marcus Glocker
2006-12-28Finish core enumeration, break out core change and reset functions.Marcus Glocker
2006-12-06From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-29From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-24From Jon Simola <jsimola@gmail.com>:Marcus Glocker
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker
2006-11-21From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-17Minor cleanup.Marcus Glocker
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker