Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 09/05/1998 20:00:26
Module Name:	src
Committed By:	mark
Date:		Sun Sep  6 03:00:26 UTC 1998

Added Files:
	src/sys/arch/arm32/pci: pcib.c
Log Message:
Initial commit of PCI-ISA bridge device driver. This driver use the
PCI-ISA bridge callback mechanism to attach the ISA bus to the PCI=ISA
bridge.
This is basically an import of the i386 pcib.c code with very minor
changes.