Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1997 07:10:01
thorpej
Tue Jun 3 00:00:24 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv16970
Added Files:
pci_pte32_sgmap.c pci_pte32_sgmap.h pci_pte64_sgmap.c
pci_pte64_sgmap.h
Log Message:
Add "typedep" code to deal with both the 32-bit and 64-bit PTE formats
found on Alpha workstation and server PCI bridge chipsets.
thorpej
Tue Jun 3 00:02:01 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv17415
Removed Files:
pci_pte32_sgmap.c pci_pte32_sgmap.h pci_pte64_sgmap.c
pci_pte64_sgmap.h
Log Message:
Ooops! Not meant for the trunk; these need to be added to the branch!
thorpej
Tue Jun 3 00:03:26 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv17496
Added Files:
Tag: thorpej-bus-dma
pci_pte32_sgmap.c pci_pte32_sgmap.h pci_pte64_sgmap.c
pci_pte64_sgmap.h
Log Message:
Add "typedep" code to handle both the 32-bit and 64-bit SGMAP PTE
formats found on Alpha workstation and server PCI bridge chipsets.
thorpej
Tue Jun 3 00:05:16 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv17559
Modified Files:
Tag: thorpej-bus-dma
dwlpx_dma.c
Log Message:
- Adopt to new common sgmap code.
- Fix several bugs, and reduce housekeeping overhead.
- Add support for sgmap-mapped DMA on the DWLPx.
thorpej
Tue Jun 3 00:06:05 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv17678
Modified Files:
Tag: thorpej-bus-dma
dwlpxreg.h
Log Message:
Add a bunch of DMA-related constants and bits, etc.
thorpej
Tue Jun 3 00:07:41 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv17731
Modified Files:
Tag: thorpej-bus-dma
apecs_dma.c apecsvar.h cia_dma.c ciavar.h dwlpxvar.h lca_dma.c
lcavar.h
Log Message:
- Adopt to new common sgmap code.
- Fix several bugs, and reduce housekeeping overhead.
thorpej
Tue Jun 3 00:09:24 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/conf
In directory netbsd1:/var/slash-tmp/cvs-serv17833
Modified Files:
Tag: thorpej-bus-dma
files.alpha
Log Message:
Update for new common sgmap code.