Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.c 257284 2013-10-28 22:26:03Z glebius $
---
> * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.c 262429 2014-02-24 04:44:28Z adrian $
174c174
< arswitch_reset_vlans(struct arswitch_softc *sc)
---
> ar8xxx_reset_vlans(struct arswitch_softc *sc)
223c223
< arswitch_set_pvid(sc, i, sc->vid[0]);
---
> sc->hal.arswitch_vlan_set_pvid(sc, i, sc->vid[0]);
262c262
< arswitch_getvgroup(device_t dev, etherswitch_vlangroup_t *vg)
---
> ar8xxx_getvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
264d263
< struct arswitch_softc *sc;
267d265
< sc = device_get_softc(dev);
308c306
< arswitch_setvgroup(device_t dev, etherswitch_vlangroup_t *vg)
---
> ar8xxx_setvgroup(struct arswitch_softc *sc, etherswitch_vlangroup_t *vg)
310d307
< struct arswitch_softc *sc;
313d309
< sc = device_get_softc(dev);
365c361
< arswitch_get_pvid(struct arswitch_softc *sc, int port, int *pvid)
---
> ar8xxx_get_pvid(struct arswitch_softc *sc, int port, int *pvid)
376c372
< arswitch_set_pvid(struct arswitch_softc *sc, int port, int pvid)
---
> ar8xxx_set_pvid(struct arswitch_softc *sc, int port, int pvid)