diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-27 21:01:28 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-27 21:01:28 +0000 |
commit | 8fbe532325b1f26de6758ab96df1a555df0ae87b (patch) | |
tree | 65fc25507da10d4b14769338f8e341ccb5255f94 /sys/dev/isa | |
parent | 9e76ce594bbc8ad0db76985922f0c1da279cec76 (diff) |
Whitespace KNF.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/sch311x.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/isa/sch311x.c b/sys/dev/isa/sch311x.c index 12762e125db..396303181cd 100644 --- a/sys/dev/isa/sch311x.c +++ b/sys/dev/isa/sch311x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sch311x.c,v 1.9 2009/04/17 21:48:54 mk Exp $ */ +/* $OpenBSD: sch311x.c,v 1.10 2009/04/27 21:01:27 mk Exp $ */ /* * Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> * Copyright (c) 2009 Michael Knudsen <mk@openbsd.org> @@ -309,7 +309,6 @@ schsio_attach(struct device *parent, struct device *self, void *aux) printf(": can't map i/o space\n"); return; } - schsio_wdt_init(sc); schsio_hwm_init(sc); @@ -318,7 +317,6 @@ schsio_attach(struct device *parent, struct device *self, void *aux) /* Escape from configuration mode */ schsio_config_disable(sc->sc_iot, sc->sc_ioh); - } void @@ -520,7 +518,7 @@ schsio_wdt_cb(void *arg, int period) bus_space_write_1(sc->sc_iot, sc->sc_ioh_rr, SCHSIO_WDT_TIMEOUT, reg); - + /* Set value */ bus_space_write_1(sc->sc_iot, sc->sc_ioh_rr, SCHSIO_WDT_VAL, val); |