Subject: CVS commit: [netbsd-4] src/sys/arch/sgimips/gio
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/10/2006 17:00:23
Module Name:	src
Committed By:	tron
Date:		Sun Sep 10 17:00:23 UTC 2006

Modified Files:
	src/sys/arch/sgimips/gio [netbsd-4]: files.gio
Added Files:
	src/sys/arch/sgimips/gio [netbsd-4]: pci_gio.c

Log Message:
Pull up following revision(s) (requested by rumble in ticket #137):
	sys/arch/sgimips/gio/pci_gio.c: revision 1.1
	sys/arch/sgimips/gio/files.gio: revision 1.8
Provide a pseudo-pci bus for the following PCI ethernet boards, which live
behind custom PCI<->GIO bridges:
	- Set Engineering GIO Fast Ethernet (TI ThunderLAN)
	- Phobos G100 (DEC 21140?)
	- Phobos G130 (DEC 21143)
	- Phobos G160 (DEC 21143)
All boards present the chipsets' pci configuration registers at some
defined offset in their slots' address space as well as device registers.
We simply allow the MI pci subsystem to attach the devices.
This has been tested with a G130 board (DEC 21143) and works well on IP20
and IP24. The Set Engineering board attaches, works fine when receiving and
lightly transmitting, but chokes for unknown reasons on heavy transmits.
The tl(4) driver may need some fixing.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.18.1 src/sys/arch/sgimips/gio/files.gio
cvs rdiff -r0 -r1.2.4.1 src/sys/arch/sgimips/gio/pci_gio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.