Ignore:
Timestamp:
Nov 5, 2010, 1:40:22 PM (15 years ago)
Author:
markus
Message:

Heureka! Fixed problems on real hardware (AHCI enabled bit must be set explicitly for each command...)

Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci

    • Property svn:ignore
      •  

        old new  
        88*.out
        99*.map
         10TAGS
         11bldday.h
  • trunk/src/os2ahci/Makefile

    r34 r36  
    11###############################################################################
    2 # Makefile - makefile for os2ahci driver
     2# Makefile - makefile for os2ahci driver, c600 tool chain
    33#
    4 # Copyright (c) 2010 Christian Mueller. Parts copied from/inspired by the
    5 # Linux AHCI driver; those parts are (c) Linux AHCI/ATA maintainers
     4# Copyright (c) 2010 Christian Mueller, Markus Thielen.
    65#
    76#  This program is free software; you can redistribute it and/or modify
     
    1817#  along with this program; if not, write to the Free Software
    1918#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 
     19#
    2120
    2221###############################################################################
     
    104103# Action definitions (compile/link commands)
    105104
     105# emacs TAGS file creation
     106# NOTE: OS/2 emacs etags.exe expects an empty file named c:\dev\null...
     107tags:   $(SRCS) $(INCS)
     108        etags.exe $(SRCS) $(INCS)
     109
    106110bldday.h:
    107111        $(BLDDATE) > bldday.h
Note: See TracChangeset for help on using the changeset viewer.