Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9495
b: refs/heads/master
c: 017fb98
h: refs/heads/master
i:
  9493: 04f7eb6
  9491: 7e18a24
  9487: aca1309
v: v3
  • Loading branch information
David S. Miller committed Sep 30, 2005
1 parent a66d693 commit 9dbc99c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: 717463d806a53380a691eeb0136a4b750a9f9ae0
refs/heads/master: 017fb98e70351e9fb5635c299c4d1c50e2f8b823
2 changes: 1 addition & 1 deletion trunk/drivers/video/aty/radeon_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static int __devinit radeon_probe_pll_params(struct radeonfb_info *rinfo)
*/

/* Flush PCI buffers ? */
tmp = INREG(DEVICE_ID);
tmp = INREG16(DEVICE_ID);

local_irq_disable();

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/video/aty/radeonfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ static inline void _radeon_msleep(struct radeonfb_info *rinfo, unsigned long ms)

#define INREG8(addr) readb((rinfo->mmio_base)+addr)
#define OUTREG8(addr,val) writeb(val, (rinfo->mmio_base)+addr)
#define INREG16(addr) readw((rinfo->mmio_base)+addr)
#define OUTREG16(addr,val) writew(val, (rinfo->mmio_base)+addr)
#define INREG(addr) readl((rinfo->mmio_base)+addr)
#define OUTREG(addr,val) writel(val, (rinfo->mmio_base)+addr)

Expand Down

0 comments on commit 9dbc99c

Please sign in to comment.