CVS commit: src/sys/arch/atari/isa

2021-01-04 Thread Jason R Thorpe
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

CVS commit: src/sys/arch/atari/isa

2018-01-20 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/atari/isa

2018-01-20 Thread Izumi Tsutsui
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,

CVS commit: src/sys/arch/atari/isa

2018-01-20 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/atari/isa

2016-02-26 Thread Christos Zoulas
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