Update my TODO items.

This commit is contained in:
adrian 2016-07-26 16:40:03 +00:00
parent ff041dec2b
commit a27fa34137
2 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,8 @@ ar7240_hw_global_setup(struct arswitch_softc *sc)
AR7240_GLOBAL_CTRL_MTU_MASK,
SM(1536, AR7240_GLOBAL_CTRL_MTU_MASK));
/* XXX ARP? Frame Age enable? */
/* Service Tag */
arswitch_modifyreg(sc->sc_dev, AR8X16_REG_SERVICE_TAG,
AR8X16_SERVICE_TAG_MASK, 0);

View File

@ -137,6 +137,7 @@ ar8316_hw_global_setup(struct arswitch_softc *sc)
arswitch_writereg(sc->sc_dev, AR8X16_REG_TAG_PRIO, 0xfa50);
/* Enable ARP frame acknowledge. */
/* XXX TODO: aging? */
arswitch_modifyreg(sc->sc_dev, AR8X16_REG_AT_CTRL, 0,
AR8X16_AT_CTRL_ARP_EN);