summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13regenStefan Sperling
2015-11-13Add USB device ID found in an RTL8192EU device.Stefan Sperling
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov
2015-11-13Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-13vmm(4) kernel codeMike Larkin
2015-11-12Revert 1.372, reported to cause regressions on some models.Miod Vallat
2015-11-12two newlines in the middle of a func doenst look right.David Gwynne
2015-11-11Kill useless IFQ_POLL().Martin Pieuchot
2015-11-11mark ehci_intr() as IPL_MPSAFE here as wellJonathan Gray
2015-11-10In bge_reset(), after figuring out which register access routines to useMiod Vallat
2015-11-10The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, soMiod Vallat
2015-11-09Run config_found() under splusb.Martin Pieuchot
2015-11-09regenMike Larkin
2015-11-09Allocate a currently unused vendor ID for our vmm's pchb.Mike Larkin
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-11-09rework the code to avoid IF_PREPEND.David Gwynne
2015-11-08Merge NetBSD 1.145:Miod Vallat
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-05explicitly say that we use uio for our crypto operations; ok mikeb@Christian Weisgerber
2015-11-05for mice with wheels, check for W direction at AC Pan input used inJoshua Stein
2015-11-04allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)Stuart Henderson
2015-11-04use if_enqueue() rather than doing a poor inline version of it.David Gwynne
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-11-04replace while (ml_dequeue()) m_freem(); with ml_purge();David Gwynne
2015-11-04use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTYDavid Gwynne
2015-11-04replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.David Gwynne
2015-11-02Delay root hub interrupt processing to the soft-interrupt path in orderMartin Pieuchot
2015-11-02Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.Martin Pieuchot
2015-11-02regenJonathan Gray
2015-11-02add some "Broadwell H" ids and another asmedia xhciJonathan Gray
2015-11-02later variants of these chips can support bigger rx and tx rings. thisDavid Gwynne
2015-11-01Bring in some commits from Rodrigo Vivi in linux to correctJonathan Gray
2015-11-01drm/i915/bdw: enable eDRAM.Jonathan Gray
2015-11-01drm/i915: Fix and clean BDW PCH identificationJonathan Gray
2015-10-30Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFIMark Kettenis
2015-10-29enable keyboard backlight led earlier to avoid raceJoerg Jung
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-29regenJonathan Gray
2015-10-29add some amd family 16h model 30h-3fh, mullins/bolton idsJonathan Gray
2015-10-29fix newlines on an error messageJonathan Gray
2015-10-27Sync chacha_ivsetup to the version in ssh so that we couldMike Belopuhov
2015-10-25refactor to use a taskq and postpone the long running initial sensor probing,Joerg Jung
2015-10-25arp_ifinit() is no longer needed and almost dead.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Wait a short while between setting a USB device's address and reloadingStefan Sperling
2015-10-23Fix uvm_object reference counting. While these reference counts aren't reaalyMark Kettenis