summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-03-18Comment routine which does the chip access validation.Marcus Glocker
2007-03-18o Add bcw_80211_core_init() according toMarcus Glocker
2007-03-17replace the VMWARE quirk that restricts the bus width to 16 targets withDavid Gwynne
2007-03-16Split the whole chip init stuff in bcw_init() into a new functionMarcus Glocker
2007-03-16Add missing "goto fail;" in an error path of fxp_attach().Claudio Jeker
2007-03-16Cleanup prototypes.Marcus Glocker
2007-03-16Remove a lot of dead code and nonexisting registers. This stuff was mostlyMarcus Glocker
2007-03-16Better (constant) register naming.Marcus Glocker
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio Jeker
2007-03-16First super massive register cleanup run; group/sort registers,Marcus Glocker
2007-03-15Set chip operation mode in the init path. Add first bits to enableMarcus Glocker
2007-03-14Call ifp->if_start() at the end of the rx interrupt handling just in caseClaudio Jeker
2007-03-14In HostAP mode, ieee80211_input() will enqueue packets in if_snd withoutClaudio Jeker
2007-03-12In bcw_init() check for real revision numbers now and fix a wrongMarcus Glocker
2007-03-12Finish chip base initialization.Marcus Glocker
2007-03-12add some HAL functions (again) inspired by the changes from theReyk Floeter
2007-03-12do not use bcopy to set the mac address registers. this diff shouldReyk Floeter
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-08XXX commit a workaround (as found in a few other drivers) for theTheo de Raadt
2007-03-05back out, reyk is not paying attentionTheo de Raadt
2007-03-05Add some HAL functions.Reyk Floeter
2007-03-04Fix another panic in bcw_phy_init() for sparc64. Now firmware loadsMarcus Glocker
2007-03-04Fix bcw_gpio_init(); Before we can write to the GPIO control register,Marcus Glocker
2007-03-04Make bcw_change_core() conform to other functions.Marcus Glocker
2007-03-04Fix panic caused by bcw_leds_switch_all() because reading from wrongMarcus Glocker
2007-03-04Kill a cardbus dependency which breaked kernel compilation e.g. forMarcus Glocker
2007-03-02Fix and enable HW VLAN tagging.Kenneth R Westerback
2007-03-01Set phy / radio softc vars to initial default values.Marcus Glocker
2007-03-01In acx_set_probe_resp_tmplt () ieee80211_beacon_alloc() could fail so check theClaudio Jeker
2007-02-28SBus parallel port driver, from NetBSD but untested (no printer or cables);Miod Vallat
2007-02-28Adjust residual counter for esp wide transfers; from NetBSDMiod Vallat
2007-02-28Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allClaudio Jeker
2007-02-28Fix a ieee80211_node refcount leak -- the node lookup is done inClaudio Jeker
2007-02-27Fix page fault trap in radio init code path and activate radio init inMarcus Glocker
2007-02-26Finish bcw_radio_default_radio_attenuation().Marcus Glocker
2007-02-26As we have the PCI softc data now, replace the fake if's with real ones.Marcus Glocker
2007-02-26We need to save some PCI infos in our softc struct for further decisionsMarcus Glocker
2007-02-25Power on/off cardbus socket at attach/detach time. Makes firmware uploadMarcus Glocker
2007-02-25Calculate number of cores correctly. This is done based on the commonMarcus Glocker
2007-02-25dmesg should look like devN at busN locators: device infoTheo de Raadt
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_lo_g_state().Marcus Glocker
2007-02-23Another two missing htoleX() for big endian support. Still more missingClaudio Jeker
2007-02-23Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg().Marcus Glocker
2007-02-23Complement and fix a bunch of things in bcw_radio_select_channel().Marcus Glocker
2007-02-23Add missing routine to just allow a number in a given range. ReplacesMarcus Glocker
2007-02-23Add bcw_phy_xmitpower().Marcus Glocker
2007-02-23Complement bcw_radio_set_txpower_a().Marcus Glocker
2007-02-23Add and activate bcw_radio_init2050 (radio type B).Marcus Glocker