/freebsd/sys/modules/superio/ |
H A D | Makefile | 1 .PATH: ${.CURDIR}/../../dev/superio 3 KMOD= superio 4 SRCS= superio.c
|
/freebsd/sys/dev/superio/ |
H A D | superio.c | 48 #include <dev/superio/superio.h> 49 #include <dev/superio/superio_io.h> 102 .d_name = "superio", 583 /* Found a matching SuperIO entry. */ in superio_detect() 610 ("Only ITE, Nuvoton and Fintek SuperIO-s are supported")); in superio_detect() 619 "ITE IT%4x SuperIO (revision 0x%02x)", in superio_detect() 636 if (device_find_child(parent, "superio", -1)) { in superio_identify() 638 printf("superio: device(s) already created\n"); in superio_identify() 649 "superio", -1); in superio_identify() 651 device_printf(parent, "failed to add superio child\n"); in superio_identify() [all …]
|
H A D | superio.h | 59 device_t superio_find_dev(device_t superio, superio_dev_type_t type, 72 __BUS_ACCESSOR(superio, var, SUPERIO, ivar, type)
|
/freebsd/sys/dev/ftwd/ |
H A D | ftwd.c | 37 #include <dev/superio/superio.h> 107 device_set_desc(dev, "Watchdog Timer on Fintek SuperIO"); in ftwd_probe() 150 DRIVER_MODULE(ftwd, superio, ftwd_driver, NULL, NULL); 151 MODULE_DEPEND(ftwd, superio, 1, 1, 1);
|
/freebsd/sys/dev/itwd/ |
H A D | itwd.c | 37 #include <dev/superio/superio.h> 126 device_set_desc(dev, "Watchdog Timer on ITE SuperIO"); in itwd_probe() 229 DRIVER_MODULE(itwd, superio, itwd_driver, NULL, NULL); 230 MODULE_DEPEND(itwd, superio, 1, 1, 1);
|
/freebsd/share/man/man9/ |
H A D | superio.9 | 31 .Nm superio , 111 .Xr superio 4 182 .Xr superio 4 ,
|
/freebsd/share/man/man4/ |
H A D | superio.4 | 31 .Nm superio 38 .Cd "device superio" 144 .Xr superio 9
|
H A D | ftwd.4 | 38 .Cd "device superio" 55 .Xr superio 4 ,
|
H A D | itwd.4 | 38 .Cd "device superio" 64 .Xr superio 4 ,
|
H A D | wbwd.4 | 36 .Cd "device superio" 128 .Xr superio 4 ,
|
H A D | nctgpio.4 | 11 .Cd "device superio"
|
H A D | ncthwm.4 | 10 .Cd "device superio"
|
H A D | ftgpio.4 | 43 .Xr superio 4 ,
|
/freebsd/sys/dev/ncthwm/ |
H A D | ncthwm.c | 37 #include <dev/superio/superio.h> 256 DRIVER_MODULE(ncthwm, superio, ncthwm_driver, NULL, NULL); 257 MODULE_DEPEND(ncthwm, superio, 1, 1, 1);
|
/freebsd/sys/conf/ |
H A D | files.i386 |
|
H A D | files.x86 | 318 dev/superio/superio.c optional superio isa
|
/freebsd/sys/dev/ftgpio/ |
H A D | ftgpio.c | 44 #include <dev/superio/superio.h> 601 DRIVER_MODULE(ftgpio, superio, ftgpio_driver, NULL, NULL); 603 MODULE_DEPEND(ftgpio, superio, 1, 1, 1);
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | nuvoton,nct6775.yaml | 52 superio@4d {
|
/freebsd/sys/dev/wbwd/ |
H A D | wbwd.c | 52 #include <dev/superio/superio.h> 679 DRIVER_MODULE(wb, superio, wb_driver, NULL, NULL); 680 MODULE_DEPEND(wb, superio, 1, 1, 1);
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-tyan-s8036.dts | 139 * not interfere with the SuperIO. The goal is to have both the 140 * VUART and the SuperIO available and decide at runtime whether
|
H A D | aspeed-bmc-tyan-s7106.dts | 139 * not interfere with the SuperIO. The goal is to have both the 140 * VUART and the SuperIO available and decide at runtime whether
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-lpc.yaml | 30 * A set of SuperIO[3] scratch registers enabling implementation of e.g. custom
|
H A D | aspeed-lpc.txt | 24 * A set of SuperIO[3] scratch registers: Enables implementation of e.g. custom
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 620 # SuperIO driver. 622 device superio
|
/freebsd/sys/dev/nctgpio/ |
H A D | nctgpio.c | 47 #include <dev/superio/superio.h> 1514 DRIVER_MODULE(nctgpio, superio, nct_driver, NULL, NULL); 1516 MODULE_DEPEND(nctgpio, superio, 1, 1, 1);
|