Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/sys/pc98/cbus/cbus_dma.c 146049 2005-05-10 12:02:18Z nyan $");
---
> __FBSDID("$FreeBSD: head/sys/pc98/cbus/cbus_dma.c 146214 2005-05-14 10:14:56Z nyan $");
63d62
< #include <dev/ic/i8237.h>
65a65
> #include <pc98/cbus/cbus_dmareg.h>
67,75d66
< /*
< ** Register definitions for DMA controller 1 (channels 0..3):
< */
< #define DMA1_CHN(c) (IO_DMA + (4*(c))) /* addr reg for channel c */
< #define DMA1_STATUS (IO_DMA + 0x10) /* status register */
< #define DMA1_SMSK (IO_DMA + 0x14) /* single mask register */
< #define DMA1_MODE (IO_DMA + 0x16) /* mode register */
< #define DMA1_FFC (IO_DMA + 0x18) /* clear first/last FF */
<