aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18Jack F Vogel2014-11-068-593/+1069
* A dma tag alignment should be 1 (not 0) when a device can dma at any address.Ian Lepore2014-11-061-1/+1
* A dma tag alignment should be 1 (not 0) when a device can dma at any address.Ian Lepore2014-11-061-1/+1
* vt(4): Support syscons' SC_HISTORY_SIZE to configure history sizeJean-Sébastien Pédron2014-11-041-1/+6
* Partially fix indentation issues to improve readability helping cooperation withBaptiste Daroussin2014-11-041-37/+40
* When reseeding the DPRNG, we're supposed to hash the current key andDag-Erling Smørgrav2014-11-041-10/+20
* Revert agp_intel.c part of the r274040 for now. There is a confusionKonstantin Belousov2014-11-041-0/+95
* Create the tty device after the port is completely initializedBryan Venteicher2014-11-031-4/+4
* Add support for the multiport feature and fix hot plug racesBryan Venteicher2014-11-031-350/+485
* drm: When reading connector mode tunables, list connectorsJean-Sébastien Pédron2014-11-031-0/+3
* agp_intel.c provides support for AGP on Intel chipsets from 440/BX toKonstantin Belousov2014-11-031-95/+0
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littleEdward Tomasz Napierala2014-11-033-9/+9
* Remove check for obsolete FreeBSD versionsBaptiste Daroussin2014-11-0316-89/+1
* s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes.Edward Tomasz Napierala2014-11-031-3/+3
* drm: Take vt(4) default mode from loader tunablesJean-Sébastien Pédron2014-11-032-182/+65
* Reduce boot verbosity.Hans Petter Selasky2014-11-031-2/+2
* Don't assert random_adaptors_lock in random_adaptor_read_rate().Xin LI2014-11-031-4/+0
* - Make sure random_adaptor accesses happen only whenXin LI2014-11-021-22/+39
* vt(4): Fix keyboard allocation when kbdmux(4) isn't usedJean-Sébastien Pédron2014-11-021-1/+1
* Use default memory type for TTM buffer objects that may be cached.Tijl Coosemans2014-11-021-2/+1
* - agp_generic_unbind_memory: flush AGP TLB before unwiring pagesTijl Coosemans2014-11-021-2/+5
* In agp_amd_bind_page don't flush the AGP TLB. It's done by the callingTijl Coosemans2014-11-021-3/+0
* In agp(4) avoid the need to flush all cpu caches with wbinvd betweenTijl Coosemans2014-11-027-65/+40
* drm: Lower priority of two messages related to invalid EDIDJean-Sébastien Pédron2014-11-022-3/+3
* Restore the auto-reseed logic, but move it to a much later point,Dag-Erling Smørgrav2014-11-022-26/+5
* Fix up module unload for syscall_module_handler consumers.Mateusz Guzik2014-11-011-1/+2
* vt(4): Adjust the cursor position after changing the window sizeJean-Sébastien Pédron2014-11-012-0/+13
* Fix the build of non-FDT systems by moving the gpiobusvar.h header outsideLuiz Otavio O Souza2014-11-011-5/+3
* Fix the gpiobus locking by using a more sane model where it isn't necessaryLuiz Otavio O Souza2014-10-315-61/+44
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-3026-1382/+2309
* Avoid possible overflow in agp_generic_alloc_memory.Tijl Coosemans2014-10-301-1/+1
* Port the TTM AGP backend to the FreeBSD agp driver and enable AGP supportTijl Coosemans2014-10-307-60/+55
* Add two new functions to the AGP driver KPI to bind/unbind arbitrary setsTijl Coosemans2014-10-302-0/+86
* make this compile on arm... bus_size_t is not size_t, and it hasJohn-Mark Gurney2014-10-291-2/+2
* Always request a completion for every work request for iWARP. TheNavdeep Parhar2014-10-281-1/+1
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-283-25/+28
* Drop __DECONST as well as few fixes of style(9).Marcelo Araujo2014-10-281-8/+15
* iwcm_event status needs to be populated for close_complete_upcallNavdeep Parhar2014-10-271-6/+7
* Some cxgbe/iw_cxgbe fixes:Navdeep Parhar2014-10-271-4/+5
* Add a method to iicbus to request IIC_M_NOSTOP behaviour for multibyteKonstantin Belousov2014-10-272-4/+10
* Set the caching mode for the usermode mapping of the HPET registersKonstantin Belousov2014-10-251-0/+1
* cxgbe(4): bump up PF4's share of some global resources.Navdeep Parhar2014-10-252-9/+33
* Add a sysctl to control the HPET allow_write behaviour.Rui Paulo2014-10-241-0/+5
* HPET: avoid handling the multiple file-descriptor case.Rui Paulo2014-10-241-23/+6
* HPET: create /dev/hpetN as a way to access HPET from userland.Rui Paulo2014-10-241-0/+80
* Add D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.Kevin Lo2014-10-242-0/+4
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treeXin LI2014-10-244-5/+5
* Fix a leaked Storage Variable.Marcelo Araujo2014-10-241-6/+11
* Move the duplicated code to a single function.Luiz Otavio O Souza2014-10-233-48/+38
* Provide a working GPIOBUS_IVAR() macro for FDT systems.Luiz Otavio O Souza2014-10-231-0/+5