Changeset 501 for GPL/trunk/drv32/strategy.c
- Timestamp:
- Jul 11, 2010, 7:01:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/strategy.c
r458 r501 38 38 ULONG StratClose(RP __far *_rp); 39 39 40 ULONG DiscardableInit(RPInit __far*); 40 ULONG DiscardableInit(RPInit __far*); 41 41 42 42 ULONG deviceOwner = DEV_NO_OWNER; … … 70 70 RPInit __far* rp = (RPInit __far*)_rp; 71 71 rc = DiscardableInit(rp); 72 #ifdef DEBUG 73 dprintf(("StratInit. cp1.rc %d", rc)); 74 #endif 72 dprintf(("StratInit End rc=%d", rc)); 75 73 return rc; 76 74 } … … 89 87 BYTE LowIRQ; 90 88 BYTE HighIRQ; 91 BYTE Pin; 89 BYTE Pin; 92 90 }; 93 91 extern struct SaveIRQForSlot sISRHigh[]; … … 138 136 #endif 139 137 if(rp->Function == 1) {//end of shutdown 140 OSS32_Shutdown(); 138 OSS32_Shutdown(); 141 139 } 142 140 return(RPDONE);
Note:
See TracChangeset
for help on using the changeset viewer.