/freebsd/share/man/man4/ |
H A D | wdatwd.4 | 99aeb219cad9a5a0347ca3ffef963bb614c99eb9 Tue Jan 03 16:16:36 CET 2023 Takanori Watanabe <takawata@FreeBSD.org> wdatwd: Add support for ACPI WDAT based watchdog timer.
Simply said, WDAT is an abstraction for the real WDT hardware. For instance, to add a newer generation WDT to ichwd(4), one must know the detailed hardware registers, etc..
With WDAT, the necessary IO accesses to operate the WDT are comprehensively described in it and no hardware knowledge is required.
With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 are detected and operated flawlessly. * While R210 is also supported by ichwd(4), others are not supported yet.
The unfortunate thing is that not all systems have WDAT defined.
Submitted by: t_uemura at macome.co.jp Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D37493
|
H A D | Makefile | diff 99aeb219cad9a5a0347ca3ffef963bb614c99eb9 Tue Jan 03 16:16:36 CET 2023 Takanori Watanabe <takawata@FreeBSD.org> wdatwd: Add support for ACPI WDAT based watchdog timer.
Simply said, WDAT is an abstraction for the real WDT hardware. For instance, to add a newer generation WDT to ichwd(4), one must know the detailed hardware registers, etc..
With WDAT, the necessary IO accesses to operate the WDT are comprehensively described in it and no hardware knowledge is required.
With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 are detected and operated flawlessly. * While R210 is also supported by ichwd(4), others are not supported yet.
The unfortunate thing is that not all systems have WDAT defined.
Submitted by: t_uemura at macome.co.jp Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D37493
|
/freebsd/sys/modules/wdatwd/ |
H A D | Makefile | 99aeb219cad9a5a0347ca3ffef963bb614c99eb9 Tue Jan 03 16:16:36 CET 2023 Takanori Watanabe <takawata@FreeBSD.org> wdatwd: Add support for ACPI WDAT based watchdog timer.
Simply said, WDAT is an abstraction for the real WDT hardware. For instance, to add a newer generation WDT to ichwd(4), one must know the detailed hardware registers, etc..
With WDAT, the necessary IO accesses to operate the WDT are comprehensively described in it and no hardware knowledge is required.
With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 are detected and operated flawlessly. * While R210 is also supported by ichwd(4), others are not supported yet.
The unfortunate thing is that not all systems have WDAT defined.
Submitted by: t_uemura at macome.co.jp Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D37493
|
/freebsd/sys/dev/wdatwd/ |
H A D | wdatwd.c | 99aeb219cad9a5a0347ca3ffef963bb614c99eb9 Tue Jan 03 16:16:36 CET 2023 Takanori Watanabe <takawata@FreeBSD.org> wdatwd: Add support for ACPI WDAT based watchdog timer.
Simply said, WDAT is an abstraction for the real WDT hardware. For instance, to add a newer generation WDT to ichwd(4), one must know the detailed hardware registers, etc..
With WDAT, the necessary IO accesses to operate the WDT are comprehensively described in it and no hardware knowledge is required.
With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 are detected and operated flawlessly. * While R210 is also supported by ichwd(4), others are not supported yet.
The unfortunate thing is that not all systems have WDAT defined.
Submitted by: t_uemura at macome.co.jp Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D37493
|
/freebsd/sys/conf/ |
H A D | files.i386 | diff 99aeb219cad9a5a0347ca3ffef963bb614c99eb9 Tue Jan 03 16:16:36 CET 2023 Takanori Watanabe <takawata@FreeBSD.org> wdatwd: Add support for ACPI WDAT based watchdog timer.
Simply said, WDAT is an abstraction for the real WDT hardware. For instance, to add a newer generation WDT to ichwd(4), one must know the detailed hardware registers, etc..
With WDAT, the necessary IO accesses to operate the WDT are comprehensively described in it and no hardware knowledge is required.
With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 are detected and operated flawlessly. * While R210 is also supported by ichwd(4), others are not supported yet.
The unfortunate thing is that not all systems have WDAT defined.
Submitted by: t_uemura at macome.co.jp Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D37493
|