]> Zhao Yanbai Git Server - minix.git/commitdiff
Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE.
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 12 Apr 2006 11:26:20 +0000 (11:26 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 12 Apr 2006 11:26:20 +0000 (11:26 +0000)
include/ibm/pci.h

index 9d44e69b084498b4b1d6b9559181a66e3087fbeb..a7884d1eec384baa94aea8e38c37b442dd598796 100644 (file)
@@ -109,6 +109,12 @@ Created:   Jan 2000 by Philip Homburg <philip@cs.vu.nl>
 
 #define PCI_BCR_MASS_STORAGE   0x01    /* Mass Storage class */
 #define        PCI_MS_IDE              0x01    /* IDE storage class */
+#define                        PCI_IDE_PRI_NATIVE      0x01    /* Primary channel is
+                                                        * in native mode.
+                                                        */
+#define                        PCI_IDE_SEC_NATIVE      0x04    /* Secondary channel is
+                                                        * in native mode.
+                                                        */
 
 /* Device type values as ([PCI_BCR] << 16) | ([PCI_SCR] << 8) | [PCI_PIFR] */
 #define PCI_T3_VGA_OLD         0x000100        /* OLD VGA class code */