Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66083
b: refs/heads/master
c: 3084f0c
h: refs/heads/master
i:
  66081: 86091b4
  66079: 88792e7
v: v3
  • Loading branch information
Jeff Garzik authored and Jens Axboe committed Oct 10, 2007
1 parent be4a0bc commit 7e15f69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed155a95a4eb7d8dae61b64ab394314c5195e414
refs/heads/master: 3084f0c6105a71e43225c36b4d97c1407988a242
2 changes: 1 addition & 1 deletion trunk/drivers/block/umem.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#include <linux/fcntl.h> /* O_ACCMODE */
#include <linux/hdreg.h> /* HDIO_GETGEO */

#include <linux/umem.h>
#include "umem.h"

#include <asm/uaccess.h>
#include <asm/io.h>
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/linux/umem.h → trunk/drivers/block/umem.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ struct mm_dma_desc {
__le64 sem_control_bits;
} __attribute__((aligned(8)));

#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
Expand Down
5 changes: 5 additions & 0 deletions trunk/include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,11 @@

#define PCI_VENDOR_ID_RADISYS 0x1331

#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

#define PCI_VENDOR_ID_DOMEX 0x134a
#define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001

Expand Down

0 comments on commit 7e15f69

Please sign in to comment.