1
0
mirror of synced 2026-01-11 23:42:59 +00:00
This commit is contained in:
Romain Dolbeau 2022-10-31 15:11:30 +01:00
parent deb604ee26
commit 8c2cee307b

View File

@ -446,7 +446,7 @@ sbusfpga_sdram_iosize(device_t dev, int *count)
#define DMA_STATUS_CHECK_BITS (0x01F)
#ifdef USE_INTR
/* asynchronous version, completin in interrupt
/* asynchronous version, completing in interrupt
* doesn't work
*/
static int
@ -467,6 +467,7 @@ sbusfpga_sdram_diskstart(device_t self, struct buf *bp)
if (sc->bp != NULL) {
err = EAGAIN;
mutex_exit(&sc->sc_lock);
device_printf(sc->dk.sc_dev, "%s: I'm busy\n", __PRETTY_FUNCTION__);
return err;
}