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