Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add placeholdr flags indicating that the bus has...



details:   https://anonhg.NetBSD.org/src/rev/d244c63d65cc
branches:  trunk
changeset: 752953:d244c63d65cc
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 12 21:55:05 2010 +0000

description:
Add placeholdr flags indicating that the bus has MSI/MSI-X support.

diffstat:

 sys/dev/pci/pcivar.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b94033362c53 -r d244c63d65cc sys/dev/pci/pcivar.h
--- a/sys/dev/pci/pcivar.h      Fri Mar 12 21:53:15 2010 +0000
+++ b/sys/dev/pci/pcivar.h      Fri Mar 12 21:55:05 2010 +0000
@@ -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'.



Home | Main Index | Thread Index | Old Index