Add PCI_CFG_BIOS
authorhpa <hpa>
Wed, 3 Aug 2005 21:27:39 +0000 (21:27 +0000)
committerhpa <hpa>
Wed, 3 Aug 2005 21:27:39 +0000 (21:27 +0000)
com32/include/sys/pci.h

index bfa7e60..5f53060 100644 (file)
@@ -17,6 +17,7 @@ enum pci_config_type {
   PCI_CFG_AUTO         = 0,    /* autodetect */
   PCI_CFG_TYPE1                = 1,
   PCI_CFG_TYPE2                = 2,
+  PCI_CFG_BIOS          = 3,
 };
 
 void pci_set_config_type(enum pci_config_type);