diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-04-25 09:18:05 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-04-25 09:18:05 +0000 |
commit | bffd599bc9feeb64864ccef7039de4d9d9a1ba7e (patch) | |
tree | a7d27f0a1de670e0321d0a0d8ed426606b632bfe /sys/dev/ichwd | |
parent | cae54c668cb20707a02a5bb3fc99a852d87443d4 (diff) |
Notes
Diffstat (limited to 'sys/dev/ichwd')
-rw-r--r-- | sys/dev/ichwd/ichwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 18c02b54b07f8..6bb9eee329890 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -228,8 +228,8 @@ ichwd_sts_reset(struct ichwd_softc *sc) * by writing a 1, not a 0. */ ichwd_write_tco_2(sc, TCO1_STS, TCO_TIMEOUT); - /* - * According to Intel's docs, clearing SECOND_TO_STS and BOOT_STS must + /* + * According to Intel's docs, clearing SECOND_TO_STS and BOOT_STS must * be done in two separate operations. */ ichwd_write_tco_2(sc, TCO2_STS, TCO_SECOND_TO_STS); |