summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-12post the packet on em_82547 chips after bpfDavid Gwynne
2016-01-11Enable sdhc* at acpi?.Mark Kettenis
2016-01-11Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF".Mark Kettenis
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-11Use uiomove() instead of uiomovei(); from Martin NatanoStefan Kempf
2016-01-11xs_cmd should always return errno(2) codesMike Belopuhov
2016-01-11Do not fail when receiving an empty reply (or directory node) inReyk Floeter
2016-01-11Handle zero lenght messages in the xs_parse by returning an empty stringMike Belopuhov
2016-01-11Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.Masao Uebayashi
2016-01-11Allocate command data buffer on softc and use it from both ipmi_sendcmd()Masao Uebayashi
2016-01-11Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config.Mark Kettenis
2016-01-11Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6Masao Uebayashi
2016-01-11Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI commandMasao Uebayashi
2016-01-11Remove useless sc_poll flag because it is always 1. Remove unused globalMasao Uebayashi
2016-01-11Read values from disabled sensors if possible. From jmatthew@.Masao Uebayashi
2016-01-11Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostMark Kettenis
2016-01-11Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onMark Kettenis
2016-01-11Add (limited) support for controllers that implement version 3.0 of theMark Kettenis
2016-01-11do further work on the em transmit path to simplify the code.David Gwynne
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-10Page fault handling tweaks for vmm:Stefan Kempf
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-10Add thinkpad tablet dock/undock ACPI events.Stefan Sperling
2016-01-10Print a message to console when ipmi(4) watchdog is either enabled orMasao Uebayashi
2016-01-10When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),Masao Uebayashi
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-10Back out the MP pmap diff for rework. The code does not work onVisa Hankala
2016-01-09missing breakJonathan Gray
2016-01-09Initial support for Hardware-Reduced ACPI. This skips the legacy mode checksMark Kettenis
2016-01-09add a missing printf argumentJonathan Gray
2016-01-09consistently use the desc ring pointers as guards for their dmamem.David Gwynne
2016-01-09Use uiomove(9) instead of uiomovei(9). From Martin Natano.Mark Kettenis
2016-01-09Add HW_REDUCED_ACPI and LOW_POWER_S0_IDLE_CAPABLE FADT flags.Mark Kettenis
2016-01-09Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 andMark Kettenis
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2016-01-09Correct sensor threashold handling by properly checking response of Get SensorMasao Uebayashi
2016-01-09revert manual additions of hid.h now that usbhid.h brings it inJoshua Stein
2016-01-09include dev/hid/hid.h from dev/usb/usbhid.h, so all previous usersJoshua Stein
2016-01-09move UHID_* definitions back to usbhid.h where they were before theJoshua Stein
2016-01-08protect structs in hid.h with #ifdef _KERNEL, to allow inclusion inJoshua Stein
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him.Reyk Floeter
2016-01-08Get rid of the arp and revarp input queues.Martin Pieuchot
2016-01-08Work around buggy zero-length packets produced by the DP83816A.Martin Pieuchot
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-08uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08regenMartin Pieuchot
2016-01-08OpenMoko OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf