sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
wdatwd: Add support for ACPI WDAT based watchdog timer.Simply said, WDAT is an abstraction for the real WDT hardware. Forinstance, to add a newer generation WDT to ichwd(4), one must know thedeta
wdatwd: Add support for ACPI WDAT based watchdog timer.Simply said, WDAT is an abstraction for the real WDT hardware. Forinstance, to add a newer generation WDT to ichwd(4), one must know thedetailed hardware registers, etc..With WDAT, the necessary IO accesses to operate the WDT are comprehensivelydescribed in it and no hardware knowledge is required.With this driver, the WDT on Advantech ARK-1124C, Dell R210 and Dell R240 aredetected 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.jpReviewed by: hrsDifferential Revision: https://reviews.freebsd.org/D37493
show more ...