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.


huge update for merge
[palacios.git] / palacios / src / devices / ide.c
2009-04-06 Jack Lange huge update for merge
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 updated PCI
2009-03-31 Jack Lange more updates for DMA
2009-03-24 Jack Lange updates to ATAPI packet command support
2009-03-19 Jack Lange added atapi handlers
2009-03-18 Jack Lange added atapi identify and command port handler
2009-03-18 Jack Lange added RAM based CD, updates to device registration
2009-03-18 Jack Lange updated ide layer
2009-03-18 Jack Lange added standard port write handler
2009-03-18 Jack Lange initial commit of IDE layer