summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o Retrive the part number (CP2103 etc) from the hardware on attach.gavin2013-05-171-12/+56
* Add new capability types encodings from HyperTransport I/O Linkkib2013-05-171-0/+4
* Add some more debugging printf()s to complain if the ath_buf tx queueadrian2013-05-171-0/+23
* When reporting the user readable size, round up. Several SD cards notimp2013-05-161-3/+5
* Tidy up the debugging - don't bother printing out TID pointers; nowadrian2013-05-161-23/+24
* Limit the number of software queued frames when doing non-aggregation.adrian2013-05-161-2/+6
* Dump out the holding buffer descriptor contents and addresses stopping DMA.adrian2013-05-161-2/+12
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-162-0/+3
* Implement my first cut at "correct" node power-save andadrian2013-05-157-72/+504
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 fordavidcs2013-05-1517-0/+11480
* Add ALQ beacon debugging.adrian2013-05-133-0/+28
* Support sending ATH_ALQ messages with no payload.adrian2013-05-131-3/+5
* Remove a bogus re-assignment.jkim2013-05-131-2/+0
* Deal correctly with 40G ports that don't have any transceiver pluggednp2013-05-131-0/+7
* Improve the debugging output - use the MAC address rather than variousadrian2013-05-132-37/+112
* Since the node state is 100% back under the TX lock, just kill the useadrian2013-05-132-17/+10
* Oops, commit the other half of r250606.adrian2013-05-132-27/+135
* This lock only protects the rate control state for now, mention this.adrian2013-05-131-1/+1
* Begin tidying up the reassociation and node sleep/wakeup paths.adrian2013-05-131-22/+37
* Fix several typoseadler2013-05-124-5/+5
* Fxi a bunch of typos.eadler2013-05-1011-15/+15
* Make sure the holding descriptor and link pointer are both freed duringadrian2013-05-102-2/+30
* another minor bugfix in the memory allocator, this time in the free routine.luigi2013-05-101-1/+1
* Revision 233677 broke certain machines. Specifically, if the firmware/BIOSjhb2013-05-091-2/+29
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueluigi2013-05-094-5/+27
* simplify the code to initialize the RDT while in netmap mode.luigi2013-05-092-20/+9
* Update the holding buffer locking for EDMA.adrian2013-05-091-3/+3
* Fix the holding descriptor logic to actually be "right" (for valuesadrian2013-05-082-8/+55
* Bring in a basic ethernet switch driver for the IP17x series ofadrian2013-05-0811-0/+1650
* Fix the ukswitch code to work with the new vlan changes:adrian2013-05-081-9/+9
* Correctly mark the CPU port.adrian2013-05-081-0/+1
* Add the ability to change the vlan operation mode.adrian2013-05-083-1/+71
* No need to set if_mtu since it automatically updated by ether_ifattach().davidcs2013-05-081-2/+2
* A driver for Intel Rapid Start Technology ACPI device.takawata2013-05-081-0/+133
* This shouldn't have made it into this commit, sorry.adrian2013-05-081-6/+0
* Revert a previous commit - this is causing hardware errors.adrian2013-05-082-14/+19
* Implement STBC receive frame statistics.adrian2013-05-086-2/+17
* 1. Updated Copyright Informationdavidcs2013-05-0716-55/+631
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-074-17/+94
* Simplify this bit of code!adrian2013-05-071-4/+1
* Fixing a clang warning about using uninitialized variable.hiren2013-05-061-1/+1
* Move initialization of CESA decoding windows from common sectiongber2013-05-062-4/+71
* Some fixes to snd_envy24ht(4) driver:mav2013-05-052-32/+13
* The holding buffer logic needs to be used for _all_ transmission, notadrian2013-05-041-13/+14
* cxgbe: Switch to a better way to install firmware.np2013-05-031-1/+1
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.np2013-05-033-25/+28
* Fix compile warning.hselasky2013-05-031-1/+2
* - Add more defines to limit USB memory usage and number of allocationshselasky2013-05-0311-35/+99
* Fix uninitialized warning in mpssmh2013-05-031-0/+2
* Always put space before the comma before ##__VA_ARGS__ due to subtle compilerhselasky2013-05-031-1/+1
OpenPOWER on IntegriCloud