summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-05-31erroneously EINVAL is always reported where the functionDavid Gwynne
2007-05-31if poking the controller fails for whatever reason the drives'David Gwynne
2007-05-31remove the scsi task thread, and replace it with the system workq.David Gwynne
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediaTodd T. Fries
2007-05-29It helps to commit removals from the tree that has the files cvs removedClaudio Jeker
2007-05-29Make stimeout a debug print. It has no value for users to see it.Marco Peereboom
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
2007-05-29Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hiddenClaudio Jeker
2007-05-28Gently nudge up the interrupt coalescing timeout to 128 microseconds. ThisChris Kuethe
2007-05-26fix a copy/paste typo from my previous commit: s/dhf/dhg/gConstantine A. Murenin