svn commit: r269147 - head/sys/dev/etherswitch/arswitch

Adrian Chadd adrian at FreeBSD.org
Sat Jul 26 21:33:17 UTC 2014


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;


More information about the svn-src-head mailing list