svn commit: r346266 - head/sys/arm/conf

Peter Jeremy peterj at FreeBSD.org
Tue Apr 16 09:44:47 UTC 2019


Author: peterj
Date: Tue Apr 16 09:44:46 2019
New Revision: 346266
URL: https://svnweb.freebsd.org/changeset/base/346266

Log:
  Specify correct Ethernet phy for RPI-B
  
  Correct a typo in the RPI-B ethernet config - the RPi-B includes a
  SMC LAN9512 USB bridge and Ethernet 10/100 NIC/phy.  The phy part of
  this is supported by smscphy.
  
  Tested On: RPi1 Model B
  
  Approved by:	grog, jhb (mentors)
  MFC after:	3 days

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Tue Apr 16 09:42:42 2019	(r346265)
+++ head/sys/arm/conf/RPI-B	Tue Apr 16 09:44:46 2019	(r346266)
@@ -77,7 +77,7 @@ device		da
 device		umass
 
 # USB ethernet support
-device		smcphy
+device		smscphy
 device		mii
 device		smsc
 


More information about the svn-src-head mailing list