svn commit: r249791 - head/sys/conf

Warner Losh imp at FreeBSD.org
Tue Apr 23 09:40:42 UTC 2013


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
 
 #


More information about the svn-src-head mailing list