summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/pci/iocvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/pci/iocvar.h')
-rw-r--r--sys/arch/sgi/pci/iocvar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sgi/pci/iocvar.h b/sys/arch/sgi/pci/iocvar.h
index a5c314f6084..172e533e54e 100644
--- a/sys/arch/sgi/pci/iocvar.h
+++ b/sys/arch/sgi/pci/iocvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iocvar.h,v 1.3 2009/07/26 19:58:51 miod Exp $ */
+/* $OpenBSD: iocvar.h,v 1.4 2009/11/11 15:56:42 miod Exp $ */
/*
* Copyright (c) 2008 Miodrag Vallat.
@@ -27,6 +27,9 @@ struct ioc_attach_args {
int iaa_dev;
uint8_t iaa_enaddr[6];
+
+ int iaa_flags;
+#define IOC_FLAGS_OBIO 0x00000001
};
void *ioc_intr_establish(void *, u_long, int, int (*)(void *),