Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95543
b: refs/heads/master
c: ca0e8b6
h: refs/heads/master
i:
  95541: 6e8fa50
  95539: 3f92fb0
  95535: d1f2cf8
v: v3
  • Loading branch information
Bjorn Helgaas authored and Len Brown committed Apr 29, 2008
1 parent 7c9ff25 commit d8fec87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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: 1bd17e63a068db6f464925a79b1cc4b27a8b1af9
refs/heads/master: ca0e8b6fd29819891c874b86ff286987c5bfdc21
8 changes: 8 additions & 0 deletions trunk/drivers/pnp/isapnp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ MODULE_LICENSE("GPL");
#define _LTAG_MEM32RANGE 0x85
#define _LTAG_FIXEDMEM32RANGE 0x86

/* Logical device control and configuration registers */

#define ISAPNP_CFG_ACTIVATE 0x30 /* byte */
#define ISAPNP_CFG_MEM 0x40 /* 4 * dword */
#define ISAPNP_CFG_PORT 0x60 /* 8 * word */
#define ISAPNP_CFG_IRQ 0x70 /* 2 * word */
#define ISAPNP_CFG_DMA 0x74 /* 2 * byte */

/*
* Sizes of ISAPNP logical device configuration register sets.
* See PNP-ISA-v1.0a.pdf, Appendix A.
Expand Down
10 changes: 0 additions & 10 deletions trunk/include/linux/isapnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
#include <linux/errno.h>
#include <linux/pnp.h>

/*
* Configuration registers (TODO: change by specification)
*/

#define ISAPNP_CFG_ACTIVATE 0x30 /* byte */
#define ISAPNP_CFG_MEM 0x40 /* 4 * dword */
#define ISAPNP_CFG_PORT 0x60 /* 8 * word */
#define ISAPNP_CFG_IRQ 0x70 /* 2 * word */
#define ISAPNP_CFG_DMA 0x74 /* 2 * byte */

/*
*
*/
Expand Down

0 comments on commit d8fec87

Please sign in to comment.