[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Falcon IDE controller
V Ne, 11. 07. 2004 v 12:17, Adam Kłobukowski píše:
> I'm especially interested in how it interacts with MFP.
This is an interesting piece of information from linux:
/* ST-MFP interrupts */
...
#define IRQ_MFP_FDC (15)
#define IRQ_MFP_ACSI IRQ_MFP_FDC
#define IRQ_MFP_FSCSI IRQ_MFP_FDC
#define IRQ_MFP_IDE IRQ_MFP_FDC
So the interrupt is shared between FDC, ACSI, Falcon SCSI and Falcon
IDE.
Petr