source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105   14 years Markus Thielen changed readsect; buffer size can now be set on the command line
(edit) @104   14 years Markus Thielen added readtest.c (sector read program)
(edit) @103   14 years Markus Thielen added error interrupt info to serial dump
(edit) @102   14 years Markus Thielen avoid possible IRQ storm during error handling
(edit) @101   14 years Markus Thielen use 32bit calculation during validation of BIOS provided CHS data; …
(edit) @100   14 years Markus Thielen fixed Makefile bug (DEF file not rebuilt if version.h changed)
(edit) @99   14 years ktk removed directory
(edit) @98   14 years ktk new directory
(edit) @97   14 years markus tagging 1.12, first public release
(edit) @96   14 years markus added tags dir
(edit) @95   14 years markus removed os2ahci.def from SVN, since it's a created file; changed …
(edit) @94   14 years markus updated README (toolchain description)
(edit) @93   14 years chris - Add "This driver is licensed for use only in conjunction with …
(edit) @92   14 years chris - Changes to README
(edit) @91   14 years chris - updated README
(edit) @90   14 years chris - Added README
(edit) @89   14 years markus added doc dir incl. info about command line switches
(edit) @88   14 years markus changed bldlevel signature according to contract
(edit) @87   14 years markus changed copyright headers according to contract; removed evaluation message
(edit) @86   14 years chris - Cosmetic changes to comments - Fix number to string conversion for …
(edit) @85   14 years markus new version 1.10
(edit) @84   14 years chris - Added ioctl.c, ioctl.h and apm.c to repository
(edit) @83   14 years markus removed BLDLEVEL_ constants from version.h to get rid of redundant …
(edit) @82   14 years chris Version 1.09 ============ - Added new command line parameter, "/4", …
(edit) @81   14 years chris Version 1.07 ============ - Changed resource allocation such that all …
(edit) @80   14 years chris Version 1.06 ============ - Finally came across a BIOS which accesses …
(edit) @79   14 years chris - fixed debug print code in readl/writel (stack offset after printf() …
(edit) @78   14 years markus set EOL style for OS/2 cmds to CRLF
(edit) @77   14 years chris - Further fixes to automatic ATAPI sense handling, now supporting …
(edit) @76   14 years chris - APM support - Generic IOCTL interface for adapter passthrough …
(edit) @75   14 years chris atapi.c: - Extended workaround for incorrect direction bits to "mode …
(edit) @74   14 years chris - ATAPI fixes; still having trouble with INQUIRY command bein sent …
(edit) @73   14 years chris - Actually, I tried to get CR/LF-formatted Rexx scripts checked in but …
(edit) @72   14 years chris - cosmetic changes
(edit) @71   14 years chris - Added minimum NCQ depth for SATA devices which don't support NCQ at …
(edit) @70   15 years chris A few small comment changes which where in the queue for a few weeks.
(edit) @69   15 years markus fixed ATAPI packet commands; added cache flush in shutdown handler; …
(edit) @68   15 years markus made it compile, added atapi command mapping/padding (->12 bytes)
(edit) @67   15 years markus set AP_WRITE flag for atapi_exec_cdb commands according to flags in IORB
(edit) @66   15 years chris - Added code to dprintf TF_DATA register in restart_ctxhook - Cleaned …
(edit) @65   15 years root added padding to ATAPI CDBs
(edit) @64   15 years markus changed atapi command bits; ATAPI commands are still not working
(edit) @63   15 years markus added feature byte to ATAPI commands; fixed request sense CDB
(edit) @62   15 years markus fixed wrong ATAPI_REQ_SENSE command
(edit) @61   15 years markus removed INT 3 from memcpy (haha, got ya!); removed obsolete …
(edit) @60   15 years markus added atapi_ calls; untested
(edit) @59   15 years markus removed (already commented out) debug code
(edit) @58   15 years markus fixed NCQ (yay!)
(edit) @57   15 years markus fixed ata_cmd to FIS mapping (LBA-28); removed sector mapping test code
(edit) @56   15 years markus dump LBA28/LBA48 and hex dump of FIS to serial terminal
(edit) @55   15 years markus fixed readtest to run under OS/2 Ring3 above 2GB; commented out ADD …
(edit) @54   15 years markus added first readtest version (does not compile)
(edit) @53   15 years markus version with lba mapping (read) test
(edit) @52   15 years markus nothing much
(edit) @51   15 years markus ported lbatest to unix
(edit) @50   15 years markus started rewrite of lbatest (old version is limited to 2GB...)
(edit) @49   15 years markus sped up writing (larger buffer)
(edit) @48   15 years markus display console message if AHCI device is claimed by other driver; …
(edit) @47   15 years markus removed NCQ flag array dump
(edit) @46   15 years markus display geomtry info if debug is set
(edit) @45   15 years markus minor stuff
(edit) @44   15 years markus added lbatest
(edit) @43   15 years markus removed unused local vars
(edit) @42   15 years markus fixed NCQ disabling via switch
(edit) @41   15 years markus set disable_ncq to 0x01 instead of 0xff in command line parser
(edit) @40   15 years markus added option to disable NCQ for all adapters/ports
(edit) @39   15 years markus fixed bug reading CHS from identify package result; fixed ATA geometry …
(edit) @38   15 years markus changes for drive geometry mapping
(edit) @37   15 years markus changed serial port setup (still not working ok), prolonged timeout …
(edit) @36   15 years markus Heureka! Fixed problems on real hardware (AHCI enabled bit must be set …
(edit) @35   15 years markus working on interrupts, bug not found so far
(edit) @34   15 years markus set builddate in DRIVERSTRUCT; fixed RM device signature
(edit) @33   15 years markus added evaluation version message; changed boot logo to contain adapter …
(edit) @32   15 years markus results of testing with AMD SB800... not yet working
(edit) @31   15 years markus display error if device claimed by other driver; update BIOS MMIO …
(edit) @30   15 years markus fixed line endings of bldlevel.cmd
(edit) @29   15 years markus updated ignore patterns
(edit) @28   15 years markus added bldlevel signature creation to WATCOM build
(edit) @27   15 years markus added bldlevel signature creation; set ignore patterns
(edit) @26   15 years markus c600 build now uses ALP instead of MASM; added calling conventions to …
(edit) @25   15 years markus watcom calling conventions…
(edit) @24   15 years markus for watcom build: use watcom calling convention as default, _cdecl …
(edit) @23   15 years markus added debug flags to wcc options
(edit) @22   15 years markus cleanup
(edit) @21   15 years markus more WATCOM/devhelp issues
(edit) @20   15 years markus fixed devhelp calls for Watcom compiler (added private, fixed copy of …
(edit) @19   15 years markus changed wmakefile include file order to find iorb.h from DASD/DISKH first
(edit) @18   15 years markus merged I4M and U4M
(edit) @17   15 years markus removed duplicate exit message; added "no adapters found" message
(edit) @16   15 years markus Changed wmakefile to use link.exe and alp.exe (Assembler) from DDK, …
(edit) @15   15 years markus more try and error on linking the driver with Watcom - no success yet
(edit) @14   15 years markus merged last NCQ related changes with Watcom related changes
(edit) @13   15 years root latest NCQ changes from Christian
(edit) @12   15 years markus wmakefile changes
(edit) @11   15 years markus more fixes to wmakefile
(edit) @10   15 years markus more fixes to wmakefile
(edit) @9   15 years root fixes for Watcom compiler
(edit) @8   15 years markus latest changes by Christian
(edit) @7   15 years markus added Watcom makefile
(edit) @6   15 years root added *.cod to ignore
Note: See TracRevisionLog for help on using the revision log.