aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ntb: Do not attempt to set write-combining on MWsConrad Meyer2015-10-291-0/+4
* ioatcontrol(8): Add and document "raw" testing modeConrad Meyer2015-10-292-2/+48
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-282-4/+5
* Improve/fix loop scanning routine.Alexander Motin2015-10-284-64/+195
* ioat: Define DMACAPABILITY bitsConrad Meyer2015-10-285-2/+37
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-334/+327
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-169/+157
* Reimplement next port handle generation.Alexander Motin2015-10-272-60/+43
* urtwn(4): fix scanning from AUTH stateAndriy Voskoboinyk2015-10-271-30/+47
* Fix error code that looks like wrong.Alexander Motin2015-10-271-1/+1
* otus(4) - monitor mode fixes, large-mbuf crash fixAdrian Chadd2015-10-271-47/+61
* urtwn(4): do not filter out control frames in the RX pathAndriy Voskoboinyk2015-10-261-5/+8
* ioat: Add support for Block Fill operationsConrad Meyer2015-10-264-4/+85
* ioat: Dedupe operation enqueue logicConrad Meyer2015-10-262-51/+86
* Reimplement enable and implement disable of virtual ports.Alexander Motin2015-10-263-72/+167
* x86/dma_bounce: revert r289834 and r289836Roger Pau Monné2015-10-261-7/+5
* ioat: Add %b format string for CHANERR codesConrad Meyer2015-10-262-2/+11
* ioat: Allocate memory for ring resize sanelyConrad Meyer2015-10-263-119/+323
* ioat: Expose more softc members in sysctlsConrad Meyer2015-10-262-5/+17
* ioat: Introduce KTR probesConrad Meyer2015-10-262-7/+8
* Improve style in mge driverZbigniew Bodek2015-10-251-19/+30
* Change improper locking assertion in mgeZbigniew Bodek2015-10-251-4/+2
* Introduce e6000sw etherswitch supportZbigniew Bodek2015-10-252-0/+1161
* Add etherswitch support to mgeZbigniew Bodek2015-10-252-64/+315
* Deliver INOTs only to enabled virtual ports.Alexander Motin2015-10-251-0/+2
* Rework r289933 using already existing macro.Alexander Motin2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.Alexander Motin2015-10-252-40/+34
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-251-6/+8
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-252-598/+563
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-252-14/+17
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-254-51/+29
* ioat: Actually bring the hardware back online after resetConrad Meyer2015-10-242-13/+65
* ioat: Use bus_alloc_resource_any(9)Conrad Meyer2015-10-241-2/+2
* ioat: Extract halted error-debugging to a functionConrad Meyer2015-10-241-8/+17
* ioat: Always re-arm interrupts in process_eventsConrad Meyer2015-10-241-4/+3
* ioat: Add sysctl to force hw resetConrad Meyer2015-10-241-16/+47
* ioat: refcnt users so we can drain them at detachConrad Meyer2015-10-244-11/+115
* ioat: When queueing operations, assert the submit lockConrad Meyer2015-10-241-0/+2
* ioat: Don't use sleeping allocation in lock pathConrad Meyer2015-10-241-11/+22
* ioat: Pull out timer callout delay into a constantConrad Meyer2015-10-241-7/+10
* urtwn(4): fix mbuf leak in the TX pathAndriy Voskoboinyk2015-10-241-13/+12
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-242-4/+4
* - Plugging a memory leak when malloc() failed during initialisation;Tai-hwa Liang2015-10-241-4/+8
* Add new field to Abort IOCB.Alexander Motin2015-10-242-1/+4
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-244-42/+122
* Remove ISP_INTERNAL_TARGET code.Alexander Motin2015-10-242-898/+0
* Decode few more response info codes.Alexander Motin2015-10-241-13/+21
* Minor additions to Status Type 0 IOCB.Alexander Motin2015-10-232-6/+7
* Missed addition for r289812.Alexander Motin2015-10-231-1/+1
* Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-10-234-2/+20