Markus Fröschle
8e768bc746
fix hang in USB interrupt (disabled for now)
2016-12-11 10:35:51 +00:00
Markus Fröschle
80baccd9ab
add xlbarb_interrupt_handler
2016-10-23 16:28:19 +00:00
Markus Fröschle
f73e602a80
activated more Coldfire interrupt sources
2015-01-11 17:02:40 +00:00
Markus Fröschle
d860191121
replaced DMA API routines by fresh download with originals
...
moved more interrupt handlers to generalized handler
cleaned up lowlevel interrupt handling
fixed wrong assignment of interrupt masks
reformatted
2015-01-11 10:27:36 +00:00
Markus Fröschle
df28a267da
changed return type of interrupt handlers
2015-01-10 17:44:04 +00:00
Markus Fröschle
b56f40fc98
did more changes to interrupt code, but still crashes in networking
2015-01-10 17:19:56 +00:00
Markus Fröschle
cb5bd09713
This version is working again, except network. For some reason, the DMA
...
interrupts don't seem to be triggered.
2015-01-09 20:12:03 +00:00
Markus Fröschle
44bdd93e74
Not tested. Hopefully fixed interrupts.
2015-01-08 16:36:55 +00:00
Markus Fröschle
764e089806
improved error handling
2014-11-24 16:12:35 +00:00
Markus Fröschle
35b111ef91
added function prototype for irq5_handler()
2014-10-09 17:53:09 +00:00
Markus Fröschle
ab7371532f
implemented hook_interrupt() in PCI code
...
enabled PCI interrupts
ohci seems to damage something in PCI config -> PCI device enumeration
does not top with latest device
networking in EmuTOS lost (probably a result of PCI interrupt
implementation)
2014-10-05 17:50:15 +00:00
Markus Fröschle
9aac73896f
moved PSC3 interrupt handler to BaS dispatcher
2014-09-07 06:55:00 +00:00
Markus Fröschle
5950f3651b
set interrupt and level to same values MiNT driver expects
2014-09-06 18:40:36 +00:00
Markus Fröschle
9b89377caf
removed type field from isr_register_handler() and friends
2014-01-14 07:48:38 +00:00
Markus Fröschle
4f29f6af80
FEC interrupts to level 1
2014-01-08 09:59:44 +00:00
Markus Fröschle
8d53a1feb9
fixed - carelessly choosen - interrupt level for FEC interrupts
2014-01-08 09:01:43 +00:00
Markus Fröschle
dcf0797f11
added interface structure to make the MCD DMA available to MiNT (DMAC cookie). MinT's FEC driver works somewhat, but not reliable yet.
2014-01-01 21:28:17 +00:00
Markus Fröschle
7193b0961e
added missing include of stdbool.h
2013-12-23 14:22:46 +00:00
Markus Fröschle
53dcc23bd6
added more networking routines
2013-12-23 14:14:25 +00:00
Markus Fröschle
78d1969b75
added dbug's fec and network routines
2013-12-20 15:01:54 +00:00
Markus Fröschle
65f057ff57
implemented interrupt controller handling in register_interrupt_handler()
2013-12-15 08:44:28 +00:00
Markus Fröschle
44361ab1a1
still target aborts
2013-11-10 18:11:33 +00:00
Markus Fröschle
399a3119d6
fixed GPL headers
2013-10-22 16:14:58 +00:00
Markus Fröschle
6a1869de06
backported interrupts.c from i2c branch
2013-08-08 15:47:09 +00:00