Ignore:
Timestamp:
Jul 20, 2010, 5:52:49 PM (15 years ago)
Author:
David Azarewicz
Message:

Changes to PCI bus scan, malloc, cleanup all warnings, misc other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/drv32/irq.cpp

    r458 r519  
    6767    BYTE   LowIRQ;
    6868    BYTE   HighIRQ;
    69     BYTE   Pin;   
     69    BYTE   Pin;
    7070} sISRHigh[8];     //FIX me to MAX_DEVICES or same
    7171
     
    136136    ULONG       ulIrqNo;
    137137
    138    // enable interrupts that have higher priority we should 
     138   // enable interrupts that have higher priority we should
    139139   // allow higher priority interrupts
    140    sti(); 
     140   sti();
    141141   if( process_interrupt(ulSlotNo, &ulIrqNo) ) {
    142        // We've cleared all service requests. 
    143        // Clear (disable) Interrupts, Send EOI 
     142       // We've cleared all service requests.
     143       // Clear (disable) Interrupts, Send EOI
    144144       // and clear the carry flag (tells OS/2 kernel that Int was handled).
    145        // Note carry flag is handled in setup.asm 
     145       // Note carry flag is handled in setup.asm
    146146       cli();
    147147       DevEOI( (WORD16)ulIrqNo );
Note: See TracChangeset for help on using the changeset viewer.