32dc3c5832
Now use amiga HW for soft interrupts, non-contig options (2 or many chunks), interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6 interrupts to level 4 (deal with icky built-in serial port)
15 lines
258 B
C
15 lines
258 B
C
/* $NetBSD: trap.h,v 1.8 1995/02/12 19:19:39 chopps Exp $ */
|
|
|
|
#ifndef _MACHINE_TRAP_H_
|
|
#define _MACHINE_TRAP_H_
|
|
|
|
#include <m68k/trap.h>
|
|
|
|
/*
|
|
* make sure we don't have this one defined, it's no longer done
|
|
* with the REI emulation.
|
|
*/
|
|
#undef T_SSIR
|
|
|
|
#endif
|