Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 608 → Rev 614

/shark/trunk/drivers/bttv/bttv-risc.c
495,9 → 495,9
void
bttv_dma_free(struct bttv *btv, struct bttv_buffer *buf)
{
if (in_interrupt())
BUG();
//videobuf_waiton(&buf->vb,0,0);
//if (in_interrupt())
// BUG();
videobuf_waiton(&buf->vb,0,0);
//videobuf_dma_pci_unmap(btv->dev, &buf->vb.dma);
//videobuf_dma_free(&buf->vb.dma);
btcx_riscmem_free(btv->dev,&buf->bottom);