svn commit: r228005 - head/sys/mips/conf

Marius Strobl marius at FreeBSD.org
Sat Nov 26 18:47:10 UTC 2011


Author: marius
Date: Sat Nov 26 18:47:09 2011
New Revision: 228005
URL: http://svn.freebsd.org/changeset/base/228005

Log:
  Change another instance of amd(4) to esp(4) missed in r227006.
  
  Submitted by:	Garrett Cooper
  MFC after:	3 days

Modified:
  head/sys/mips/conf/OCTEON1

Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1	Sat Nov 26 18:46:33 2011	(r228004)
+++ head/sys/mips/conf/OCTEON1	Sat Nov 26 18:47:09 2011	(r228005)
@@ -114,7 +114,7 @@ options 	AHC_REG_PRETTY_PRINT	# Print re
 device		ahd		# AHA39320/29320 and onboard AIC79xx devices
 options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~215k to driver.
-device		amd		# AMD 53C974 (Tekram DC-390(T))
+device		esp		# AMD Am53C974 (Tekram DC-390(T))
 device		hptiop		# Highpoint RocketRaid 3xxx series
 device		isp		# Qlogic family
 #device		ispfw		# Firmware for QLogic HBAs- normally a module


More information about the svn-src-all mailing list