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.


updated ide layer
[palacios.git] / palacios / src / devices / ide-types.h
index 2570a45..4dbdc1d 100644 (file)
@@ -73,7 +73,7 @@ struct ide_status_reg {
 } __attribute__((packed));
 
 
-struct ide_drive_ctrl_reg {
+struct ide_ctrl_reg {
     union {
        uint8_t val;
        struct {