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.


added atapi handlers
[palacios.git] / palacios / src / devices / ide-types.h
index fab4fa0..caf1ac2 100644 (file)
@@ -92,11 +92,13 @@ struct ide_features_reg {
     } __attribute__((packed));
 } __attribute__((packed));
 
+
 typedef enum {IDE_CTRL_NOT_SPECIFIED, 
              IDE_CTRL_SINGLE_PORT, 
              IDE_CTRL_DUAL_PORT, 
              IDE_CTRL_DUAL_PORT_CACHE} ide_controller_type;
 
+
 struct ide_drive_id {
     union {
        uint16_t buf[256];