Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 12:49:43 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230732 - stable/8/sys/mips/conf
Message-ID:  <201201291249.q0TCnhCh035547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sun Jan 29 12:49:43 2012
New Revision: 230732
URL: http://svn.freebsd.org/changeset/base/230732

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

Modified:
  stable/8/sys/mips/conf/OCTEON1
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/mips/conf/OCTEON1
==============================================================================
--- stable/8/sys/mips/conf/OCTEON1	Sun Jan 29 12:26:09 2012	(r230731)
+++ stable/8/sys/mips/conf/OCTEON1	Sun Jan 29 12:49:43 2012	(r230732)
@@ -117,7 +117,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201291249.q0TCnhCh035547>