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:20:05
cgd
Mon Jun  3 16:10:55 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25294

Modified Files:
	ALPHA GENERIC GENERIC_NFS 
Log Message:
add "le* at pci?", because it compiles and may actually work.


cgd
Mon Jun  3 16:11:53 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/conf
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25411

Revision/Branch: netbsd-1-2

Modified Files:
	ALPHA GENERIC GENERIC_NFS 
Log Message:
pull up from trunk:
>add "le* at pci?", because it compiles and may actually work.


cgd
Mon Jun  3 16:18:52 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25531/include

Modified Files:
	bus.h 
Log Message:
gross hack to get around the fact that there are currently devices with
common back-ends that live on multiple very-different busses (e.g. PCI and
TC), which need bus-specific DMA mapping support.  As a nice side effect,
this will allow the especially nasty (vtophys(va) | 0x40000000) expressions
to go away in favor of less nasty bus-specific function calls.


cgd
Mon Jun  3 16:18:55 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25531/pci

Modified Files:
	pcs_bus_mem_common.c 
Log Message:
gross hack to get around the fact that there are currently devices with
common back-ends that live on multiple very-different busses (e.g. PCI and
TC), which need bus-specific DMA mapping support.  As a nice side effect,
this will allow the especially nasty (vtophys(va) | 0x40000000) expressions
to go away in favor of less nasty bus-specific function calls.


cgd
Mon Jun  3 16:19:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25531/tc

Modified Files:
	tc_bus_mem.c 
Log Message:
gross hack to get around the fact that there are currently devices with
common back-ends that live on multiple very-different busses (e.g. PCI and
TC), which need bus-specific DMA mapping support.  As a nice side effect,
this will allow the especially nasty (vtophys(va) | 0x40000000) expressions
to go away in favor of less nasty bus-specific function calls.