Fix build by correcting function name. Pointed out by dougb.

This commit is contained in:
Ed Maste 2010-11-27 00:26:19 +00:00
parent 38104ecc27
commit 84fe19c742

View File

@ -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");