Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Sun Apr 13 19:28:49 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv25381/hp300

Modified Files:
        autoconf.c locore.s trap.c 
Added Files:
        intr.c 
Removed Files:
        isr.c isr.h 
Log Message:
Rearrange the interrupt code slightly:
- place all interrupt-related macros, prototypes, etc. into <machine/intr.h>,
  like other ports.
- rename isrlink/isrunlink/isrinit, etc. intr_establish/intr_disestablish/
  intr_init, etc., and move to intr.c for naming consistency.
- don't call intr_init() twice.


thorpej
Sun Apr 13 19:28:52 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/include
In directory netbsd1:/var/slash-tmp/cvs-serv25381/include

Modified Files:
        cpu.h param.h 
Added Files:
        intr.h 
Log Message:
Rearrange the interrupt code slightly:
- place all interrupt-related macros, prototypes, etc. into <machine/intr.h>,
  like other ports.
- rename isrlink/isrunlink/isrinit, etc. intr_establish/intr_disestablish/
  intr_init, etc., and move to intr.c for naming consistency.
- don't call intr_init() twice.


thorpej
Sun Apr 13 19:28:53 PDT 1997
Update of /cvsroot/src/sys/arch/hp300/conf
In directory netbsd1:/var/slash-tmp/cvs-serv25381/conf

Modified Files:
        files.hp300 
Log Message:
Rearrange the interrupt code slightly:
- place all interrupt-related macros, prototypes, etc. into <machine/intr.h>,
  like other ports.
- rename isrlink/isrunlink/isrinit, etc. intr_establish/intr_disestablish/
  intr_init, etc., and move to intr.c for naming consistency.
- don't call intr_init() twice.




Home | Main Index | Thread Index | Old Index