Module Name:src
Committed By: thorpej
Date: Mon Jan 4 18:23:10 UTC 2021
Modified Files:
src/sys/arch/atari/isa: isa_dma.c
Log Message:
malloc(9) -> kmem(9)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/atari/isa/isa_dma.c
Please note that d
Module Name:src
Committed By: tsutsui
Date: Sat Jan 20 19:36:47 UTC 2018
Modified Files:
src/sys/arch/atari/isa: isa_milan.c
Log Message:
Ack EOI for IRQ_SLAVE of the master PIC after ack for IRQ of the slave PIC.
I'm not sure if there are possible races in the original c
Module Name:src
Committed By: tsutsui
Date: Sat Jan 20 18:33:09 UTC 2018
Modified Files:
src/sys/arch/atari/isa: isa_milan.c
Log Message:
Use a proper PSL value to be passed to splx(9) functions.
This should have been changed on yamt-splraiseipl branch merge
back in 2006,
Module Name:src
Committed By: tsutsui
Date: Sat Jan 20 18:01:53 UTC 2018
Modified Files:
src/sys/arch/atari/isa: isa_machdep.c
Log Message:
Fix silent hang during config_console() (before consinit()) on Milan.
config_console() was a dirty hack used by ancient m68k ports
t
Module Name:src
Committed By: christos
Date: Fri Feb 26 18:16:51 UTC 2016
Modified Files:
src/sys/arch/atari/isa: isa_dma.c
Log Message:
PR/50857: David Binderman: Remove redundant code.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/atari/isa