From: Philip Homburg Date: Wed, 12 Apr 2006 11:26:20 +0000 (+0000) Subject: Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE. X-Git-Tag: v3.1.2a~25 X-Git-Url: http://zhaoyanbai.com/repos/rndc-confgen.html?a=commitdiff_plain;h=e860feaa2cdee40f5a5af8f524cd0ecbd02cf969;p=minix.git Added PCI_IDE_PRI_NATIVE and PCI_IDE_SEC_NATIVE. --- diff --git a/include/ibm/pci.h b/include/ibm/pci.h index 9d44e69b0..a7884d1ee 100644 --- a/include/ibm/pci.h +++ b/include/ibm/pci.h @@ -109,6 +109,12 @@ Created: Jan 2000 by Philip Homburg #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 */