summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2003-04-21 18:33:21 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-21 18:33:21 -0700
commit2c8e5e76127d3fb3d6a435b234ed08836683f091 (patch)
tree357d4a914922e3ade59662c889bf02bf58a83921 /include
parentd38773254c63c1c480defb012b096b0accac1b6d (diff)
[PATCH] Update umem driver for newer cards.
Diffstat (limited to 'include')
-rw-r--r--include/linux/umem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/umem.h b/include/linux/umem.h
index d6e89299de31..2eb1f55644cc 100644
--- a/include/linux/umem.h
+++ b/include/linux/umem.h
@@ -128,4 +128,11 @@ struct mm_dma_desc {
#define PCI_VENDOR_ID_MICRO_MEMORY 0x1332
#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x5415
#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x5425
+#define PCI_DEVICE_ID_MICRO_MEMORY_6155 0x6155
+
+/* bits for card->flags */
+#define UM_FLAG_DMA_IN_REGS 1
+#define UM_FLAG_NO_BYTE_STATUS 2
+#define UM_FLAG_NO_BATTREG 4
+#define UM_FLAG_NO_BATT 8
#endif