Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/drivers/disto/cc3disk_sc2_slp.asm @ 400:15d9dbd6a0e4
Added IRQ and sleep versions of Disto's no halt floppy controller's drvier.
author | tlindner |
---|---|
date | Wed, 28 Aug 2002 04:57:20 +0000 |
parents | 3ccac8049e18 |
children | ecc14d6a24af |
line wrap: on
line diff
--- a/3rdparty/drivers/disto/cc3disk_sc2_slp.asm Wed Aug 28 03:57:01 2002 +0000 +++ b/3rdparty/drivers/disto/cc3disk_sc2_slp.asm Wed Aug 28 04:57:20 2002 +0000 @@ -1,11 +1,15 @@ ******************************************************************** * CC3Disk - Disto No Halt Super Controller II disk driver * +* This driver their 'sleep' driver. It is a no halt (multitasking) +* disk driver, but it does not use interrupts. Thus it is safe to use +* this driver with other hardware uses interrupts. +* * $Id$ * * Ed. Comments Who YY/MM/DD * ------------------------------------------------------------------ -* 02 None. +* 02 Fist disassembled tjl 02/08/27 nam CC3Disk ttl os9 device driver