Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 09:40:42 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249791 - head/sys/conf
Message-ID:  <201304230940.r3N9egVR049771@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Apr 23 09:40:42 2013
New Revision: 249791
URL: http://svnweb.freebsd.org/changeset/base/249791

Log:
  Add an option for the GE FES based packet engines. Its board IDs
  overlap with the standard ones, so kernels for this family of boards
  need the option OCTEON_VENDOR_GEFES.

Modified:
  head/sys/conf/options.mips

Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips	Tue Apr 23 09:38:18 2013	(r249790)
+++ head/sys/conf/options.mips	Tue Apr 23 09:40:42 2013	(r249791)
@@ -75,6 +75,7 @@ OCTEON_MODEL			opt_cvmx.h
 OCTEON_VENDOR_LANNER		opt_cvmx.h
 OCTEON_VENDOR_UBIQUITI		opt_cvmx.h
 OCTEON_VENDOR_RADISYS		opt_cvmx.h
+OCTEON_VENDOR_GEFES		opt_cvmx.h
 OCTEON_BOARD_CAPK_0100ND	opt_cvmx.h
 
 #



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