summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-07-04Move allocation behind sanity check to address possible memory leak asPatrick Wildt
2018-07-04Do not try to unlock the fdplock() in an error path if it isn't held.Martin Pieuchot
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-03Use LIST_FOREACH construct instead of homebrew loop.Kevin Lo
2018-07-03regenFrederic Cambus
2018-07-03Add device IDs of the VIA VX900 chipset.Frederic Cambus
2018-07-03During attach, give the loop a while to settle before we start lookingJonathan Matthew
2018-07-03regenLandry Breuil
2018-07-03Add usb ids for the Logitech Webcams C210 and C270.Landry Breuil
2018-07-03If we're not on a fabric, we may still need to attach and detach targetsJonathan Matthew
2018-07-03Instead of overwriting `f_data' replace the 'struct file' with a new one.Martin Pieuchot
2018-07-03Fix typo.Kevin Lo
2018-07-03Nuke unused variable.Kevin Lo
2018-07-02Allow pluart(4) to attach to acpi(4).Mark Kettenis
2018-07-02Allow xhci(4) to attach to acpi(4).Mark Kettenis
2018-07-01acpi: clean up some inconsistent style in the hid matching arraysMike Larkin
2018-07-01Use generated string for the bus number extent.Mark Kettenis
2018-07-01Allow ahci(4) to attach to acpi(4).Mark Kettenis
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-07-01Use fnew() to allocate a struct file. Simplifies the code.Mark Kettenis
2018-07-01Remove semicolon before printing the AML name.Mark Kettenis
2018-07-01Allow com(4) to attach to acpi(4). For now we will only use this on arm64Mark Kettenis
2018-07-01Add support for _DSD Device Properties.Mark Kettenis
2018-07-01Add definitions for SPCR tables.Mark Kettenis
2018-06-30Typo in comment in previous file which I said I'd address in the originalMike Larkin
2018-06-30acpisurface(4): driver for Surface Pro 4 and Surface Book hardwareMike Larkin
2018-06-30Add intr_enable() function, intended for MI use to amd64 and i386 and useMark Kettenis
2018-06-29Use <stdint.h> types.Mark Kettenis
2018-06-29ACPI: Allow (with warning) GPE handler reassignment, instead of returningMike Larkin
2018-06-28regenKevin Lo
2018-06-28Add Microchip Ethernet device IDs.Kevin Lo
2018-06-28Remove unused/redundant prototypes.Mark Kettenis
2018-06-26knfMike Larkin
2018-06-26Let acpi(4) pass down the bus dma tag.Mark Kettenis
2018-06-25Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.Mark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-06-24Save all mixer elements in the suspend/resume array instead of onlyAlexandre Ratchov
2018-06-24If ACPI tables are present, set a global variable to point at theirMark Kettenis
2018-06-22set I2C_F_POLL when acquiring the iic bus in an interrupt handlerJoshua Stein
2018-06-20drm/i915: Disable LVDS on Radiant P845Jonathan Gray
2018-06-19Add support for SAS3.5 controllers. This involves reorderingJonathan Matthew
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18regenMike Belopuhov
2018-06-18Add an HP LD220 pole displayMike Belopuhov
2018-06-18Run the code to handle interrupts directly from the interrupt handlerMark Kettenis
2018-06-17Use regmapMark Kettenis
2018-06-17Resetting fec(4) also resets the MII control register. Since wePatrick Wildt
2018-06-17Add curly braces to the if-condition to make sure the bus widthPatrick Wildt
2018-06-17Add another missing clock for i.MX7D. This particular clock lives on theMark Kettenis
2018-06-16regenJonathan Matthew