Add agp* at pchb?

This commit is contained in:
fvdl 2001-09-10 10:18:37 +00:00
parent 5b6f2046cc
commit 927ade4753
2 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.423 2001/09/10 10:17:29 fvdl Exp $
# $NetBSD: GENERIC,v 1.424 2001/09/10 10:18:37 fvdl Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.423 $"
#ident "GENERIC-$Revision: 1.424 $"
maxusers 32 # estimated number of users
@ -256,6 +256,8 @@ 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?
# EISA bus support
eisa* at mainbus?
eisa* at pceb?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.21 2001/09/10 10:17:30 fvdl Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.22 2001/09/10 10:18:37 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.21 $"
#ident "GENERIC-$Revision: 1.22 $"
maxusers 32 # estimated number of users
@ -252,6 +252,8 @@ 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
isa* at mainbus?
isa* at pcib?