Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 11:10:03
mark
Tue Oct 14 04:06:02 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory netbsd1:/var/slash-tmp/cvs-serv19310

Modified Files:
	iomd_irq.S iomd_irqhandler.c 
Log Message:
arm32 kernel source restructure.
  - IOMD specific interrupt handling. These files are mainly the old
    arch/arm32/irq* files moved here and updated for new iomd device etc.
    (revision history maintained).


mark
Tue Oct 14 04:06:58 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory netbsd1:/var/slash-tmp/cvs-serv19534

Added Files:
	iomd_dma.c iomd_dma.h 
Log Message:
arm32 kernel source restructure
  - Implement basic DMA support for the IOMD device.


mark
Tue Oct 14 04:08:47 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory netbsd1:/var/slash-tmp/cvs-serv19843

Modified Files:
	iomdreg.h 
Log Message:
arm32 kernel source restructure
  - IOMD register definitions moved from arm32/include/
  - Updated for new IOMD device and all now base relative.


mark
Tue Oct 14 04:09:57 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory netbsd1:/var/slash-tmp/cvs-serv19952

Modified Files:
	iomd_clock.c 
Log Message:
arm32 kernel source restructure
  - IOMD specific clock support. This used to the the generic ARM clock
    support but is now specific to the IOMD device.
  - Updated to support new IOMD device etc.