CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/03 06:46:30
Modified files:
sys/arch/sgi/dev: if_mec.c mavb.c mkbc.c power.c
sys/arch/sgi/localbus: com_lbus.c macebus.c macebusvar.h
sys/arch/sgi/pci: macepcibridge.c
Log message:
Remove the unused interrupt type (edge/level) from the mace interrupt
handler registration. The code is inherited from isa(4), but on the O2,
although some interrupt sources on CRIME are edge-triggered, all
the MACE interrupts are level-triggered.
>From miod@