svn commit: r276131 - stable/8/sys/conf

Takahashi Yoshihiro nyan at FreeBSD.org
Tue Dec 23 11:00:52 UTC 2014


Author: nyan
Date: Tue Dec 23 11:00:51 2014
New Revision: 276131
URL: https://svnweb.freebsd.org/changeset/base/276131

Log:
  MFC: r272491
  
    Reduce diffs against i386.

Modified:
  stable/8/sys/conf/options.pc98
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/conf/   (props changed)

Modified: stable/8/sys/conf/options.pc98
==============================================================================
--- stable/8/sys/conf/options.pc98	Tue Dec 23 10:59:53 2014	(r276130)
+++ stable/8/sys/conf/options.pc98	Tue Dec 23 11:00:51 2014	(r276131)
@@ -32,12 +32,6 @@ KVA_PAGES		opt_global.h
 
 TIMER_FREQ			opt_clock.h
 
-# options for serial support
-COM_ESP			opt_sio.h
-COM_MULTIPORT		opt_sio.h
-CONSPEED		opt_sio.h
-GDBSPEED		opt_sio.h
-
 CPU_BLUELIGHTNING_3X		opt_cpu.h
 CPU_BLUELIGHTNING_FPU_OP_CACHE	opt_cpu.h
 CPU_BTB_EN			opt_cpu.h
@@ -68,8 +62,17 @@ I486_CPU		opt_global.h
 I586_CPU		opt_global.h
 I686_CPU		opt_global.h
 
+# options for serial support
+COM_ESP			opt_sio.h
+COM_MULTIPORT		opt_sio.h
+CONSPEED		opt_sio.h
+GDBSPEED		opt_sio.h
+
 GDC
 
+# AGP debugging support
+AGP_DEBUG		opt_agp.h
+
 # Video spigot
 SPIGOT_UNSECURE		opt_spigot.h
 
@@ -97,7 +100,6 @@ DEV_NPX			opt_npx.h
 
 # Debugging
 NPX_DEBUG		opt_npx.h
-AGP_DEBUG		opt_agp.h
 
 # BPF just-in-time compiler
 BPF_JITTER		opt_bpf.h


More information about the svn-src-all mailing list