Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7581
b: refs/heads/master
c: e345d5e
h: refs/heads/master
i:
  7579: 1bc4dc8
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Sep 7, 2005
1 parent bd9ff1c commit 45babb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ce6623c3d8f932a15306355a7c9a0cdfdd6a26ec
refs/heads/master: e345d5ef6d476cc236f64d90d9528143a70745c8
2 changes: 1 addition & 1 deletion trunk/drivers/net/atarilance.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ struct lance_private {
#define MEM lp->mem
#define DREG IO->data
#define AREG IO->addr
#define REGA(a) ( AREG = (a), DREG )
#define REGA(a) (*( AREG = (a), &DREG ))

/* Definitions for packet buffer access: */
#define PKT_BUF_SZ 1544
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sun3lance.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ struct lance_private {
#define MEM lp->mem
#define DREG lp->iobase[0]
#define AREG lp->iobase[1]
#define REGA(a) ( AREG = (a), DREG )
#define REGA(a) (*( AREG = (a), &DREG ))

/* Definitions for the Lance */

Expand Down

0 comments on commit 45babb3

Please sign in to comment.