Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/25/1997 01:30:03
thorpej
Fri Oct 24 18:22:02 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv29663

Modified Files:
	pci_swiz_bus_io_chipdep.c pci_swiz_bus_mem_chipdep.c 
Log Message:
Make the copy_region methods do overlapping copies properly.  Fixes
port-alpha/4216 (Chris Demetriou).


thorpej
Fri Oct 24 18:25:13 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv29864

Modified Files:
      Tag: netbsd-1-3
	pci_swiz_bus_io_chipdep.c pci_swiz_bus_mem_chipdep.c 
Log Message:
Pull up from trunk:

Make the copy_region methods do overlapping copies properly.  Fixes
port-alpha/4216 (Chris Demetriou).


thorpej
Fri Oct 24 18:29:33 PDT 1997
Update of /cvsroot/src/usr.sbin/rpc.statd
In directory netbsd1:/var/slash-tmp/cvs-serv609

Modified Files:
	statd.c 
Log Message:
To print a size_t, cast to u_long and use %lu printf format so that
this works on the Alpha.