Subject: Re: Interrupt types
To: None <tech-kern@netbsd.org>
From: Leo Weppelman <leo@wau.mis.ah.nl>
List: tech-kern
Date: 11/26/1998 09:29:48
On Wed 25 Nov 1998, Leo Weppelman wrote:
> On Mon 09 Nov 1998, Martin Husemann wrote:
> > Now the i386 isa bus only supports IST_EDGE. This is a restriction of the
> > bus's implementation on this plattform, which is not shared by isa bus
> > implementations on the atari (and probably on the amiga). The atari isa
> > bus uses level triggered interrupts...
>
> Just for the record, the atari uses edge-triggered interrupts, the amiga
> edge...
Valentin Pepelea found a rather confusion typo in the above sentence. It
should have read:
Just for the record, the atari uses edge-triggered interrupts, the amiga
level...
Sorry for the confusion,
Leo.