Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/06/1997 05:50:02
thorpej
Fri Sep  5 22:44:09 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv6782

Modified Files:
	pci_swiz_bus_io_chipdep.c pci_swiz_bus_mem_chipdep.c 
Log Message:
Update for Chris Demetriou's changes made to the bus.h interface:
- bus_space_copy -> bus_space_copy_region (for consistency)
- "cacheable" argument becomes a "flags" argument instead, with
  BUS_SPACE_MAP_CACHEABLE and BUS_SPACE_MAP_LINEAR flags currently
  defined.