Add another revision of the AR8327.

This commit is contained in:
Adrian Chadd 2014-07-26 21:33:17 +00:00
parent a32a326b6d
commit 9682e34719
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269147

View File

@ -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;