aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* SNDCTL_DSP_GETIPTR: set pointer to sndbuf_getfreeptr()Andriy Gapon2011-05-031-1/+1
* - Fixed a typo in an if() statement when setting flow control for MTUDavid Christensen2011-05-021-1/+1
* Correct spelling in comments.Marius Strobl2011-05-021-2/+2
* Fix an logic bug which caused jumbo buffers to not be synced.Marius Strobl2011-05-021-1/+1
* - Re-committed r220603 which was accidentally backed out by an earlierDavid Christensen2011-05-022-4/+1
* Probe the PHY accompanying BCM57765.Marius Strobl2011-05-022-0/+2
* The ACPI Host-PCI bridge driver actually supports multiple domains viaJohn Baldwin2011-05-021-1/+1
* Correct a typo. According to Intel document 318914, the Tj(max) for Core 2Xin LI2011-05-021-1/+1
* Don't explicitly list pci_write_ivar() for bus_write_ivar, the method isJohn Baldwin2011-05-021-1/+0
* Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an OxfordJohn Baldwin2011-05-021-0/+6
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-023-0/+3
* No need for htole32(), which is an uint8_t.Bernhard Schmidt2011-05-011-2/+2
* Implement BIO_DELETE for vnode devices by simply overwriting the deletedDag-Erling Smørgrav2011-04-291-0/+42
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-1/+1
* Cosmetic changes to fit 80 character screen width.Adrian Chadd2011-04-291-3/+3
* Remove some holdovers from the AR5212 origin of this code.Adrian Chadd2011-04-291-17/+2
* Guard against default ni_chanKevin Lo2011-04-291-5/+6
* Add a #define for driver portability to older OSJack F Vogel2011-04-281-0/+5
* Small change to make backporting to stable/7,Jack F Vogel2011-04-281-1/+1
* Add support for Oxford PCI Express Expresso family devices.John Baldwin2011-04-281-1/+134
* Trim some additional unnecessary <linker_set.h> includes.John Baldwin2011-04-281-1/+0
* Exar driver for X3100 10GbE Server/Storage adaptersGeorge V. Neville-Neil2011-04-2866-0/+107561
* Introduce AR9130 (HOWL) WMAC support to the FreeBSD HAL.Adrian Chadd2011-04-2817-88/+1348
* Only align MSI message groups based on the number of messages beingJohn Baldwin2011-04-271-1/+1
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-271-0/+12
* - Add the possibility to reuse the already last used timeout when pattingAttilio Rao2011-04-271-13/+51
* The maximum NCM frame size must be so that itHans Petter Selasky2011-04-261-1/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* - Add the RX refresh changes from igb to ixgbeJack F Vogel2011-04-252-49/+84
* Wrap the MIMO stuff in #ifdef AH_SUPPORT_AR5416, as the channelAdrian Chadd2011-04-251-0/+4
* Add missing bit in r221015.Attilio Rao2011-04-251-1/+12
* Don't assume that SMI are enabled when attaching ichwd and then doAttilio Rao2011-04-251-0/+1
* Whitespace nitDag-Erling Smørgrav2011-04-251-2/+2
* When msk_detach() is called from msk_attach(), ifp may beGleb Smirnoff2011-04-251-1/+2
* Break out the PLL setup into an overridable method.Adrian Chadd2011-04-243-5/+13
* Use the refactored ar5416WriteTxPowerRateRegisters() call in the ar9285 code.Adrian Chadd2011-04-241-67/+18
* Eliminate code duplication between AR5416/AR9160/AR9280 and AR9285.Adrian Chadd2011-04-242-70/+113
* Fix display of the drm sysctls.Konstantin Belousov2011-04-231-1/+1
* Fix a corner-case of interrupt handling which resulted in potentiallyAdrian Chadd2011-04-232-4/+11
* Fix the merlin LNA configuration code - these are bit flags, not raw values t...Adrian Chadd2011-04-221-2/+4
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* More spelling fixes.Marius Strobl2011-04-222-2/+2
* The second regdomain word is a set of bitflags describingAdrian Chadd2011-04-221-0/+10
* Bring over a pdadc calibration fix from ath9k - unused power detectorAdrian Chadd2011-04-222-1/+3
* Correct spelling.Marius Strobl2011-04-225-19/+19
* - Correct spelling. [1]Marius Strobl2011-04-224-17/+13
* Correct spelling in a comment.Marius Strobl2011-04-221-1/+1
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* Correct spelling in comments.Marius Strobl2011-04-222-3/+3
* Correct spelling in comments.Marius Strobl2011-04-228-12/+12