From 2c8e5e76127d3fb3d6a435b234ed08836683f091 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 21 Apr 2003 18:33:21 -0700 Subject: [PATCH] Update umem driver for newer cards. --- include/linux/umem.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') 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 -- cgit v1.2.3