From 84fe19c742a8414c1bf1ba8976163ea349f65a86 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 27 Nov 2010 00:26:19 +0000 Subject: Fix build by correcting function name. Pointed out by dougb. --- sys/dev/ichwd/ichwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ichwd/ichwd.c') diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 30f2f49eddb8..9ddec20c6180 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -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"); -- cgit v1.2.3