Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1996 16:40:10
cgd
Mon Jun  3 16:30:42 EDT 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25902

Modified Files:
	if_de.c if_le_pci.c ncr.c 
Log Message:
convert alpha vtophys() #defines to use __alpha_bus_XXX_dmamap(), to
get rid of the nasty (vtophys(va) | 0x40000000) expressions, and to make
the code more correct.


cgd
Mon Jun  3 16:32:25 EDT 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26029

Revision/Branch: netbsd-1-2

Modified Files:
	if_de.c if_le_pci.c ncr.c 
Log Message:
pull up from trunk:
>convert alpha vtophys() #defines to use __alpha_bus_XXX_dmamap(), to
>get rid of the nasty (vtophys(va) | 0x40000000) expressions, and to make
>the code more correct.


thorpej
Mon Jun  3 13:33:00 PDT 1996
Update of /a/cvsroot/src/usr.sbin/ypbind
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25775

Modified Files:
	ypbind.c 
Log Message:
Fix buglet in ypbindproc_domain_2() which caused:

	ypbind; sleep 10; ypwhich

to fail (where failure is defined as ypwhich hangs until it gives up,
complaining about not being able to communicate with ypbind).  Failure
mode pointed out by Chris G. Demetriou <cgd@cs.cmu.edu>.


thorpej
Mon Jun  3 13:38:50 PDT 1996
Update of /a/cvsroot/src/usr.sbin/ypbind
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv26194

Revision/Branch: netbsd-1-2

Modified Files:
	ypbind.c 
Log Message:
Pull up ypbindproc_domain_2 fix from the trunk.