summaryrefslogtreecommitdiff
path: root/sys/dev/superio
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-01superio: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-06-16superio: Use device_set_descf()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-01superio+ncthwm: Add hardware monitoring supportStéphane Rochoy
2023-07-01superio+nctgpio: Add support for new (weird) chipsStéphane Rochoy
2023-07-01superio: Handle conflicting devid via prefer/extidStéphane Rochoy
2023-07-01superio: Add superio_ldn_read and superio_ldn_writeStéphane Rochoy
2023-05-25superio: Add device ID for ITE IT8613Johannes Totz
2023-02-28superio,ftgpio: Add support for Fintek F81865 GPIOStéphane Rochoy
2022-05-09superio: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2020-11-26Add support for Fintek F81803 SuperIO chipPoul-Henning Kamp
2020-09-01superio: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-04superio: do not assume that current LDN cannot change after config exitAndriy Gapon
2019-10-25superio: do not crash if failed to create the character deviceAndriy Gapon
2019-10-25superio_io.h: fix the copyrightAndriy Gapon
2019-10-25superio: add a simple ioctl interfaceAndriy Gapon
2019-09-03superio: fix the copyright block and update the yearAndriy Gapon
2019-07-08- Fix gcc build for superio(4)Li-Wen Hsu
2019-07-01add superio driverAndriy Gapon