Ignore:
Timestamp:
Nov 4, 2009, 4:21:24 PM (16 years ago)
Author:
pasha
Message:

Rebuild buffers supply, fix DDCMD_WRITE with len=0 in WAVE chain, remove/add debug output, change DebugInt3 for debug/nondebug version, move unused code to unused directore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/irq.hpp

    r418 r468  
    5151// ###IHV:  IRQ sharing flag.  Set this to "0" for ISA bus, "1" for PCI
    5252// PCI and Microchannel environments (where hardware can share an IRQ level.
    53 const BOOL IRQ_HW_Sharing = 0;
     53const unsigned long IRQ_HW_Sharing = 0;
    5454
    5555// Max num of int handlers per IRQ level.
    56 const int MAX_HandlersPerIRQLevel = 3;
     56const unsigned long MAX_HandlersPerIRQLevel = 3;
    5757
    5858// PFN_InterruptHandler:  Pointer to an interrupt handler.  This is a near
     
    9292   // Runs in interrupt context.
    9393   void CallHandlers (void);
     94   //PS+++ add for debug IRQ level
     95   USHORT GetIRQLevel (void) { return _usIRQLevel;};
    9496
    9597private:
Note: See TracChangeset for help on using the changeset viewer.