Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


IDE/ATAPI bug fix - allow sense and other requests to read past
[palacios.git] / palacios / src / devices / atapi.h
2015-08-02 Peter Dinda IDE/ATAPI bug fix - allow sense and other requests...
2015-03-04 Peter Dinda IDE / ATA rewrites (1st step)
2014-01-07 Kyle Hale Added ATA PIO write, other ide cleanup
2013-11-26 Kyle Hale atapi and ioapic bugfixes
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2011-09-14 Jack Lange atapi bug fix
2011-09-14 Jack Lange various bug fixes to the block layer
2011-09-08 Jack Lange added mechanism status ATAPI command
2011-06-16 Peter Dinda Additional debugging output for atapi
2011-01-17 Jack Lange IDE bug fixes to finally get us working with libata...
2010-11-22 Jack Lange reworked device IO hook framework
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-27 Jack Lange stability fixes
2009-12-01 Jack Lange integrated new configuration system
2009-07-01 Jack Lange added more ATAPI commands and debugging to ide layer
2009-06-23 Jack Lange added ATAPI inquiry command
2009-04-10 Jack Lange cdrom DMA functional
2009-04-04 Jack Lange IDE hard drive works past grub
2009-04-03 Jack Lange Added intial cut at IDE disk support
2009-04-02 Jack Lange broken DMA that should be working
2009-03-31 Jack Lange more updates for DMA
2009-03-29 Jack Lange added more ATAPI functions, should now boot Linux
2009-03-24 Jack Lange updates to ATAPI packet command support
2009-03-19 Jack Lange added atapi handlers