Removed V20 specific instructions (for now) and corrected some warnings.

This commit is contained in:
TC1995
2018-07-21 16:00:10 +02:00
parent af066aee04
commit 7dffe08136
6 changed files with 99 additions and 383 deletions

View File

@@ -140,8 +140,6 @@ wd_interrupt(wd_t *dev, int set)
static void
wd_reset(void *priv)
{
int i;
wd_t *dev = (wd_t *)priv;
wdlog(1, "%s: reset\n", dev->name);
@@ -925,7 +923,7 @@ page2_read(wd_t *dev, uint32_t off)
return(0);
}
#if 0
static void
page2_write(wd_t *dev, uint32_t off, uint8_t val)
{
@@ -989,6 +987,7 @@ page2_write(wd_t *dev, uint32_t off, uint8_t val)
break;
}
}
#endif
/* Routines for handling reads/writes to the Command Register. */
static uint8_t