[Bug 259673] ichwd does not detect qemu i6300esb virtual watchdog

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Nov 2021 10:12:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259673

--- Comment #6 from christi@coraline.org ---
That seems very odd. Looking at the current source for ichwd.c at
https://github.com/freebsd/freebsd-src/blob/main/sys/dev/ichwd/ichwd.c

Line 96 would appear to indicate the 6300esb is supported

        { DEVICEID_6300ESB,  "Intel 6300ESB watchdog timer",    5, 1 },

Line 110 also appears to indicate distinct 63xx support

        { DEVICEID_63XXESB,  "Intel 63XXESB watchdog timer",    8, 2 },

Given that I think it would be quite surprising if ichwd didn't support it. 
Whether or not the chipset was supported was of course something I looked into
when debugging and as far as I can tell, support is there.

-- 
You are receiving this mail because:
You are the assignee for the bug.