aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* dev/agp: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-193-10/+9
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-195-5/+5
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-193-67/+169
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno2016-04-192-8/+30
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-196-128/+240
* [bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd2016-04-196-361/+263
* [bhnd] Add support for specifying the address space used by bhndb childrenAdrian Chadd2016-04-195-92/+254
* Revert r298268 (Add optional chip_select/deselect methods).Ruslan Bukin2016-04-192-33/+0
* Assert CS for single transfers.Ruslan Bukin2016-04-191-30/+11
* Add PCI ID for family 10h model 30h to amdtemp(4).Luiz Otavio O Souza2016-04-191-0/+2
* Add driver for Xilinx AXI Quad SPI device. The device was found inRuslan Bukin2016-04-191-0/+252
* Add optional chip_select/deselect methods. This is requiredRuslan Bukin2016-04-192-0/+33
* hyperv/vmbus: Make device probe/attach synchronous w/ vmbus attach/SYSINITSepherosa Ziehau2016-04-193-5/+49
* hyperv: Remove two assign-only local variablesSepherosa Ziehau2016-04-191-6/+0
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-191-2/+0
* hptmv(4) Fix potential buffer overflow in hpt_set_info.Sean Bruno2016-04-181-4/+11
* Correct possible underflow conditions when checking for available spaceSean Bruno2016-04-184-4/+4
* Pull the MSI/MSI-X handling functions out to help with INTRNG integration.Andrew Turner2016-04-181-7/+62
* [urtwn] default to announcing RX 64K aggregates.Adrian Chadd2016-04-181-0/+1
* undo previous commit - WIP was committed by accident.Adrian Chadd2016-04-171-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-174-5/+26
* [urtwn] set the A-MPDU density to 16.Adrian Chadd2016-04-171-0/+4
* Only compile the FDT bits when we are using FDT.Adrian Chadd2016-04-172-3/+5
* Simplify memory allocation for NS requests.Alexander Motin2016-04-161-33/+28
* Fix rdrand_rng.ko and padlock_rng.ko dependencies, making modulesKonstantin Belousov2016-04-162-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Make mx25l compatible with jedec,spi-nor as wellStanislav Galabov2016-04-151-1/+7
* Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitionsStanislav Galabov2016-04-151-7/+8
* hyperv/hn: Hide ring to channel linkage message under bootverboseSepherosa Ziehau2016-04-151-4/+8
* hyperv: No need to zero out softcSepherosa Ziehau2016-04-152-3/+0
* hyperv/stor: Use xpt_done_direct() upon I/O completionSepherosa Ziehau2016-04-151-1/+2
* hyperv/vmbus: Put multi-channel offer logging under bootverboseSepherosa Ziehau2016-04-151-3/+7
* hyperv/stor: Temporary disable the wrongly done command timeout.Sepherosa Ziehau2016-04-151-0/+6
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-157-101/+72
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbusSepherosa Ziehau2016-04-153-6/+95
* Add fman and dpaa fixups for powerpc fdtJustin Hibbits2016-04-151-3/+62
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameWarner Losh2016-04-141-1/+4
* Extract virtual port address from RQSTYPE_RPT_ID_ACQ.Alexander Motin2016-04-143-14/+24
* Remove watchdog timer stop check.Alexander Motin2016-04-141-13/+4
* reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu2016-04-133-169/+67
* Add hint.ahci.X.quirks tunable for some odd cases.Alexander Motin2016-04-131-0/+2
* Fix compilation error on i386David C Somayajulu2016-04-131-4/+4
* Filter Port Database Changed notifications.Alexander Motin2016-04-132-2/+10
* hyperv: device_get_softc does not return NULLSepherosa Ziehau2016-04-132-14/+0
* Respect NVRAM topology settings on 24xx and above chips.Alexander Motin2016-04-132-21/+37
* [urtwn] use/track the last good RSSI for a given node, rather than no RSSI.Adrian Chadd2016-04-132-13/+32
* Fix build failure on i386. Need to typecast a bunch of variables to (uintmax_t)David C Somayajulu2016-04-131-11/+14
* hyperv/vmbus: Merge duplicated version check for eventsSepherosa Ziehau2016-04-132-26/+7
* 1. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu2016-04-133-67/+166
* Add support for Flash UpdateDavid C Somayajulu2016-04-123-5/+400