diff options
author | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-09-01 18:41:59 +0000 |
---|---|---|
committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-09-01 18:41:59 +0000 |
commit | 1d885b48c157f747744916f3c6ce1c89b3914021 (patch) | |
tree | bda0850a287fbda2e76063fbadbf10ab1f4a42dd /sys/dev/sis | |
parent | cc26c0fd68455ba63dc57264ef72e244a7359510 (diff) | |
download | src-test2-1d885b48c157f747744916f3c6ce1c89b3914021.tar.gz src-test2-1d885b48c157f747744916f3c6ce1c89b3914021.zip |
Notes
Diffstat (limited to 'sys/dev/sis')
-rw-r--r-- | sys/dev/sis/if_sis.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sis/if_sis.c b/sys/dev/sis/if_sis.c index 3624e80b366a..96ec5a0a123a 100644 --- a/sys/dev/sis/if_sis.c +++ b/sys/dev/sis/if_sis.c @@ -393,7 +393,6 @@ sis_read_cmos(struct sis_softc *sc, device_t dev, caddr_t dest, int off, int cnt } pci_write_config(bridge, 0x48, reg & ~0x40, 1); - return; } static void @@ -418,7 +417,6 @@ sis_read_mac(struct sis_softc *sc, device_t dev, caddr_t dest) CSR_WRITE_4(sc, SIS_RXFILT_CTL, filtsave); CSR_WRITE_4(sc, SIS_CSR, csrsave); - return; } #endif @@ -789,8 +787,6 @@ sis_setmulti_ns(struct sis_softc *sc) if_maddr_runlock(ifp); CSR_WRITE_4(sc, SIS_RXFILT_CTL, filtsave); - - return; } static void @@ -876,8 +872,6 @@ sis_reset(struct sis_softc *sc) CSR_WRITE_4(sc, NS_CLKRUN, NS_CLKRUN_PMESTS); CSR_WRITE_4(sc, NS_CLKRUN, 0); } - - return; } /* @@ -1538,8 +1532,6 @@ sis_txeof(struct sis_softc *sc) } sc->sis_watchdog_timer = (sc->sis_tx_cnt == 0) ? 0 : 5; - - return; } static void |