summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_maloreg.h
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2007-05-26 11:11:55 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2007-05-26 11:11:55 +0000
commit5bebf0de912fa48ad364771e5c5ceeb52252eaf9 (patch)
tree3ce0d0ac03dbf4d04b9f877d7c736ee6d6c5e3e5 /sys/dev/pcmcia/if_maloreg.h
parente824d0a67754988b985061a9cfb0e98ab023c9ba (diff)
Tune command interface.
Diffstat (limited to 'sys/dev/pcmcia/if_maloreg.h')
-rw-r--r--sys/dev/pcmcia/if_maloreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_maloreg.h b/sys/dev/pcmcia/if_maloreg.h
index cac29f58c59..495f3eddbcb 100644
--- a/sys/dev/pcmcia/if_maloreg.h
+++ b/sys/dev/pcmcia/if_maloreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_maloreg.h,v 1.2 2007/05/25 21:32:02 mglocker Exp $ */
+/* $OpenBSD: if_maloreg.h,v 1.3 2007/05/26 11:11:54 mglocker Exp $ */
/*
* Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
@@ -37,9 +37,11 @@
#define MALO_VAL_DNLD_OVER (1 << 2)
/* interrupt reasons */
+#define MALO_VAL_HOST_INTR_RX (1 << 0)
#define MALO_VAL_HOST_INTR_CMD (1 << 3)
/* FW commands */
#define MALO_VAL_CMD_RESP 0x8000
#define MALO_VAL_CMD_HWSPEC 0x0003
#define MALO_VAL_CMD_RESET 0x0005
+#define MALO_VAL_CMD_CHANNEL 0x001d