aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Constify the AES code and propagate to consumers. This allows us toDag-Erling Smørgrav2014-11-103-18/+13
* Enable LRO by default when available on vtnet interfacesBryan Venteicher2014-11-091-7/+6
* Fix random.ko module.Konstantin Belousov2014-11-074-23/+7
* Simplify assembler in ivy.c. Move the copying of the random bits intoKonstantin Belousov2014-11-071-12/+11
* Avoid panic in ofwbus caused by not released resource list entryZbigniew Bodek2014-11-071-1/+7
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-073-5/+2
* After r274205 unbreak NOIP kernels. vsi is now also used outsideBjoern A. Zeeb2014-11-071-1/+1
* Add new USB IDs.Hans Petter Selasky2014-11-072-0/+4
* Add header file missing from last commit.Jack F Vogel2014-11-071-0/+76
* Several minor changes to hopefully complete the VirtIO console driverBryan Venteicher2014-11-071-16/+52
* 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