Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134589
b: refs/heads/master
c: 00137da
h: refs/heads/master
i:
  134587: f75a856
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent dc4e22b commit 91644db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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: 7c34eb897362a51133222ef4229628469333f4d9
refs/heads/master: 00137dad17707f0d14dbf7e193761220f1c2fe03
11 changes: 6 additions & 5 deletions trunk/drivers/net/lance.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ MODULE_LICENSE("GPL");
*/
static int __init do_lance_probe(struct net_device *dev)
{
int *port, result;
unsigned int *port;
int result;

if (high_memory <= phys_to_virt(16*1024*1024))
lance_need_isa_bounce_buffers = 0;
Expand Down Expand Up @@ -456,13 +457,13 @@ struct net_device * __init lance_probe(int unit)
static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int options)
{
struct lance_private *lp;
long dma_channels; /* Mark spuriously-busy DMA channels */
unsigned long dma_channels; /* Mark spuriously-busy DMA channels */
int i, reset_val, lance_version;
const char *chipname;
/* Flags for specific chips or boards. */
unsigned char hpJ2405A = 0; /* HP ISA adaptor */
int hp_builtin = 0; /* HP on-board ethernet. */
static int did_version; /* Already printed version info. */
unsigned char hpJ2405A = 0; /* HP ISA adaptor */
int hp_builtin = 0; /* HP on-board ethernet. */
static int did_version; /* Already printed version info. */
unsigned long flags;
int err = -ENOMEM;
void __iomem *bios;
Expand Down

0 comments on commit 91644db

Please sign in to comment.