aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/superio
Commit message (Expand)AuthorAgeFilesLines
* superio: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-12-011-0/+13
* superio: Use device_set_descf()Mark Johnston2024-06-271-4/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* superio+ncthwm: Add hardware monitoring supportStéphane Rochoy2023-07-011-0/+1
* superio+nctgpio: Add support for new (weird) chipsStéphane Rochoy2023-07-011-4/+42
* superio: Handle conflicting devid via prefer/extidStéphane Rochoy2023-07-012-0/+21
* superio: Add superio_ldn_read and superio_ldn_writeStéphane Rochoy2023-07-012-12/+28
* superio: Add device ID for ITE IT8613Johannes Totz2023-05-251-0/+4
* superio,ftgpio: Add support for Fintek F81865 GPIOStéphane Rochoy2023-02-281-2/+9
* superio: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-8/+7
* Add support for Fintek F81803 SuperIO chipPoul-Henning Kamp2020-11-262-1/+36
* superio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* superio: do not assume that current LDN cannot change after config exitAndriy Gapon2020-06-041-0/+1
* superio: do not crash if failed to create the character deviceAndriy Gapon2019-10-251-1/+2
* superio_io.h: fix the copyrightAndriy Gapon2019-10-251-2/+4
* superio: add a simple ioctl interfaceAndriy Gapon2019-10-252-0/+85
* superio: fix the copyright block and update the yearAndriy Gapon2019-09-032-7/+12
* - Fix gcc build for superio(4)Li-Wen Hsu2019-07-081-1/+2
* add superio driverAndriy Gapon2019-07-012-0/+1032