Changeset 305 for GPL/branches/uniaud-2.0/lib32/pci.c
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/lib32/pci.c
r289 r305 1 /* $Id: pci.c,v 1.1.1.1 2003/07/02 13:57:02 eleph Exp $ */ 1 2 /* 2 3 * OS/2 implementation of Linux PCI functions (using direct port I/O) … … 31 32 #include <asm/io.h> 32 33 #include <sound/config.h> 33 #include <sound/ driver.h>34 #include <sound/core.h> 34 35 #include <sound/asound.h> 35 36 … … 629 630 //****************************************************************************** 630 631 //****************************************************************************** 631 intpci_set_dma_mask (struct pci_dev *dev, unsigned long mask)632 void pci_set_dma_mask (struct pci_dev *dev, unsigned long mask) 632 633 { 633 634 if (dev) 634 {635 635 dev->dma_mask = mask; 636 return 0;637 }638 return -1;639 636 } 640 637 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.