Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Don't include std.ath_hal for XEN3_DOMU.



details:   https://anonhg.NetBSD.org/src/rev/13cb754fee02
branches:  trunk
changeset: 803032:13cb754fee02
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Oct 11 09:50:03 2014 +0000

description:
Don't include std.ath_hal for XEN3_DOMU.

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  5 ++++-
 sys/arch/amd64/conf/std.xen   |  5 +----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r a1a31561789d -r 13cb754fee02 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Oct 11 09:27:51 2014 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Oct 11 09:50:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.108 2014/09/19 17:30:03 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.109 2014/10/11 09:50:03 uebayasi Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -847,3 +847,6 @@
 
 options        PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 options        PAX_ASLR=0              # PaX Address Space Layout Randomization
+
+# Atheros HAL options
+include "external/isc/atheros_hal/conf/std.ath_hal"
diff -r a1a31561789d -r 13cb754fee02 sys/arch/amd64/conf/std.xen
--- a/sys/arch/amd64/conf/std.xen       Sat Oct 11 09:27:51 2014 +0000
+++ b/sys/arch/amd64/conf/std.xen       Sat Oct 11 09:50:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.xen,v 1.6 2009/07/29 12:02:05 cegger Exp $
+# $NetBSD: std.xen,v 1.7 2014/10/11 09:50:03 uebayasi Exp $
 # NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp 
 #
 # standard, required NetBSD/i386 'options'
@@ -13,6 +13,3 @@
 options        EXEC_ELF64      # exec ELF binaries
 options        EXEC_SCRIPT     # exec #! scripts
 options        MTRR
-
-# Atheros HAL options
-include "external/isc/atheros_hal/conf/std.ath_hal"



Home | Main Index | Thread Index | Old Index