Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/dev/sound/pci/via82c686.h 64439 2000-08-09 00:55:55Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pci/via82c686.h 70346 2000-12-25 02:49:28Z cg $
52,60d51
< struct via_dma_op {
< u_int32_t ptr;
< u_int32_t flags;
< #define VIA_DMAOP_EOL 0x80000000
< #define VIA_DMAOP_FLAG 0x40000000
< #define VIA_DMAOP_STOP 0x20000000
< #define VIA_DMAOP_COUNT(x) ((x)&0x00FFFFFF)
< };
<
105,107d95
< #define TIMEOUT 50
< #define VIA_BUFFSIZE 0x4000
<