Subject: CVS commit: src/sys/arch/arc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 04/15/2006 12:53:10
Module Name: src
Committed By: tsutsui
Date: Sat Apr 15 12:53:10 UTC 2006
Modified Files:
src/sys/arch/arc/conf: GENERIC RAMDISK
src/sys/arch/arc/include: pci_machdep.h
src/sys/arch/arc/pci: necpb.c
Log Message:
Add support for pci_configure_bus(9) (a.k.a. options PCI_NETBSD_CONFIGURE)
so that PCI devices over ppb(4) work properly on PCI based NEC machines.
Tested on my NEC JC94 (Express5800/230) and 3Com 3C982-TXM,
which has a DEC/Intel 21154 PCI-PCI bridge and two 3C920 Ethernet chips.
To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/sys/arch/arc/conf/GENERIC
cvs rdiff -r1.68 -r1.69 src/sys/arch/arc/conf/RAMDISK
cvs rdiff -r1.7 -r1.8 src/sys/arch/arc/include/pci_machdep.h
cvs rdiff -r1.24 -r1.25 src/sys/arch/arc/pci/necpb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.