Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/22/1997 08:30:02
matthias
Sat Mar 22 00:28:58 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	clock.c 
Log Message:
Don't hardcode the name of the clock device. Use dv_xname.


matthias
Sat Mar 22 00:29:00 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	machdep.c 
Log Message:
* Include if_inarp.h and not if_ether.h.
* Include arp.h instead of ether.h.
* Remove softnet prototype. It is in cpu.h now.
* Remove calls to intr_init and intr_establish for softclock and softnet.
  This is done in the mainbus attach routine now.
* Remove impintr. This seems to be dead.
* Add natmintr :-)


matthias
Sat Mar 22 00:29:02 PST 1997
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	mainbus.c 
Log Message:
Do intr_init and intr_establish for softclock and softnet in mbattach.



matthias
Sat Mar 22 00:29:19 PST 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/include

Modified Files:
	cpu.h 
Log Message:
Add softnet prototype.


matthias
Sat Mar 22 00:29:41 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	DEFAULT 
Log Message:
DEV_RTC is gone.


matthias
Sat Mar 22 00:29:44 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	DUMMY 
Log Message:
DEV_RTC is gone.


matthias
Sat Mar 22 00:29:46 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	KLONDIKE 
Log Message:
DEV_RTC is gone.
Remove uk driver, add se driver.


matthias
Sat Mar 22 00:29:48 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	SALMON 
Log Message:
DEV_RTC is gone.


matthias
Sat Mar 22 00:29:51 PST 1997
Update of /cvsroot/src/sys/arch/pc532/conf
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/conf

Modified Files:
	STEELHEAD 
Log Message:
DEV_RTC is gone.


matthias
Sat Mar 22 00:29:52 PST 1997
Update of /cvsroot/src/sys/arch/pc532/dev
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/dev

Modified Files:
	lpt.c 
Log Message:
* Use machine/conf.h instead of sys/conf.h to get the
  lpt{open,close,write,ioctl} prototypes.
* Remove the cdev_decl(lpt). We get it from machine/conf.h.
* Add and use LPTSOFTC.
* Use level triggered interrupts (seems to work with less spurious interrupts).
* Do not use NLPT. Use lpt_cd.cd_ndevs to get the number of lpt devices.
* ether_ifattach now needs the ethernet address of the device. Supply a
  dummy address.