Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324591
b: refs/heads/master
c: d9e33af
h: refs/heads/master
i:
  324589: b8e0da6
  324587: 3eb7653
  324583: 6482abd
  324575: ac90a05
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent 58d66fc commit 3ba5790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d928b176a7e9c59a54a3d48fa16f9421dea0ad8
refs/heads/master: d9e33afb40e011d45fb9e47ecab305f5dc436028
6 changes: 6 additions & 0 deletions trunk/drivers/staging/comedi/drivers/cb_pcimdda.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ Configuration Options:
#define PCI_VENDOR_ID_COMPUTERBOARDS 0x1307
#define PCI_ID_PCIM_DDA06_16 0x0053

/*
* Register map, 8-bit access only
*/
#define PCIMDDA_DA_CHAN(x) (0x00 + (x) * 2)
#define PCIMDDA_8255_BASE_REG 0x0c

/*
* This is straight from skel.c -- I did this in case this source file
* will someday support more than 1 board...
Expand Down

0 comments on commit 3ba5790

Please sign in to comment.