PERFORCE change 148698 for review

Rafal Jaworowski raj at FreeBSD.org
Thu Aug 28 13:29:05 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=148698

Change 148698 by raj at raj_mimi on 2008/08/28 13:28:05

	Fix SMC phy after the IFC.

Affected files ...

.. //depot/projects/arm/src/sys/dev/mii/smcphy.c#3 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/mii/smcphy.c#3 (text+ko) ====

@@ -83,11 +83,11 @@
 
 	ma = device_get_ivars(dev);
 
-	if (MII_OUI(ma->mii_id1, ma->mii_id2) != MII_OUI_SMC ||
-	    MII_MODEL(ma->mii_id2) != MII_MODEL_SMC_LAN83C183)
+	if (MII_OUI(ma->mii_id1, ma->mii_id2) != MII_OUI_SMSC ||
+	    MII_MODEL(ma->mii_id2) != MII_MODEL_SMSC_LAN83C183)
 		return (ENXIO);
 
-	device_set_desc(dev, MII_STR_SMC_LAN83C183);
+	device_set_desc(dev, MII_STR_SMSC_LAN83C183);
 
 	return (0);
 }


More information about the p4-projects mailing list