Ignore:
Timestamp:
May 16, 2012, 10:19:24 AM (13 years ago)
Author:
Markus Thielen
Message:
  • (#13) added IDC entry point to allow switching back to BIOS mode
  • added IDCTEST driver and program for testing the IDC entry point
  • fixed bug in IOCTL handling (missing 'break')
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r125 r133  
    5050!endif
    5151
    52 CC_INCLUDE   = -I$(DDK)\base\h \
     52CC_INCLUDE   = -I..\include \
     53               -I$(DDK)\base\h \
    5354               -I$(DDK)\base\ibmh \
    5455               -I$(DDK)\base\src\dev\dasd\diskh \
     
    7879           ctxhook.obj apm.obj ioctl.obj trace.obj
    7980
    80 INCS     = os2ahci.h ahci.h version.h
     81INCS     = os2ahci.h ahci.h version.h ioctl.h ..\include\ahci-idc.h
    8182
    8283
     
    122123        etags.exe $(SRCS) $(INCS) $(DDK)\base\src\dev\dasd\diskh\dhcalls.h \
    123124        $(DDK)\base\src\dev\dasd\diskh\iorb.h \
    124         $(DDK)\base\h\bsedos16.h
     125        $(DDK)\base\h\bsedos16.h \
     126        $(DDK)\base\h\devcmd.h \
     127        $(DDK)\base\h\reqpkt.h
    125128
    126129bldday.h:
Note: See TracChangeset for help on using the changeset viewer.