summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-272-2/+2
* fix a panic resulting from a stray '&'bschmidt2012-11-271-1/+1
* * Fix another culprit of my "committed from the wrong directory" nonsense;adrian2012-11-271-2/+12
* Correct some debugging output.adrian2012-11-271-1/+1
* Fix buildadrian2012-11-271-0/+2
* Improve the TDMA debugging:adrian2012-11-271-2/+123
* Add in specific TDMA logging types.adrian2012-11-271-0/+49
* Fix the TDMA nexttbtt programming for 802.11n chips.adrian2012-11-271-4/+17
* Add a note about the magic values here; don't change them.adrian2012-11-271-0/+5
* When programming the beacon timer configuration, be very explicit aboutadrian2012-11-271-4/+13
* drbr_enqueue() awlays consumes mbuf, no matter did itglebius2012-11-261-27/+13
* Fix uninitialized variable reported by gcc, but not clang.mav2012-11-261-1/+1
* Remove extra sbuf_trim() copy/pasted into r243530.mav2012-11-261-1/+0
* On multiple requests, compact HDA driver verbose output by hiding CODEC'smav2012-11-251-114/+325
* Add a comment which covers what's going on with the 64 bit TSF write.adrian2012-11-241-0/+12
* Style fixesgonzo2012-11-231-4/+3
* Remove "clone manager: " message from verbose dmesg. It is pointless tomav2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verbosemav2012-11-231-1/+1
* Remove no longer needed quirk.hselasky2012-11-232-2/+0
* Use a 64 bit TSF write to update the TSF adjust, rather than a 32 bitadrian2012-11-231-1/+5
* Fix up the nexttbtt -> TSF delta calculation to not wrap ridiculouslyadrian2012-11-231-1/+15
* Add the HAL wrapper for settsf64.adrian2012-11-231-0/+2
* Implement a HAL method to set a 64 bit TSF value.adrian2012-11-234-0/+18
* Use MIPS_PHYS_TO_DIRECT_UNCACHED rather than a homegrown version which is notjmallett2012-11-231-3/+3
* Look for MAC address in FDT tree nodes that are usb network devices andgonzo2012-11-231-1/+70
* acpi_cpu: use fixed resource ids for cx state i/o resourcesavg2012-11-221-11/+11
* Use %u for unsigned serial numberemaste2012-11-221-1/+1
* Fix uplcom clear stall logic for PL2303HX.hselasky2012-11-211-8/+15
* Print correct unit number when attaching preloaded memory disks.jh2012-11-211-6/+7
* Disallow attaching preloaded memory disks via ioctl.jh2012-11-211-23/+6
* - Don't pass geom and provider names as format strings.jh2012-11-201-2/+2
* Don't allocate or program a key for the AR5210.adrian2012-11-191-0/+17
* Disable WEP hardware encryption on the AR5210, in order to allow otheradrian2012-11-195-9/+28
* Remove this include, it isn't needed.adrian2012-11-181-2/+0
* Summarize information about connected analog pins and EDID-like data receivedmav2012-11-171-8/+154
* Correctly populate the RTS field.adrian2012-11-171-1/+2
* * Remove ah_desc.h, it's not neededadrian2012-11-171-2/+2
* .. include ah_desc.h here now.adrian2012-11-172-0/+2
* Remove the ah_desc.h reference; it's not needed.adrian2012-11-171-1/+0
* I'm not sure why ah_desc.h was required here, but it doesn't _need_adrian2012-11-161-2/+1
* * Remove a duplicate TX ALQ post routine!adrian2012-11-161-43/+11
* ALQ logging enhancements:adrian2012-11-164-2/+68
* ath(4) ALQ logging improvements.adrian2012-11-162-10/+43
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.mav2012-11-164-10/+121
* cxgbe/tom: Plug mbuf leak.np2012-11-161-1/+3
* Remove unneeded header from agp: opt_bus.headler2012-11-1511-21/+0
* Add deviceid to the disk output on boot to help debugging.eadler2012-11-151-2/+2
* Make sure the final descriptor in an aggregate has rate control information.adrian2012-11-151-0/+25
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itdim2012-11-141-1/+1
* Add support for CIR1000 - Cirrus Logic V34 to the uart drivereadler2012-11-131-0/+1
OpenPOWER on IntegriCloud