Deleted Added
full compact
4c4
< * $FreeBSD: head/sys/dev/ic/i8237.h 141391 2005-02-06 13:46:39Z phk $
---
> * $FreeBSD: head/sys/dev/ic/i8237.h 146214 2005-05-14 10:14:56Z nyan $
12,34d11
<
< #ifndef PC98
< /*
< ** Register definitions for DMA controller 1 (channels 0..3):
< */
< #define DMA1_CHN(c) (IO_DMA1 + 1*(2*(c))) /* addr reg for channel c */
< #define DMA1_STATUS (IO_DMA1 + 1*8) /* status register */
< #define DMA1_SMSK (IO_DMA1 + 1*10) /* single mask register */
< #define DMA1_MODE (IO_DMA1 + 1*11) /* mode register */
< #define DMA1_FFC (IO_DMA1 + 1*12) /* clear first/last FF */
< #define DMA1_RESET (IO_DMA1 + 1*13) /* reset */
<
< /*
< ** Register definitions for DMA controller 2 (channels 4..7):
< */
< #define DMA2_CHN(c) (IO_DMA2 + 2*(2*(c))) /* addr reg for channel c */
< #define DMA2_STATUS (IO_DMA2 + 2*8) /* status register */
< #define DMA2_SMSK (IO_DMA2 + 2*10) /* single mask register */
< #define DMA2_MODE (IO_DMA2 + 2*11) /* mode register */
< #define DMA2_FFC (IO_DMA2 + 2*12) /* clear first/last FF */
< #define DMA2_RESET (IO_DMA2 + 2*13) /* reset */
< #endif
<