Fix build by correcting function name. Pointed out by dougb.
This commit is contained in:
parent
38104ecc27
commit
84fe19c742
@ -523,7 +523,7 @@ ichwd_attach(device_t dev)
|
||||
* Determine if we are coming up after a watchdog-induced reset.
|
||||
* This bit is cleared in ichwd_sts_reset().
|
||||
*/
|
||||
if ((ich_read_tco_2(sc, TCO2_STS) & TCO_SECOND_TO_STS) != 0)
|
||||
if ((ichwd_read_tco_2(sc, TCO2_STS) & TCO_SECOND_TO_STS) != 0)
|
||||
device_printf(dev,
|
||||
"resuming after hardware watchdog timeout\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user