Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 02/28/2000 23:20:23
Module Name:	syssrc
Committed By:	nisimura
Date:		Tue Feb 29 07:20:22 UTC 2000

Modified Files:
	syssrc/sys/arch/pmax/tc: ioasic.c tc_3max.c tc_3maxplus.c tc_3min.c
	    tc_maxine.c tcbus.c

Log Message:
- Have SYS_DEV_xxx device cookie symbols to select and install proper
  interrupt handlers into intrtab[] array, rather than the idea of devices
  in 'psuedo' TURBOchannel slots.
- Nuke symbols for psuedo TC slots.
- Abandon never/unlikely used intr_disestablish()s.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/pmax/tc/ioasic.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/pmax/tc/tc_3max.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/pmax/tc/tc_3maxplus.c \
    syssrc/sys/arch/pmax/tc/tc_3min.c syssrc/sys/arch/pmax/tc/tc_maxine.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/pmax/tc/tcbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.