Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 21:37:38 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223610 - head/sys/dev/fxp
Message-ID:  <201106272137.p5RLbc6m014887@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yongari
Date: Mon Jun 27 21:37:38 2011
New Revision: 223610
URL: http://svn.freebsd.org/changeset/base/223610

Log:
  Enable CPUSaver D102 E-step microcode loading for 82551 revision
  0x10.

Modified:
  head/sys/dev/fxp/if_fxp.c

Modified: head/sys/dev/fxp/if_fxp.c
==============================================================================
--- head/sys/dev/fxp/if_fxp.c	Mon Jun 27 21:30:04 2011	(r223609)
+++ head/sys/dev/fxp/if_fxp.c	Mon Jun 27 21:37:38 2011	(r223610)
@@ -3041,6 +3041,8 @@ static const struct ucode {
 #endif
 	{ FXP_REV_82551_F, UCODE(fxp_ucode_d102e),
 	    D102_E_CPUSAVER_DWORD, D102_E_CPUSAVER_BUNDLE_MAX_DWORD },
+	{ FXP_REV_82551_10, UCODE(fxp_ucode_d102e),
+	    D102_E_CPUSAVER_DWORD, D102_E_CPUSAVER_BUNDLE_MAX_DWORD },
 	{ 0, NULL, 0, 0, 0 }
 };
 



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