aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Break out the node cleanup and node free path, in preparation forAdrian Chadd2011-11-081-2/+15
* Preparation for correct 802.11n tx/rx handling.Adrian Chadd2011-11-081-17/+32
* Conditionally compile the PCI latency workaround; I think it'sAdrian Chadd2011-11-081-0/+2
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboPyun YongHyeon2011-11-082-328/+291
* Merge in some fixes from the if_ath_tx branch.Adrian Chadd2011-11-083-33/+125
* Migrate the STAILQ lists to TAILQs.Adrian Chadd2011-11-084-56/+62
* Some cosmetic fixes to ath_rate_sample.Adrian Chadd2011-11-082-8/+14
* Begin merging in some of my 802.11n TX aggregation driver changes.Adrian Chadd2011-11-085-7/+327
* Bring over the 11n aggregation statistics struct from the if_ath_tx branch.Adrian Chadd2011-11-081-0/+10
* Merge in ath rate flags and ath_rc_series from my 11n TX branch.Adrian Chadd2011-11-081-0/+15
* Do not allow changing MTU to be less than the minimum.Pyun YongHyeon2011-11-071-1/+1
* If ti_chipinit() fails in ti_stop(), ignore the error and releasePyun YongHyeon2011-11-071-5/+5
* Show RX buffer allocation failure and do not blindly send alivePyun YongHyeon2011-11-071-5/+21
* Mini ring is not available on Tigon 1 so do not create DMA maps forPyun YongHyeon2011-11-071-0/+5
* Track which ring was updated in RX handler and update only modifiedPyun YongHyeon2011-11-071-5/+12
* o Remove unnecessary controller reinitialization.Pyun YongHyeon2011-11-071-2/+8
* Remove ti_unit member variable in softc.Pyun YongHyeon2011-11-072-7/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-07102-105/+120
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-0752-52/+54
* Fix build breakage for 8-stable and older.Hans Petter Selasky2011-11-061-1/+5
* Add support for new USB modem protocol.Hans Petter Selasky2011-11-061-1/+5
* Freeze the device queue if a request didn't complete without error andMarius Strobl2011-11-061-8/+9
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.Ed Schouten2011-11-061-1/+0
* Implement the sysctl's for fibre channel that are listed in the man page.Matt Jacob2011-11-062-0/+9
* Implement support for modem control lines.Hans Petter Selasky2011-11-051-4/+119
* Implement altq(4) support.Pyun YongHyeon2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetherPyun YongHyeon2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXPyun YongHyeon2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'sPyun YongHyeon2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationPyun YongHyeon2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkPyun YongHyeon2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).Pyun YongHyeon2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.Pyun YongHyeon2011-11-041-1/+1
* style.Pyun YongHyeon2011-11-041-163/+163
* Use ANSI function definations.Pyun YongHyeon2011-11-041-146/+55
* Call the correct chipset power routine when disabling the AR5416 and later NICs.Adrian Chadd2011-11-041-1/+1
* Fix for panic at USB controller attach failure during cold boot.Hans Petter Selasky2011-11-041-0/+5
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-0316-0/+6769
* Sprinkle some const.Marius Strobl2011-11-021-6/+6
* Remove variable initialized but no longer actually used since r226995.Marius Strobl2011-11-021-3/+0
* Disable the TX ready interrupts once we received one, some UART won't clearOlivier Houchard2011-11-021-2/+5
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-012-0/+726
* Increase the IOC port initialization timeouts by ten times to what theMarius Strobl2011-11-011-1/+1
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-013-7/+31
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-0122-1965/+799
* Add information about MD_READONLY and MD_COMPRESS flags to theAndrey V. Elsukov2011-10-311-0/+5
* Add multiple inclusion protection.Marius Strobl2011-10-301-0/+4
* - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-303-113/+149
* Improve USB mass storage quirk auto detection.Hans Petter Selasky2011-10-292-1/+30