Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/05/1997 03:30:07
briggs
Tue Nov  4 19:23:24 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/mac68k
In directory netbsd1:/var/slash-tmp/cvs-serv21311

Modified Files:
	locore.s 
Log Message:
For level 4 (serial) interrupts: If the handler returns 0, take the
normal rei course.  If the handler returns non-zero, just rte.
This should allow better MACE response-time and still keep serial
interrupt overhead to a minimum on older, slower machines.


perry
Tue Nov  4 19:25:54 PST 1997
Update of /a/cvsroot/src/sys/arch/i386/conf
In directory netbsd1:/var/slash-tmp/cvs-serv21894

Added Files:
	INSTALL_SMALL 
Log Message:
Small installation kernel for older machines; fits on 1.2M floppy but
doesn't support PCI or PCMCIA.


briggs
Tue Nov  4 19:27:32 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv22170

Modified Files:
	if_sn_obio.c 
Log Message:
For the LC575/Q630 (comm-slot machines), try to derive the card settings.
Unfortunately, there does not seem to be a good way to determine what
variety of comm-slot card is present in a machine.  There is still an
interrupt issue preventing these cards from working--hopefully that will
be ironed out shortly.