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.


functional DMA reads for IDE disks
[palacios.git] / palacios / include / devices / pci_types.h
index 34de636..e0d5237 100644 (file)
@@ -32,7 +32,8 @@ struct pci_config_header {
     uint16_t   status;
     
     
-    uint16_t    revision;
+    uint8_t    revision;
+    uint8_t    prog_if;
     uint8_t     subclass;
     uint8_t     class;