Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/03/1995 21:20:10
mycroft
Thu Aug  3 21:10:12 EDT 1995
Update of /a/cvsroot/src/sys/netccitt
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6399

Modified Files:
	pk_subr.c 
Log Message:
Encapsulate the test for sending a notification in a macro, sb_notify().

mycroft
Thu Aug  3 21:12:29 EDT 1995
Update of /a/cvsroot/src/sys/netinet
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6445

Modified Files:
	tcp_input.c 
Log Message:
Encapsulate the test for sending a notification in a macro, sb_notify().

mycroft
Thu Aug  3 21:13:37 EDT 1995
Update of /a/cvsroot/src/sys/netiso
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6477

Modified Files:
	tp_subr.c 
Log Message:
Encapsulate the test for sending a notification in a macro, sb_notify().

jonathan
Thu Aug  3 21:14:20 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6361

Modified Files:
	autoconf.c 
Log Message:
Restructure configure(): move turbochannel-device configuration
into a separate function for readability.  Rework interrupt initialization,
so interrupts are never enabled until configuration has found and
attached all devices.  Call spl0() just before probing the scsi bus,
as the DECstation scsi code can't poll, and hangs if interrupts
are disabled.

Add preliminary support for new config, protected by #ifdef NEWCONF/#endif.

Cosmetic changes to swapconf() and setroot() to reduce distance
from Alpha versions of same.


mycroft
Thu Aug  3 21:14:58 EDT 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6550

Modified Files:
	socketvar.h 
Log Message:
Encapsulate the test for sending a notification in a macro, sb_notify().

thorpej
Thu Aug  3 18:17:30 PDT 1995
Update of /a/cvsroot/src/sys/lib/libsa
In directory pain.lcs.mit.edu:/a/var_tmp/cvs-serv6591

Modified Files:
	arp.c 
Log Message:
Kill extra declaration of bcea[].  It's also defined in globals.c.