Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/21/1996 23:00:04
thorpej
Mon Oct 21 15:57:02 PDT 1996
Update of /cvsroot/src/sys/dev/pci
In directory netbsd1:/var/slash-tmp/cvs-serv9992

Modified Files:
	ahc_pci.c bha_pci.c cy_pci.c if_de.c if_en_pci.c if_ep_pci.c 
	if_fpa.c if_le_pci.c if_levar.h ncr.c pci.c pcivar.h ppb.c 
Log Message:
New bus.h implementation/interface:
	- No more distinction between i/o-mapped and memory-mapped
	  devices.  It's all "bus space" now, and space tags
	  differentiate the space with finer grain than the
	  bus chipset tag.
	- Add memory barrier methods.
	- Implement space alloc/free methods.
	- Implement region read/write methods (like memcpy to/from
	  bus space).
This interface provides a better abstraction for dealing with
machine-independent chipset drivers.