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
Age
Commit message (
Expand
)
Author
2007-03-18
Comment routine which does the chip access validation.
Marcus Glocker
2007-03-18
o Add bcw_80211_core_init() according to
Marcus Glocker
2007-03-17
replace the VMWARE quirk that restricts the bus width to 16 targets with
David Gwynne
2007-03-16
Split the whole chip init stuff in bcw_init() into a new function
Marcus Glocker
2007-03-16
Add missing "goto fail;" in an error path of fxp_attach().
Claudio Jeker
2007-03-16
Cleanup prototypes.
Marcus Glocker
2007-03-16
Remove a lot of dead code and nonexisting registers. This stuff was mostly
Marcus Glocker
2007-03-16
Better (constant) register naming.
Marcus Glocker
2007-03-16
Split the beacon returned by ieee80211_beacon_alloc() in two parts and
Claudio Jeker
2007-03-16
First super massive register cleanup run; group/sort registers,
Marcus Glocker
2007-03-15
Set chip operation mode in the init path. Add first bits to enable
Marcus Glocker
2007-03-14
Call ifp->if_start() at the end of the rx interrupt handling just in case
Claudio Jeker
2007-03-14
In HostAP mode, ieee80211_input() will enqueue packets in if_snd without
Claudio Jeker
2007-03-12
In bcw_init() check for real revision numbers now and fix a wrong
Marcus Glocker
2007-03-12
Finish chip base initialization.
Marcus Glocker
2007-03-12
add some HAL functions (again) inspired by the changes from the
Reyk Floeter
2007-03-12
do not use bcopy to set the mac address registers. this diff should
Reyk Floeter
2007-03-08
XXX commit a workaround (as found in a few other drivers) for the
Theo de Raadt
2007-03-08
XXX commit a workaround (as found in a few other drivers) for the
Theo de Raadt
2007-03-05
back out, reyk is not paying attention
Theo de Raadt
2007-03-05
Add some HAL functions.
Reyk Floeter
2007-03-04
Fix another panic in bcw_phy_init() for sparc64. Now firmware loads
Marcus Glocker
2007-03-04
Fix bcw_gpio_init(); Before we can write to the GPIO control register,
Marcus Glocker
2007-03-04
Make bcw_change_core() conform to other functions.
Marcus Glocker
2007-03-04
Fix panic caused by bcw_leds_switch_all() because reading from wrong
Marcus Glocker
2007-03-04
Kill a cardbus dependency which breaked kernel compilation e.g. for
Marcus Glocker
2007-03-02
Fix and enable HW VLAN tagging.
Kenneth R Westerback
2007-03-01
Set phy / radio softc vars to initial default values.
Marcus Glocker
2007-03-01
In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check the
Claudio Jeker
2007-02-28
SBus parallel port driver, from NetBSD but untested (no printer or cables);
Miod Vallat
2007-02-28
Adjust residual counter for esp wide transfers; from NetBSD
Miod Vallat
2007-02-28
Another round of makro killing. Kill _ACX_CONF_FUNC() and replace all
Claudio Jeker
2007-02-28
Fix a ieee80211_node refcount leak -- the node lookup is done in
Claudio Jeker
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-26
We need to save some PCI infos in our softc struct for further decisions
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-25
dmesg should look like devN at busN locators: device info
Theo de Raadt
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
Another two missing htoleX() for big endian support. Still more missing
Claudio Jeker
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
[next]