aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Apply TX interrupt moderation to all RTL810xE PCIe Fast EthernetPyun YongHyeon2011-01-241-14/+2
* Add stream scheduling support.Michael Tuexen2011-01-2315-178/+1199
* Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like itNathan Whitehorn2011-01-231-5/+6
* Enable the 11n PHY by default whether or not 11n is configured.Adrian Chadd2011-01-231-4/+10
* Update the AR9280v2 inivals to match what is in Linux ath9k.Adrian Chadd2011-01-231-152/+140
* An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when aLawrence Stewart2011-01-231-4/+21
* Fix typo.Konstantin Belousov2011-01-231-1/+1
* Style(9) fix.Dmitry Chagin2011-01-231-1/+1
* Remove unnecessary checking of variable.Michael Tuexen2011-01-231-12/+2
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONAndrew Thompson2011-01-221-1/+0
* Option USB_HOST_ALIGN declared twice.Dmitry Chagin2011-01-221-1/+0
* Allow USB_HOST_ALIGN to be configured at compile time. This patch isHans Petter Selasky2011-01-222-0/+6
* Fix r217688. We need to call init_param1() before we use msgbufsize,Marcel Moolenaar2011-01-221-1/+3
* Fix backtraces by defining ksym_start & ksym_end if DDB isMarcel Moolenaar2011-01-221-0/+8
* Don't bother to run the flowcontrol code if thereJack F Vogel2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.Jack F Vogel2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks toJack F Vogel2011-01-211-1/+0
* - Move special inode constants to ext2_dinode.h and rename them to matchJohn Baldwin2011-01-212-17/+27
* Restore support for the 'async' and 'sync' mount options lost whenJohn Baldwin2011-01-211-3/+3
* Add kern.msgbufsize default setting to /boot/defaults/loader.conf.Sergey Kandaurov2011-01-211-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-2131-82/+69
* Fix some typos.Adrian Chadd2011-01-211-3/+3
* Add missing getCapability call for AR5416.Adrian Chadd2011-01-211-0/+1
* Modify the v14/v4k eeprom diag interface to return the whole eeprom.Adrian Chadd2011-01-212-4/+4
* ANI changes #1 - split out the ANI polling from the RxMonitor hook.Adrian Chadd2011-01-2117-31/+111
* Some correctness and robustness fixes related to CUBIC's mean RTT estimate:Lawrence Stewart2011-01-211-6/+17
* If there is no WQE available for a packet that needs segmentation, drop itJuli Mallett2011-01-201-1/+6
* Remove some compile-time options from the driver, particularly async IOBDMAJuli Mallett2011-01-204-114/+19
* No need to list an obsolete arm compiler here.Warner Losh2011-01-202-2/+0
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-201-9/+1
* Correct parsing of the grackle and uninorthpci ranges property.Andreas Tobler2011-01-204-4/+10
* Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...Warner Losh2011-01-203-6/+0
* In fact, we don't need any of these __DYNAMIC. it is a.out leftover and comm...Warner Losh2011-01-204-8/+0
* Remove commented out _DYNAMIC sections.Warner Losh2011-01-202-8/+1
* Use simplified ldscripts rather than specific onesWarner Losh2011-01-203-3/+3
* We don't need 2 versions here. One will do since binutils outputs the right ...Warner Losh2011-01-202-324/+0
* Collapse all the octeon ldscripts down into one now that we don't need one ea...Warner Losh2011-01-203-123/+0
* Correct wrong definition of PM timer mask and adjust L1/PM timerPyun YongHyeon2011-01-202-4/+16
* Fix a stack leak in r215345 when skipping over the ACPI menu item forJohn Baldwin2011-01-201-1/+1
* ar9280SetAntennaSwitch() was using the AR5416 chainmasks (3 chains)Adrian Chadd2011-01-201-2/+2
* Correct parsing of the cpcht ranges property.Nathan Whitehorn2011-01-201-2/+3
* Improve comments.Michael Tuexen2011-01-201-5/+5
* Add another ID for the ZTE MF190 Surf StickNick Hibma2011-01-202-0/+2
* Move 'cpu CPU_RMI' to std.xlr, this is common for all XLR cpus.Jayachandran C.2011-01-204-14/+4
* Fix it so we align with new socket API draft forRandall Stewart2011-01-203-25/+21
* Only enable 11n modes if the chipset suports 11n.Adrian Chadd2011-01-201-2/+6
* In tmpfs_readdir(), normalize handling of the directory entries thatKonstantin Belousov2011-01-202-4/+5
* Include the device ids for the AR2427.Adrian Chadd2011-01-202-0/+8
* Push the non-AR5416 related stuff into chipset specific directories.Adrian Chadd2011-01-2016-21/+27
* Re-format XLR configuartion files and remove obsolete options.Jayachandran C.2011-01-203-104/+93