Module Name:    src
Committed By:   darcy
Date:           Fri Jun 22 02:51:17 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOM0

Log Message:
PR port-xen/50446
With approval from bouyer@ and acceptance, sometimes grudgingly, from
others I have removed the AGP lines from the XEN3_DOM0 config.  I have
left a note in the PR suggesting that if it ever gets a proper fix that
those lines can be considered for re-inclusion.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/amd64/conf/XEN3_DOM0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.151 src/sys/arch/amd64/conf/XEN3_DOM0:1.152
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.151	Thu Jun  7 13:36:28 2018
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Fri Jun 22 02:51:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.151 2018/06/07 13:36:28 thorpej Exp $
+# $NetBSD: XEN3_DOM0,v 1.152 2018/06/22 02:51:17 darcy Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.151 $"
+#ident		"XEN3_DOM0-$Revision: 1.152 $"
 
 maxusers	32		# estimated number of users
 
@@ -256,13 +256,10 @@ ichlpcib* at pci? dev ? function ?	# Int
 					# watchdog and SpeedStep support
 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
 pchb*	at pci? dev ? function ?	# PCI-Host bridges
-options 	AGP_X86
 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*	at pci? dev ? function ?	# PCI "universal" comm. cards
 
-agp*	at pchb?
-
 # ISA bus support
 isa0	at ichlpcib?
 isa0	at pcib?

Reply via email to