Update for pchb and pcib drivers.

This commit is contained in:
thorpej 1996-11-28 03:15:13 +00:00
parent 8ef5f80460
commit 23587e9e17
10 changed files with 102 additions and 46 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.34 1996/11/16 01:16:39 fvdl Exp $
# $NetBSD: DISKLESS,v 1.35 1996/11/28 03:15:13 thorpej Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -89,14 +89,18 @@ config netbsd root on nfs swap on nfs
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
#apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
#ppb* at pci? dev ? function ? # PCI-PCI bridges
#pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.62 1996/11/16 01:16:40 fvdl Exp $
# $NetBSD: GENERIC,v 1.63 1996/11/28 03:15:19 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -85,16 +85,23 @@ config netbsd swap generic
options GENERIC
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
options EISAVERBOSE # verbose EISA device messages
options PCIVERBOSE # verbose PCI device messages
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICADP,v 1.34 1996/11/16 01:16:41 fvdl Exp $
# $NetBSD: GENERICADP,v 1.35 1996/11/28 03:15:22 thorpej Exp $
#
# GENERICADP -- everything that's currently supported, except non-
# Adaptec SCSI controllers.
@ -86,16 +86,23 @@ config netbsd swap generic
options GENERIC
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
options EISAVERBOSE # verbose EISA device messages
options PCIVERBOSE # verbose PCI device messages
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICOTHER,v 1.32 1996/11/16 01:16:42 fvdl Exp $
# $NetBSD: GENERICOTHER,v 1.33 1996/11/28 03:15:25 thorpej Exp $
#
# GENERICOTHER -- everything that's currently supported, except
# Adaptec SCSI controllers.
@ -86,16 +86,23 @@ config netbsd swap generic
options GENERIC
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
options EISAVERBOSE # verbose EISA device messages
options PCIVERBOSE # verbose PCI device messages
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: HOMEWORLD,v 1.6 1996/11/16 01:16:42 fvdl Exp $
# $NetBSD: HOMEWORLD,v 1.7 1996/11/28 03:15:27 thorpej Exp $
#
# HOMEWORLD - Mail, CVS, and GNATS server
#
@ -89,12 +89,18 @@ config netbsd root on sd0a swap on sd0b and sd1b
#options GENERIC
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
options PCIVERBOSE # verbose PCI device messages
mainbus0 at root
isa0 at mainbus0
#eisa0 at mainbus0
pci0 at mainbus0 bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
#ppb* at pci? dev ? function ? # PCI-PCI bridges

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTADP,v 1.28 1996/11/16 01:16:43 fvdl Exp $
# $NetBSD: INSTADP,v 1.29 1996/11/28 03:15:30 thorpej Exp $
#
# INSTADP -- like GENERICADP. This supports only Adaptec SCSI
# adapters. This kernel is GENERICADP with lines
@ -91,14 +91,18 @@ options GENERIC
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
#apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.26 1996/11/16 01:16:44 fvdl Exp $
# $NetBSD: INSTALL,v 1.27 1996/11/28 03:15:33 thorpej Exp $
#
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
# adapters. This kernel is GENERICOTHER with lines
@ -91,14 +91,18 @@ options GENERIC
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
#apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTOTHER,v 1.26 1996/11/16 01:16:44 fvdl Exp $
# $NetBSD: INSTOTHER,v 1.27 1996/11/28 03:15:33 thorpej Exp $
#
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
# adapters. This kernel is GENERICOTHER with lines
@ -91,14 +91,18 @@ options GENERIC
mainbus0 at root
isa0 at mainbus0
eisa0 at mainbus0
pci0 at mainbus0 bus ?
#apm0 at mainbus0 # Advanced power management
eisa0 at mainbus0
ppb* at pci? dev ? function ? # PCI-PCI bridges
pci* at ppb? bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
npx0 at isa? port 0xf0 irq 13 # math coprocessor

View File

@ -1,4 +1,4 @@
# $NetBSD: WARPED,v 1.12 1996/11/16 01:16:47 fvdl Exp $
# $NetBSD: WARPED,v 1.13 1996/11/28 03:15:36 thorpej Exp $
#
# WARPED - ftp/sup.netbsd.org server machine
#
@ -91,17 +91,20 @@ config netbsd root on sd0a swap on sd0b and sd1b
#options GENERIC
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
options PCIVERBOSE # verbose PCI device messages
mainbus0 at root
isa0 at mainbus0
#eisa0 at mainbus0
pci0 at mainbus0
pci0 at mainbus0 bus ?
pchb* at pci? dev ? function ? # PCI-Host bridges
pcib* at pci? dev ? function ? # PCI-ISA bridges
isa* at pcib? # ISA on PCI-ISA bridge
isa* at mainbus0 # all other ISA
#apm0 at mainbus0 # Advanced power management
#ppb* at pci? dev ? function ? # PCI-PCI bridges
#pci* at ppb? bus ?
npx0 at isa? port 0xf0 irq 13 # math coprocessor
pc0 at isa? port 0x60 irq 1 # generic PC console device

View File

@ -1,4 +1,4 @@
# $NetBSD: files.i386,v 1.77 1996/08/25 23:39:31 jtk Exp $
# $NetBSD: files.i386,v 1.78 1996/11/28 03:15:39 thorpej Exp $
#
# new style config file for i386 architecture
#
@ -67,6 +67,16 @@ include "../../../dev/pci/files.pci"
file arch/i386/pci/pci_machdep.c pci
file arch/i386/pci/pci_compat.c pci # XXX compatibility
# PCI-Host bridge chipsets
device pchb
attach pchb at pci
file arch/i386/pci/pchb.c pchb
# PCI-ISA bridges
device pcib: isabus
attach pcib at pci
file arch/i386/pci/pcib.c pcib
#
# ISA and mixed ISA+EISA or ISA+PCI drivers
#