summaryrefslogtreecommitdiff
path: root/sys/dev/ic/bcw.c
AgeCommit message (Expand)Author
2007-01-14Introduce register read/write helper routines for radio and phy. StartMarcus Glocker
2007-01-07Spacing, comments.Marcus Glocker
2007-01-07Initialize GPIO.Marcus Glocker
2007-01-06Fix error string for loadfirmware().Marcus Glocker
2007-01-06Make the driver able to read the network byte ordered firmware file.Marcus Glocker
2007-01-05Check that ucode size doesn't get exceeded when parsing for a firmwareMarcus Glocker
2007-01-05If the firmware load routines fail, be sure the ucode gets freed.Marcus Glocker
2007-01-05Report about correct firmware filename if not found.Marcus Glocker
2007-01-05Prototypes spacing.Marcus Glocker
2007-01-05Make the upload of initialization values work again, after implementingMarcus Glocker
2007-01-05First shot of making the driver capable to parse several firmware filesMarcus Glocker
2007-01-03After the firmware has been loaded to the chip, read the exact firmwareMarcus Glocker
2007-01-03Rename bcw_shm_write_4() to bcw_shm_ctl_word(). We need the originalMarcus Glocker
2007-01-03Pretty printing of debug messages.Marcus Glocker
2007-01-03Avoid mixing of u_int* and uint* in the same code. uint* wins.Marcus Glocker
2007-01-03Replace bus_space_read_2() by the BCW_READ16 macro.Marcus Glocker
2007-01-03Replace bus_space_write_2() by the BCW_WRITE16 macro.Marcus Glocker
2007-01-03Replace bus_space_read_4() by the BCW_READ macro.Marcus Glocker
2007-01-03Replace bus_space_write_4() by the BCW_WRITE macro.Marcus Glocker
2007-01-03Spacing, comments.Marcus Glocker
2007-01-03Add first shot of the firmware upload. Tested on i386 and amd64.Marcus Glocker
2007-01-03Uncomment bcw_powercontrol_crystal_off() for now because it leads toMarcus Glocker
2006-12-28spacing.Marcus Glocker
2006-12-28Finish core enumeration, break out core change and reset functions.Marcus Glocker
2006-12-27spacingJonathan Gray
2006-12-27Wrap bus space access in similiar macros to other driversJonathan Gray
2006-12-08From Jon Simola <simola@mecha.com>: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-22style(9): remove variables names from prototypes.Damien Bergamini
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker
2006-11-21From Jon Simola <simola@mecha.com>:Marcus Glocker
2006-11-17KNFMarcus Glocker
2006-11-17This is a very initial import for a driver which supports the IEEE 802.11Marcus Glocker