diff options
Diffstat (limited to 'sys/i386/isa/ic/i8237.h')
-rw-r--r-- | sys/i386/isa/ic/i8237.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/i386/isa/ic/i8237.h b/sys/i386/isa/ic/i8237.h deleted file mode 100644 index 2199e73..0000000 --- a/sys/i386/isa/ic/i8237.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Intel 8237 DMA Controller - * - * $Id$ - */ - -#define DMA37MD_SINGLE 0x40 /* single pass mode */ -#define DMA37MD_CASCADE 0xc0 /* cascade mode */ -#define DMA37MD_WRITE 0x04 /* read the device, write memory operation */ -#define DMA37MD_READ 0x08 /* write the device, read memory operation */ - |