Changeset 34 for GPL/trunk/drv32/rm.cpp


Ignore:
Timestamp:
Dec 11, 2005, 5:57:39 PM (20 years ago)
Author:
vladest
Message:

Latest update from ALSA. some intial > 15 interrupts support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/rm.cpp

    r33 r34  
    212212   //Fill in resources read from PCI Configuration space
    213213   detectedResources.uIRQLevel[0]  = pciConfigData->InterruptLine;
    214    if(detectedResources.uIRQLevel[0] == 0 || detectedResources.uIRQLevel[0] > 15)  {
     214   if(detectedResources.uIRQLevel[0] == 0 || detectedResources.uIRQLevel[0] > 255)  {
    215215       //Does not matter if device doesn't have any resources (like a PCI bus controller)
    216216       dprintf(("Invalid PCI irq %x", (int)detectedResources.uIRQLevel[0]));
Note: See TracChangeset for help on using the changeset viewer.