Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/04/1999 21:37:20
Module Name: src
Committed By: thorpej
Date: Wed May 5 04:37:19 UTC 1999
Modified Files:
src/sys/arch/macppc/pci: bandit.c
Log Message:
- Completely rewrite how bus space tags for PCI space are set up. Instead
of hard-coding them, decode the "ranges" property of the PCI bus node in
OpenFirmware.
- Do a little cleanup, and share some more code between the Bandit/Chaos
and MPC106.
XXX The bus_space(9) implementation for macppc really needs to be
rewritten.