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/13/1996 13:50:07
cgd
Thu Jun 13 13:41:53 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10184

Revision/Branch: netbsd-1-2

Modified Files:
	tc_bus_io.c 
Log Message:
pull up from trunk:
>implement bus_mem_subregion() and bus_io_subregion().


cgd
Thu Jun 13 13:42:53 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10214

Revision/Branch: netbsd-1-2

Modified Files:
	tc_bus_mem.c 
Log Message:
pull up from trunk:
>implement bus_mem_subregion() and bus_io_subregion().
and:
>since bus_mem_subregion() can return failure, don't even bother to try
>to handle the case where subregion offset isn't a multiple of 8.
and:
>fix pasto in last commit.


cgd
Thu Jun 13 13:44:47 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10320

Revision/Branch: netbsd-1-2

Modified Files:
	bus.h 
Log Message:
pull up from trunk:
>implement bus_mem_subregion() and bus_io_subregion().


cgd
Thu Jun 13 13:45:37 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv10431

Revision/Branch: netbsd-1-2

Modified Files:
	autoconf.h 
Log Message:
pull up from trunk:
>boot device autodetection, using PROM's boot device environment variable.
>This is a bit of a hack, as-is, since there's a lot of code that's
>outright duplicated between the various files and because it doesn't
>support detection of a network device as the root device.  The
>latter's not a problem yet, because NetBSD/Alpha can't load the kernel
>from the network to begin with.