Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.h 253572 2013-07-23 14:24:22Z loos $
---
> * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.h 262429 2014-02-24 04:44:28Z adrian $
32,36c32,36
< void arswitch_reset_vlans(struct arswitch_softc *);
< int arswitch_getvgroup(device_t, etherswitch_vlangroup_t *);
< int arswitch_setvgroup(device_t, etherswitch_vlangroup_t *);
< int arswitch_get_pvid(struct arswitch_softc *, int, int *);
< int arswitch_set_pvid(struct arswitch_softc *, int, int);
---
> void ar8xxx_reset_vlans(struct arswitch_softc *);
> int ar8xxx_getvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
> int ar8xxx_setvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
> int ar8xxx_get_pvid(struct arswitch_softc *, int, int *);
> int ar8xxx_set_pvid(struct arswitch_softc *, int, int);