aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix scrollback.Aleksandr Rybalko2014-05-082-5/+7
* No need to assign fields required and checked on probe.Aleksandr Rybalko2014-05-081-7/+0
* Add casts to have it compile on amd64 without complaining aboutAdrian Chadd2014-05-071-6/+9
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASDoug Ambrisko2014-05-076-0/+9409
* Fix possible divide by zero.Aleksandr Rybalko2014-05-071-10/+18
* There's no need to be this paranoid - ni is deferenced before thisAdrian Chadd2014-05-071-1/+1
* Hold the SIM lock when calling xpt_create_path() and xpt_action() inKenneth D. Merry2014-05-071-0/+6
* Remove some debugging code.Kenneth D. Merry2014-05-071-2/+0
* Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.Kenneth D. Merry2014-05-061-1/+1
* Implement KDMKTONE ioctl.Aleksandr Rybalko2014-05-061-2/+10
* Reduce the number of interrupts in USB host mode for the DWC OTGHans Petter Selasky2014-05-061-83/+145
* Fix a problem with async notifications in the mpr(4) driver.Kenneth D. Merry2014-05-061-0/+66
* Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu2014-05-0622-176/+22
* Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd2014-05-063-17/+122
* Switch vga drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-051-4/+18
* Revert r264997 and r265026. It is not required anymore.Aleksandr Rybalko2014-05-051-15/+0
* Add vt(4) driver name for ofwfb driver.Aleksandr Rybalko2014-05-051-0/+1
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-054-37/+157
* Set of updates to vt(4) core part.Aleksandr Rybalko2014-05-051-12/+117
* Create dataset for vt(4) drivers.Aleksandr Rybalko2014-05-051-0/+3
* Define a new method for probing vt(4) driver before attach it at early stage.Aleksandr Rybalko2014-05-051-0/+3
* Adjust #if statements inside mprsas_send_smpcmd() to more accuratelyKenneth D. Merry2014-05-051-5/+6
* Fill in csum_data only for UDP or TCP packets. This fixes a bug whereMichael Tuexen2014-05-051-19/+29
* Wake up the hardware before calling ath_mode_init() in the ioctl() path.Adrian Chadd2014-05-051-0/+2
* Improve DWC OTG USB host side support for isochronous FULL and HIGHHans Petter Selasky2014-05-053-261/+768
* Break out the multicast programming into its own hardware specificAdrian Chadd2014-05-051-6/+30
* Quieten the RX/TX descriptor and FIFO setup debugging.Adrian Chadd2014-05-052-14/+21
* Add Atheros AR1111 support to the HAL.Adrian Chadd2014-05-051-0/+1
* Move gpiobus routines to dev/gpio. Avoid polluting ofw_bus with busLuiz Otavio O Souza2014-05-046-42/+49
* Really sort out the headers.Luiz Otavio O Souza2014-05-033-8/+3
* drm/radeon: Add 32bit ioctls supportJean-Sébastien Pédron2014-05-032-240/+147
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-0225-0/+25568
* lindev(4): remove the deviceEitan Adler2014-05-023-210/+0
* Honor the max-frequency property if it appears in the fdt data.Ian Lepore2014-05-021-5/+11
* Add tracking for self-generated frames when the VAP is in sleep state.Adrian Chadd2014-05-023-11/+112
* Remove unnecessary headers. Sort out the headers. Add a missing header onLuiz Otavio O Souza2014-05-012-15/+6
* Make uninteresting PCI devices with no attached drivers only print outSteven Hartland2014-04-301-92/+100
* null.c: uio is unusedEitan Adler2014-04-301-1/+1
* null.c: fix orderingEitan Adler2014-04-301-8/+9
* Add a /dev/full device.Eitan Adler2014-04-301-1/+24
* * Modify the beacon interval in debugging to be ni_intval, not 102400Adrian Chadd2014-04-301-13/+17
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-3012-73/+787
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-304-12/+27
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-292-4/+4
* Fix two cases of recursive acquisitions of the vm object lock, onlyKonstantin Belousov2014-04-291-1/+1
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-284-0/+602
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsAdrian Chadd2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromAdrian Chadd2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!Adrian Chadd2014-04-271-2/+2