Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Give hardware physical addresses and add some missing | Jonathan Gray | |
bus_dmamap_create() calls. | |||
2007-09-15 | most of the remaining bus_dma conversion | Jonathan Gray | |
2007-09-15 | Convert bus_dmamap_sync() calls. | Jonathan Gray | |
2007-09-15 | Convert bus_dma_load_mbuf() calls and remove unrequired callback | Jonathan Gray | |
code previously used. | |||
2007-09-15 | suitible -> suitable | Brad Smith | |
ok mglocker@ dlg@ | |||
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl | |
help and ok miod@ thib@ | |||
2007-09-15 | convert bus_dmamap_unload() calls | Jonathan Gray | |
remove bus_dma_tag_destroy() calls as we don't use/require them. | |||
2007-09-15 | convert bus_dmamap_load() calls | Jonathan Gray | |
2007-09-15 | Properly fill in some of the pci information the driver uses internally. | Jonathan Gray | |
2007-09-15 | define BWI_DEBUG to make things easier | Jonathan Gray | |
2007-09-14 | Get firmware load working. Adapt firmware routines that way so we can | Marcus Glocker | |
use our one file firmware. | |||
2007-09-14 | Use our standard ratesets from ieee80211 instead. | Marcus Glocker | |
2007-09-14 | Sort prototypes. | Marcus Glocker | |
2007-09-14 | Another cleanup run. | Marcus Glocker | |
2007-09-13 | Move all debug lines to DPRINTF. KNF. Fix some tweaks while there. | Marcus Glocker | |
2007-09-13 | Add if_detach(). Fixes kernel crash when detaching cardbus device. | Marcus Glocker | |
2007-09-13 | Fix sc_dev tweak. Device attaches with correct name now. | Marcus Glocker | |
2007-09-13 | Ops, remove temporary debug line. | Marcus Glocker | |
2007-09-13 | Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config space | Marcus Glocker | |
functions with our new one. Attachment seems to work now mainly. | |||
2007-09-13 | Enable access to PCI and Cardbus config space from the driver. Lets us | Marcus Glocker | |
power on the device. | |||
2007-09-13 | define the fc port config page 1. | David Gwynne | |
2007-09-12 | Spacing run. | Marcus Glocker | |
2007-09-12 | For now just return directly from the interrupt handler, or my amd64 will | Marcus Glocker | |
crash badly. | |||
2007-09-12 | Tweak bwi_attach() a little. | Jonathan Gray | |
2007-09-12 | destatic/deinline | Jonathan Gray | |
2007-09-12 | always tag fibre channel commands. | David Gwynne | |
ok marco@ | |||
2007-09-12 | Initial port of Sepherosa Ziehau's DragonFlyBSD driver | Jonathan Gray | |
for Broadcom AirForce wireless devices. Not yet functional, things like DMA and firmware handling haven't been converted yet. ok mglocker@ | |||
2007-09-11 | KNF | Gilles Chehade | |
prompted and "much better" by marco@, ok pyr@ | |||
2007-09-10 | Fix setting up the multicast filter. Fixes PR 5474. | Mark Kettenis | |
"looks right" deraadt@ | |||
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini | |
remove <malloc.h> from files where malloc is not used. | |||
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback | |
2007-09-07 | take advantage of the new M_ZERO malloc flag. | David Gwynne | |
2007-09-07 | use M_ZERO | Reyk Floeter | |
2007-09-02 | ctob is gone, use ptoa | Martin Reindl | |
tested by ckuethe | |||
2007-08-31 | new format firmware load message | Theo de Raadt | |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt | |
2007-08-28 | Unify DPRINTF's and use the device name argument for all outputs. | Marcus Glocker | |
OK claudio@ | |||
2007-08-27 | Process all FW command responses, and therefore make them visible in debug | Marcus Glocker | |
mode. Make a note that processing of command-done interrupts doesn't work yet. OK claudio@ | |||
2007-08-26 | Fix XXX comment. There is nothing wrong with the following statement. | Marcus Glocker | |
2007-08-25 | Remove FW command for WEP, it doesn't work with this FW version | Marcus Glocker | |
(not supported). We always did software WEP. Spotted by Mikore dot Li at sun dot com. OK claudio@ | |||
2007-08-25 | Fix typo in debug line. | Marcus Glocker | |
2007-08-25 | Fix debug output for some FW commands. | Marcus Glocker | |
2007-08-22 | fix compilation with KDGB | Jasper Lievisse Adriaanse | |
from Nicholas Marriott ok deraadt@ | |||
2007-08-09 | size_t != int: use %lu in format strings and cast variables to | Ray Lai | |
u_long. OK millert and kettenis. | |||
2007-08-07 | Correct value for power state D1. | Jonathan Gray | |
While this duplicates the values specified in the PCI headers and is currently unused, correcting this arguably makes more sense than breaking diffability with FreeBSD. Invalid value pointed out by Maxim Bourmistrov <maxim@unixconn.com> API change discussed with deraadt@ | |||
2007-08-06 | Fix some "that that"s. | Tom Cosgrove | |
ok miod@ jmc@ | |||
2007-08-05 | Don't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() use | Claudio Jeker | |
ieee80211_get_probe_resp() and code from ieee80211_mgmt_output() to build a proper probe response. Found the hard way -- buffer overflow because of oversized beacons -- by mglocker@ and myself. OK mglocker@ damien@ | |||
2007-08-05 | Kill one more useless macro. Found while looking for something totaly | Claudio Jeker | |
different. OK mglocker@ | |||
2007-08-05 | Add support for the (non-pci) NCR 53c720/770 in big-endian mode. | Mark Kettenis | |
ok martin@, krw@, deraadt@ |