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:30:04
gwr
Mon Jun  3 16:20:18 EDT 1996
Update of /a/cvsroot/src/sys/arch/sun3/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25603

Revision/Branch: netbsd-1-2

Modified Files:
	kd.c 
Log Message:
Add tty_attach(tp);


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

Revision/Branch: netbsd-1-2

Modified Files:
	bus.h 
Log Message:
pull up from trunk:
>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:28:14 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25786/pci

Revision/Branch: netbsd-1-2

Modified Files:
	pcs_bus_mem_common.c 
Log Message:
pull up from trunk:
>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:28:24 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25786/tc

Revision/Branch: netbsd-1-2

Modified Files:
	tc_bus_mem.c 
Log Message:
pull up from trunk:
>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.