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 PR port-xen/50446



details:   https://anonhg.NetBSD.org/src/rev/9d3a3bc79ff6
branches:  trunk
changeset: 323590:9d3a3bc79ff6
user:      darcy <darcy%NetBSD.org@localhost>
date:      Fri Jun 22 02:51:17 2018 +0000

description:
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.

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 1e5468c835e9 -r 9d3a3bc79ff6 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Thu Jun 21 23:05:44 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Fri Jun 22 02:51:17 2018 +0000
@@ -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       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 @@
                                        # 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?



Home | Main Index | Thread Index | Old Index