summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-22The "CRITICAL" APM battery level, that is exported/faked by the ACPIReyk Floeter
2015-11-22fix uninitialised variable use in nep_rx_proc()Jonathan Gray
2015-11-21The drm irq stuff isn't actually used on OpenBSD. Using the PCI deviceMark Kettenis
2015-11-21Make this work with 64-bit memory BARs such as those found on the newMark Kettenis
2015-11-20Add pledge "disklabel", which allows sysctl kern.rawpartition, aTheo de Raadt
2015-11-20Missed in previous, pointed by benoit@Martin Pieuchot
2015-11-20Revert all the changes to run the tx completion path wihtout holding theMartin Pieuchot
2015-11-20Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-19get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof.David Gwynne
2015-11-17Clear if_timer when shutting down the interface so the watchdog timerJonathan Matthew
2015-11-17shuffle transmit to avoid IFQ_POLL.David Gwynne
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-15virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...Theo de Raadt
2015-11-15Declare macros for antenna flags. Lifted from Linux iwlwifi.Stefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14Add missing header found while removing <sys/srp.h> from <sys/param.h>Martin Pieuchot
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-13vmm is i386 only for nowTheo de Raadt
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