Age | Commit message (Expand) | Author |
2007-02-27 | Fix page fault trap in radio init code path and activate radio init in | Marcus Glocker |
2007-02-26 | Finish bcw_radio_default_radio_attenuation(). | Marcus Glocker |
2007-02-26 | As we have the PCI softc data now, replace the fake if's with real ones. | Marcus Glocker |
2007-02-25 | Power on/off cardbus socket at attach/detach time. Makes firmware upload | Marcus Glocker |
2007-02-25 | Calculate number of cores correctly. This is done based on the common | 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_lo_g_state(). | Marcus Glocker |
2007-02-23 | Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg(). | Marcus Glocker |
2007-02-23 | Complement and fix a bunch of things in bcw_radio_select_channel(). | Marcus Glocker |
2007-02-23 | Add missing routine to just allow a number in a given range. Replaces | Marcus Glocker |
2007-02-23 | Add bcw_phy_xmitpower(). | Marcus Glocker |
2007-02-23 | Complement bcw_radio_set_txpower_a(). | Marcus Glocker |
2007-02-23 | Add and activate bcw_radio_init2050 (radio type B). | Marcus Glocker |
2007-02-23 | Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). | 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 | Add bcw_phy_set_baseband_attenuation(). | Marcus Glocker |
2007-02-18 | Comment corrections from Bret Lambert. | Marcus Glocker |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker |
2007-02-18 | Sort routines (phy, radio). | 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-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 |