From 5f5910616ddb485babd32a64c7b4c8d476a53cf4 Mon Sep 17 00:00:00 2001 From: fvdl Date: Mon, 10 Sep 2001 10:19:12 +0000 Subject: [PATCH] Oops, didn't mean to enable agp by default yet. --- sys/arch/i386/conf/GENERIC | 6 +++--- sys/arch/i386/conf/GENERIC_LAPTOP | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bdef29449881..152af186c08f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 @@ 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? +#agp* at pchb? # EISA bus support eisa* at mainbus? diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index af8a0ebd16fe..c6f24baffa53 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -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 @@ 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? +#agp* at pchb? # ISA bus support isa* at mainbus?