Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/sound/pci/via82c686.c 70345 2000-12-25 02:21:16Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pci/via82c686.c 70346 2000-12-25 02:49:28Z cg $
42a43,45
> #define TIMEOUT 50
> #define VIA_BUFFSIZE 0x4000
>
45a49,58
> /* we rely on this struct being packed to 64 bits */
> 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)
> };
>