Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Nov 2021 10:12:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 259673] ichwd does not detect qemu i6300esb virtual watchdog
Message-ID:  <bug-259673-227-P4z4da46Nh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259673-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259673-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259673

--- 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.=
=20
Whether or not the chipset was supported was of course something I looked i=
nto
when debugging and as far as I can tell, support is there.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259673-227-P4z4da46Nh>