summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-08-15For some reason the RTL8211E PHY on the Banana Pi responds to both address 0Mark Kettenis
2016-08-15Remove IWM_CMD_SYNC, which expands to zero while all the otherStefan Sperling
2016-08-14u_quad_t -> uint64_tDavid Gwynne
2016-08-14change some types in bio from u_quad_t to uint64_t, and fix casts inDavid Gwynne
2016-08-14replace u_quad_t with uint64_t.David Gwynne
2016-08-13Add the core of the code for dwge(4), a driver for the Synopsis DesignwareMark Kettenis
2016-08-13Add a minimal regulator "framework".Mark Kettenis
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-08-09Check xs->status for SCSI_CHECK even in underrun situations.Kenneth R Westerback
2016-08-08Fixup incorrect format specification bugs spotted by jsg@Mike Belopuhov
2016-08-07Make iwm(4) automagically recover from fatal firmware errors by leaving theStefan Sperling
2016-08-07add $OpenBSD$ tagsJonathan Matthew
2016-08-06Add a generic pinctrl "framework".Mark Kettenis
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Switch pending event clearing to an atomic swap operationMike Belopuhov
2016-08-05Fixup incorrect EAGAIN handlingMike Belopuhov
2016-08-05Read events array offset must be calculated in bytesMike Belopuhov
2016-08-05Remove incorrect optimization: ring data portion size is not power of 2Mike Belopuhov
2016-08-05Trigger link state update only on media status updatesMike Belopuhov
2016-08-05Fixup the condition that prevented heartbeat & co. from attachingMike Belopuhov
2016-08-03add a minimal TPM 1.2 driver just to issue a "save state" commandJoshua Stein
2016-08-03Use atomic operations to manipulate event masking bitsMike Belopuhov
2016-08-03Remove the periodic timer and do rescheduling during Rx completionMike Belopuhov
2016-08-03Use an atomic operation to clear pending event bitsMike Belopuhov
2016-08-03Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() toKenneth R Westerback
2016-08-01Don't forget to destroy the taskqueue on interrupt disestablishMike Belopuhov
2016-08-01Mark shared producer and consumer indices volatileMike Belopuhov
2016-08-01Set SDEV_UMASS on all umass devices, even when they use ATAPI orKenneth R Westerback
2016-07-31Use m_devget(9).Mark Kettenis
2016-07-31regenJonathan Gray
2016-07-31Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids.Jonathan Gray
2016-07-30add acpials(4), an acpi driver for ambient light sensorsJoshua Stein
2016-07-29Add a periodic timer to workaround missing completion eventsMike Belopuhov
2016-07-29Disable receive ring slot accountingMike Belopuhov
2016-07-29Move xen interrupt handlers to dedicated task queuesMike Belopuhov
2016-07-29Loop until we've read all available responsesMike Belopuhov
2016-07-29Update TX completion event index when putting a packet on the ringMike Belopuhov
2016-07-29Reduce the amount of sent RX producer notifications; from FreeBSDMike Belopuhov
2016-07-29Reduce the amount of sent TX producer notifications; from FreeBSDMike Belopuhov
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28Remove top level ring processing loops as too ambiguousMike Belopuhov
2016-07-28Revert previous commitMike Belopuhov
2016-07-28Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeueMike Belopuhov
2016-07-27Add interface to facilitate iterating over gpios.Mark Kettenis
2016-07-27after system resume, re-write backlight levelJoshua Stein
2016-07-27zero sizeof a struct not sizeof the pointer to itJonathan Gray
2016-07-26Rename struct fdt_memory to fdt_reg to match the member namePatrick Wildt
2016-07-26In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet.Stefan Sperling
2016-07-26Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen.Stefan Sperling
2016-07-26Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17.Stefan Sperling