Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/04/1997 03:50:02
briggs
Mon Nov  3 19:44:48 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/conf
In directory netbsd1:/var/slash-tmp/cvs-serv3526/conf

Modified Files:
	GENERIC files.mac68k 
Log Message:
Add in the if_mc ethernet driver for the AMD "MACE" part.  This is the
internal ethernet on the Quadra/Centris 660av/840av.
Add initial support for the PSC (DMA controller) to support the above
(DMA SCSI remains unsupported).  This involved also changing the way
that several interrupts are handled.
Above from David Huang <khym@bga.com>
Since the interrupts changed somewhat, we must also make the ipls
dynamic, defaulting to their prior levels and adjusted for the AVs.
I modelled this on the hp300.


briggs
Mon Nov  3 19:44:52 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv3526/dev

Added Files:
	if_mc.c if_mc_obio.c if_mcreg.h if_mcvar.h 
Log Message:
Add in the if_mc ethernet driver for the AMD "MACE" part.  This is the
internal ethernet on the Quadra/Centris 660av/840av.
Add initial support for the PSC (DMA controller) to support the above
(DMA SCSI remains unsupported).  This involved also changing the way
that several interrupts are handled.
Above from David Huang <khym@bga.com>
Since the interrupts changed somewhat, we must also make the ipls
dynamic, defaulting to their prior levels and adjusted for the AVs.
I modelled this on the hp300.


briggs
Mon Nov  3 19:44:55 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv3526/include

Modified Files:
	intr.h 
Added Files:
	psc.h 
Log Message:
Add in the if_mc ethernet driver for the AMD "MACE" part.  This is the
internal ethernet on the Quadra/Centris 660av/840av.
Add initial support for the PSC (DMA controller) to support the above
(DMA SCSI remains unsupported).  This involved also changing the way
that several interrupts are handled.
Above from David Huang <khym@bga.com>
Since the interrupts changed somewhat, we must also make the ipls
dynamic, defaulting to their prior levels and adjusted for the AVs.
I modelled this on the hp300.


briggs
Mon Nov  3 19:45:04 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv3526/mac68k

Modified Files:
	locore.s machdep.c 
Added Files:
	psc.c 
Log Message:
Add in the if_mc ethernet driver for the AMD "MACE" part.  This is the
internal ethernet on the Quadra/Centris 660av/840av.
Add initial support for the PSC (DMA controller) to support the above
(DMA SCSI remains unsupported).  This involved also changing the way
that several interrupts are handled.
Above from David Huang <khym@bga.com>
Since the interrupts changed somewhat, we must also make the ipls
dynamic, defaulting to their prior levels and adjusted for the AVs.
I modelled this on the hp300.