Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/10/1997 23:30:01
cgd
Thu Apr 10 16:21:43 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv2889

Modified Files:
	apecs_bus_io.c apecs_bus_mem.c cia_bus_io.c cia_bus_mem.c 
	dwlpx_bus_io.c dwlpx_bus_mem.c lca_bus_io.c lca_bus_mem.c 
Added Files:
	pci_swiz.h pci_swiz_io_chipdep.c pci_swiz_io_common.c 
	pci_swiz_mem_chipdep.c pci_swiz_mem_common.c 
Removed Files:
	pcs_bus_io_common.c pcs_bus_mem_common.c 
Log Message:
move and split pcs_bus_{mem,io}_common.c, so that:
(1) object code can be shared (where the hardware makes that possible), and
(2) so that the file names better describe the systems which use them.  (the
    pci_swiz* files are for machines whose PCI interfaces require address
    "swizzling."  Later, there will be probably be other sets, e.g. pci_bwx*
    for machines whose chipsets can easily deal with the Alpha BWX extensions
    when doing device accesses.)


cgd
Thu Apr 10 16:24:28 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv4275/alpha

Added Files:
	dec_eb64plus.c 
Log Message:
add eb64+ support, enabled with options DEC_EB64PLUS

cgd
Thu Apr 10 16:24:30 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv4275/include

Modified Files:
	intrcnt.h 
Log Message:
add eb64+ support, enabled with options DEC_EB64PLUS

cgd
Thu Apr 10 16:24:33 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv4275/pci

Modified Files:
	apecs.c 
Added Files:
	pci_eb64plus.c pci_eb64plus.h pci_eb64plus_intr.s 
Log Message:
add eb64+ support, enabled with options DEC_EB64PLUS

cgd
Thu Apr 10 16:26:13 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv4739/include

Modified Files:
	options.h 
Log Message:
put real contents in this file (it's no longer just a placeholder).
This file should #include all machine-dependent option headers (right
now, headers for each of the CPU types, plus a header for the
FIX_UNALIGNED_VAX_FP option).