diff options
Diffstat (limited to 'sys/dev/hfa/fore_load.c')
-rw-r--r-- | sys/dev/hfa/fore_load.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/hfa/fore_load.c b/sys/dev/hfa/fore_load.c index 7043345..be58689 100644 --- a/sys/dev/hfa/fore_load.c +++ b/sys/dev/hfa/fore_load.c @@ -499,18 +499,14 @@ fore_reset(fup) if (fup->fu_ctlreg) { - switch (fup->fu_config.ac_device) { - - case DEV_FORE_PCA200E: + if (fup->fu_config.ac_device == DEV_FORE_PCA200E) { /* * Reset i960 by setting and clearing RESET */ PCA200E_HCR_INIT(*fup->fu_ctlreg, PCA200E_RESET); DELAY(10000); PCA200E_HCR_CLR(*fup->fu_ctlreg, PCA200E_RESET); - break; - - } + } } (void) splx(s); |