summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2007-08-05Add support for the (non-pci) NCR 53c720/770 in big-endian mode.Mark Kettenis
2007-08-04Since ahc_controller_info()'s definition is inside #ifndef DEBUG, putKenneth R Westerback
2007-07-27Add ids for two Conexant codecs; not sure they're officialIan Darwin
2007-07-18unbreak build.Damien Bergamini
2007-07-18convert code under #if 0 to the new ieee80211_key structure.Damien Bergamini
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-09don't always spew massive debug messages just because AUDIO_DEBUG isJacob Meuser
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2007-07-04bye byeHenning Brauer
2007-06-26Implement bit swap for a byte in O(log(N)) rather than O(N), promptedTom Cosgrove
2007-06-25support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-22ansify/de-registerJasper Lievisse Adriaanse
2007-06-20Better recovery when osiop goes nuts and spitsMiod Vallat
2007-06-17We can not consider the first sti region as always mapped, since on pciMiod Vallat
2007-06-17Make sure to pass valid extended initialization structure pointers inMiod Vallat
2007-06-16constifyDamien Bergamini
2007-06-12add M_CANFAIL to malloc() flags, requested byThordur I. Bjornsson
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-06-06add another revision "RTL8168 3"; from NetBSD via BradPeter Valchev
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-06-06- Recognize the 8110SCe 8169 revision in re(4)Peter Valchev