aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ichwd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ichwd: introduce i6300esbwd watch dog driverShengYi Hung2025-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | The intel 6300ESB watchdog is a special ICH-based watchdog device with a different interface. QEMU implements this watchdog for x86 systems. This change enables watchdog mode (rather than free-running mode) and introduces 1 sysctl: - hw.i6300esbwd.0.locked: locks the watchdog register after the event is triggered, preventing it from being disabled until a hard reset. This feature has been tested on a Vultr AMD guest machine and local qemu machine. PR: 259673 Approved by: markj (mentor), lwhsu (mentor) MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52049
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* ichwd: don't attach to isa pnp device(s) by accidentAndriy Gapon2009-11-071-1/+1
| | | | | | | | Reviewed by: imp, des MFC after: 1 week Notes: svn path=/head/; revision=199015
* Add a driver for the watchdog timer function present on the LPC interfaceDag-Erling Smørgrav2004-05-111-0/+8
bridge in Intel ICH-series chipsets. The original implementation was by W. Daryl Hawkins of Texas A&M, but I have made substantial modifications. Notes: svn path=/head/; revision=129124