summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-3/+3
* * Since the API changed along the -CURRENT path (december 2011),adrian2012-04-101-2/+22
* After reviewing the mcast/sleep station code a little, undo some brainadrian2012-04-081-30/+13
* - Do not reinitialize the card if it is already running.stas2012-04-071-2/+3
* Do a dma sync before the descriptors are chained together.adrian2012-04-071-0/+3
* Break out the legacy duration and protection code into routines,adrian2012-04-073-83/+156
* As I thought, this is a bad idea. When forming aggregates, the RTS/CTSadrian2012-04-071-11/+7
* Enforce the RTS aggregation limit if RTS/CTS protection is enabled;adrian2012-04-071-14/+32
* Store away the RTS aggregate limit from the HAL.adrian2012-04-072-0/+8
* Remove duplicate txflags field from ath_buf.adrian2012-04-075-25/+20
* Free ballooned pages with the corresponding malloc type.pluknet2012-04-061-1/+1
* Implement BAR TX.adrian2012-04-042-26/+204
* Track and optionally log the actual sync interrupt cause.adrian2012-04-041-2/+5
* Disable the HWQ contents upon a TX queue reset, rather than a TX queue flush.adrian2012-04-041-0/+4
* Now that I've fixed the BAW TX hangs, disable this verbose debuggingadrian2012-04-041-1/+1
* Save and restore VGA display memory between suspend and resume.jkim2012-04-041-14/+29
* Correctly handle AR_MoreAggr when assembling multi-descriptor final frames.adrian2012-04-045-9/+24
* Do not copy VESA state buffer if the VBE call has failed for any reason.jkim2012-04-041-2/+2
* Remove a useless warning. The mode information is unused for very long timejkim2012-04-041-4/+0
* - Const'ify the device lookup-table.marius2012-04-041-10/+8
* Add a threadid to the ah_decode API.adrian2012-04-042-0/+5
* Refine r233827; as it turns out, controllers with a device ID of 0x0059marius2012-04-041-2/+10
* Disable a specific Merlin hardware workaround which may cause hangs on someadrian2012-04-041-1/+2
* - Do not include machine/atomic.h. It is no longer necessary since r233768.jkim2012-04-042-14/+0
* Fix probing of SAS1068E with a device ID of 0x0059 after r232411.marius2012-04-031-0/+6
* Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canambrisko2012-04-023-11/+10
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0261-272/+257
* Add definitions and structures for USB 2.0 Link Power Management, LPM.hselasky2012-04-023-3/+69
* Change typedef atomic_t to struct mfi_atomic to avoid name spaceambrisko2012-04-021-8/+8
* Remove extra semicolon which rendered condition uselessgonzo2012-04-021-1/+1
* MFhead_mfi r227068ambrisko2012-03-3011-261/+3767
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.ambrisko2011-11-0410-204/+3795
| * Change mpt(4) probe to be an exact match to a PCI device ID. The currentambrisko2011-11-041-1/+1
* | Fix the following compilation warning with clang trunk in isci(4):dim2012-03-301-1/+1
* | Fix a few issues with transmit handling in em(4) and igb(4):jhb2012-03-302-47/+130
* | Reenable unsolicited responses on CODEC if hdaa_sense_init() called again.mav2012-03-301-4/+5
* | Do not report current link status if driver is not running.yongari2012-03-301-0/+4
* | Remove task queue based link state change handler. Driver no longeryongari2012-03-302-59/+39
* | oops, add a missing lock.adrian2012-03-291-1/+4
* | Fix couple of style nits.jkim2012-03-291-2/+2
* | Revert r233662 and generalize the hack. Writing zero to BAR actually doesjkim2012-03-291-41/+6
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-292-17/+36
* | Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-293-1/+37
* | Move tty_opened_ns() into syscons.c which is currently thehselasky2012-03-291-0/+3
* | Fix bug where isci(4) would report only 15 bytes of returned data on ajimharris2012-03-291-0/+4
* | Fix for boot issue: Don't disable BARs on AGP devices. In general:hselasky2012-03-291-0/+21
* | Fix for NULL-pointer panic during boot, if keys are pressed too early.hselasky2012-03-291-10/+11
* | Add software PMC support.fabient2012-03-2815-69/+802
* | Ensure consistent target IDs for direct-attached devices.jimharris2012-03-283-9/+32
* | Add a PNP ID for Japanese 106-key keyboard.jkim2012-03-281-0/+1
OpenPOWER on IntegriCloud