Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/13/1997 07:10:02
scottr
Sun Jan 12 23:01:24 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv975

Modified Files:
	adbsys.c adbvar.h 
Log Message:
Some changes to make ADB work when compiled with -O2:

  - extdms_done is modified by things outside of our direct control;
    it needs to be declared `volatile'
  - CountADBs() fails when we call it the second time.  We can work
    around this by telling extdms_init() how many ADB devices we have,
    only calling CountADBs() once.


scottr
Sun Jan 12 23:06:51 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/conf
In directory netbsd1:/var/slash-tmp/cvs-serv1671

Modified Files:
	Makefile.mac68k 
Log Message:
Compile kernels with -O2


scottr
Sun Jan 12 23:08:51 PST 1997
Update of /cvsroot/src/sys/arch/mac68k/conf
In directory netbsd1:/var/slash-tmp/cvs-serv1785

Modified Files:
	MYSTERY 
Log Message:
Compile with -O2 (need to update COPTS so we still get -m68030)