summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-10-06 16:07:46 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2003-10-06 16:07:46 +0000
commit7c1178249d1fd9d34389d38a5055667f20769565 (patch)
tree96a235017f65a9a353243083bae098ea4a300222 /sys/dev
parent9833e716b0ee3ab109e9016ed58ffb7526354466 (diff)
more pci_flags, unused for now; from netbsd.
ok deraadt@ henning@ krw@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcivar.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index b8c51460929..097ae2dabd3 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcivar.h,v 1.31 2003/09/29 18:53:58 mickey Exp $ */
+/* $OpenBSD: pcivar.h,v 1.32 2003/10/06 16:07:45 fgsch Exp $ */
/* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */
/*
@@ -139,6 +139,10 @@ struct pci_attach_args {
*/
#define PCI_FLAGS_IO_ENABLED 0x01 /* I/O space is enabled */
#define PCI_FLAGS_MEM_ENABLED 0x02 /* memory space is enabled */
+#define PCI_FLAGS_MRL_OKAY 0x04 /* Memory Read Line okay */
+#define PCI_FLAGS_MRM_OKAY 0x08 /* Memory Read Multiple okay */
+#define PCI_FLAGS_MWI_OKAY 0x10 /* Memory Write and Invalidate
+ okay */
/*
*