Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Enable AGP GART support by default.



details:   https://anonhg.NetBSD.org/src/rev/e5bd0c997675
branches:  trunk
changeset: 525529:e5bd0c997675
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Apr 12 17:58:17 2002 +0000

description:
Enable AGP GART support by default.

diffstat:

 sys/arch/i386/conf/GENERIC        |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 0dba7b609da4 -r e5bd0c997675 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Apr 12 17:56:14 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Apr 12 17:58:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.480 2002/04/12 08:11:01 gmcgarry Exp $
+# $NetBSD: GENERIC,v 1.481 2002/04/12 17:58:17 mycroft Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.480 $"
+#ident                 "GENERIC-$Revision: 1.481 $"
 
 maxusers       32              # estimated number of users
 
@@ -274,7 +274,7 @@
 # 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?
+agp*   at pchb?
 
 # EISA bus support
 eisa0  at mainbus?
diff -r 0dba7b609da4 -r e5bd0c997675 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Fri Apr 12 17:56:14 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Fri Apr 12 17:58:17 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.44 2002/04/12 08:11:02 gmcgarry Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.45 2002/04/12 17:58:17 mycroft Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.44 $"
+#ident                 "GENERIC-$Revision: 1.45 $"
 
 maxusers       32              # estimated number of users
 
@@ -255,7 +255,7 @@
 # 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?
+agp*   at pchb?
 
 # ISA bus support
 isa0   at mainbus?



Home | Main Index | Thread Index | Old Index