Module Name: src Committed By: matt Date: Fri Mar 12 21:55:05 UTC 2010
Modified Files: src/sys/dev/pci: pcivar.h Log Message: Add placeholdr flags indicating that the bus has MSI/MSI-X support. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/pcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pcivar.h diff -u src/sys/dev/pci/pcivar.h:1.84 src/sys/dev/pci/pcivar.h:1.85 --- src/sys/dev/pci/pcivar.h:1.84 Tue Feb 23 19:28:00 2010 +++ src/sys/dev/pci/pcivar.h Fri Mar 12 21:55:05 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: pcivar.h,v 1.84 2010/02/23 19:28:00 dyoung Exp $ */ +/* $NetBSD: pcivar.h,v 1.85 2010/03/12 21:55:05 matt Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -128,6 +128,10 @@ #define PCI_FLAGS_MRM_OKAY 0x08 /* Memory Read Multiple okay */ #define PCI_FLAGS_MWI_OKAY 0x10 /* Memory Write and Invalidate okay */ +#define PCI_FLAGS_MSI_OKAY 0x20 /* Message Signaled Interrupts + okay */ +#define PCI_FLAGS_MSIX_OKAY 0x40 /* Message Signaled Interrupts + (Extended) okay */ /* * PCI device 'quirks'.