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 standard port write handler
[palacios.git] / palacios / src / devices / ide-types.h
index 5509a96..2570a45 100644 (file)
@@ -86,6 +86,12 @@ struct ide_drive_ctrl_reg {
 } __attribute__((packed));
 
 
+struct ide_features_reg {
+    union {
+       uint8_t val;
+    } __attribute__((packed));
+} __attribute__((packed));
+
 
 typedef enum { 
     READ_SECT_W_RETRY = 0x20,