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 Oops, didn't mean to enable agp by defaul...



details:   https://anonhg.NetBSD.org/src/rev/778edcaee077
branches:  trunk
changeset: 514770:778edcaee077
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Sep 10 10:19:12 2001 +0000

description:
Oops, didn't mean to enable agp by default yet.

diffstat:

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

diffs (53 lines):

diff -r e677fa4fb71a -r 778edcaee077 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Sep 10 10:18:37 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Sep 10 10:19:12 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.424 2001/09/10 10:18:37 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.425 2001/09/10 10:19:12 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.424 $"
+#ident                 "GENERIC-$Revision: 1.425 $"
 
 maxusers       32              # estimated number of users
 
@@ -256,7 +256,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
 eisa*  at mainbus?
diff -r e677fa4fb71a -r 778edcaee077 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Mon Sep 10 10:18:37 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Mon Sep 10 10:19:12 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.22 2001/09/10 10:18:37 fvdl Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.23 2001/09/10 10:19:12 fvdl 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.22 $"
+#ident                 "GENERIC-$Revision: 1.23 $"
 
 maxusers       32              # estimated number of users
 
@@ -252,7 +252,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
 isa*   at mainbus?



Home | Main Index | Thread Index | Old Index