patch-2.4.13 linux/include/asm-arm/hardware/pci_v3.h
Next file: linux/include/asm-arm/io.h
Previous file: linux/include/asm-arm/hardirq.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Oct 11 09:04:57 2001
-  Orig file: 
v2.4.12/linux/include/asm-arm/hardware/pci_v3.h
-  Orig date: 
Mon Aug 27 12:41:47 2001
diff -u --recursive --new-file v2.4.12/linux/include/asm-arm/hardware/pci_v3.h linux/include/asm-arm/hardware/pci_v3.h
@@ -102,6 +102,10 @@
 
 /*  PCI_CFG bits
  */
+#define V3_PCI_CFG_M_I2O_EN		(1 << 15)
+#define V3_PCI_CFG_M_IO_REG_DIS		(1 << 14)
+#define V3_PCI_CFG_M_IO_DIS		(1 << 13)
+#define V3_PCI_CFG_M_EN3V		(1 << 12)
 #define V3_PCI_CFG_M_RETRY_EN           (1 << 10)
 #define V3_PCI_CFG_M_AD_LOW1            (1 << 9)
 #define V3_PCI_CFG_M_AD_LOW0            (1 << 8)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)