summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-09-15Get IV load working. Simplified IV loading routine (mainly a rewrite).Marcus Glocker
2007-09-15Give hardware physical addresses and add some missingJonathan Gray
2007-09-15most of the remaining bus_dma conversionJonathan Gray
2007-09-15Convert bus_dmamap_sync() calls.Jonathan Gray
2007-09-15Convert bus_dma_load_mbuf() calls and remove unrequired callbackJonathan Gray
2007-09-15suitible -> suitableBrad Smith
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-09-15convert bus_dmamap_unload() callsJonathan Gray
2007-09-15convert bus_dmamap_load() callsJonathan Gray
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-15define BWI_DEBUG to make things easierJonathan Gray
2007-09-14Get firmware load working. Adapt firmware routines that way so we canMarcus Glocker
2007-09-14Use our standard ratesets from ieee80211 instead.Marcus Glocker
2007-09-14Sort prototypes.Marcus Glocker
2007-09-14Another cleanup run.Marcus Glocker
2007-09-13Move all debug lines to DPRINTF. KNF. Fix some tweaks while there.Marcus Glocker
2007-09-13Add if_detach(). Fixes kernel crash when detaching cardbus device.Marcus Glocker
2007-09-13Fix sc_dev tweak. Device attaches with correct name now.Marcus Glocker
2007-09-13Ops, remove temporary debug line.Marcus Glocker
2007-09-13Forgot to set psc->psc_pcitag. Replace all PCI/Cardbus config spaceMarcus Glocker
2007-09-13Enable access to PCI and Cardbus config space from the driver. Lets usMarcus Glocker
2007-09-13define the fc port config page 1.David Gwynne
2007-09-12Spacing run.Marcus Glocker
2007-09-12For now just return directly from the interrupt handler, or my amd64 willMarcus Glocker
2007-09-12Tweak bwi_attach() a little.Jonathan Gray
2007-09-12destatic/deinlineJonathan Gray
2007-09-12always tag fibre channel commands.David Gwynne
2007-09-12Initial port of Sepherosa Ziehau's DragonFlyBSD driverJonathan Gray
2007-09-11KNFGilles Chehade
2007-09-10Fix setting up the multicast filter. Fixes PR 5474.Mark Kettenis
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07take advantage of the new M_ZERO malloc flag.David Gwynne
2007-09-07use M_ZEROReyk Floeter
2007-09-02ctob is gone, use ptoaMartin Reindl
2007-08-31new format firmware load messageTheo de Raadt
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-08-28Unify DPRINTF's and use the device name argument for all outputs.Marcus Glocker
2007-08-27Process all FW command responses, and therefore make them visible in debugMarcus Glocker
2007-08-26Fix XXX comment. There is nothing wrong with the following statement.Marcus Glocker
2007-08-25Remove FW command for WEP, it doesn't work with this FW versionMarcus Glocker
2007-08-25Fix typo in debug line.Marcus Glocker
2007-08-25Fix debug output for some FW commands.Marcus Glocker
2007-08-22fix compilation with KDGBJasper Lievisse Adriaanse
2007-08-09size_t != int: use %lu in format strings and cast variables toRay Lai
2007-08-07Correct value for power state D1.Jonathan Gray
2007-08-06Fix some "that that"s.Tom Cosgrove
2007-08-05Don't use ieee80211_beacon_alloc() in acx_set_probe_resp_tmplt() useClaudio Jeker
2007-08-05Kill one more useless macro. Found while looking for something totalyClaudio Jeker