Author: adrian
Date: Sat Jul 26 21:33:17 2014
New Revision: 269147
URL: http://svnweb.freebsd.org/changeset/base/269147

Log:
  Add another revision of the AR8327.

Modified:
  head/sys/dev/etherswitch/arswitch/arswitch.c

Modified: head/sys/dev/etherswitch/arswitch/arswitch.c
==============================================================================
--- head/sys/dev/etherswitch/arswitch/arswitch.c        Sat Jul 26 21:32:03 
2014        (r269146)
+++ head/sys/dev/etherswitch/arswitch/arswitch.c        Sat Jul 26 21:33:17 
2014        (r269147)
@@ -135,6 +135,7 @@ arswitch_probe(device_t dev)
                sc->sc_switchtype = AR8X16_SWITCH_AR8316;
                break;
        case 0x1202:
+       case 0x1204:
                chipname = "AR8327";
                sc->sc_switchtype = AR8X16_SWITCH_AR8327;
                sc->mii_lo_first = 1;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to