aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/superio/superio.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* superio: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-011-0/+13
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* superio: Use device_set_descf()Mark Johnston2024-06-161-4/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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-011-0/+20
* superio: Add superio_ldn_read and superio_ldn_writeStéphane Rochoy2023-07-011-12/+26
* 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-261-0/+34
* 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: add a simple ioctl interfaceAndriy Gapon2019-10-251-0/+43
* superio: fix the copyright block and update the yearAndriy Gapon2019-09-031-4/+7
* - Fix gcc build for superio(4)Li-Wen Hsu2019-07-081-1/+2
* add superio driverAndriy Gapon2019-07-011-0/+953