svn commit: r230733 - stable/9/sys/mips/conf

Marius Strobl marius at FreeBSD.org
Sun Jan 29 12:50:44 UTC 2012


Author: marius
Date: Sun Jan 29 12:50:43 2012
New Revision: 230733
URL: http://svn.freebsd.org/changeset/base/230733

Log:
  MFC: r228005
  
  Change another instance of amd(4) to esp(4) missed in r227006 (MFC'ed to
  stable/9 in r227305).
  
  Submitted by:	Garrett Cooper

Modified:
  stable/9/sys/mips/conf/OCTEON1
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/amd64/include/xen/   (props changed)
  stable/9/sys/boot/   (props changed)
  stable/9/sys/boot/i386/efi/   (props changed)
  stable/9/sys/boot/ia64/efi/   (props changed)
  stable/9/sys/boot/ia64/ski/   (props changed)
  stable/9/sys/boot/powerpc/boot1.chrp/   (props changed)
  stable/9/sys/boot/powerpc/ofw/   (props changed)
  stable/9/sys/cddl/contrib/opensolaris/   (props changed)
  stable/9/sys/conf/   (props changed)
  stable/9/sys/contrib/dev/acpica/   (props changed)
  stable/9/sys/contrib/octeon-sdk/   (props changed)
  stable/9/sys/contrib/pf/   (props changed)
  stable/9/sys/contrib/x86emu/   (props changed)

Modified: stable/9/sys/mips/conf/OCTEON1
==============================================================================
--- stable/9/sys/mips/conf/OCTEON1	Sun Jan 29 12:49:43 2012	(r230732)
+++ stable/9/sys/mips/conf/OCTEON1	Sun Jan 29 12:50:43 2012	(r230733)
@@ -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