Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10330
b: refs/heads/master
c: 4569504
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Oct 18, 2005
1 parent 3b44dd2 commit 97dea4f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6684b4e28247f31543edf86ba785aa87e8fa3b39
refs/heads/master: 4569504a36cb6223e2b7ad6530326a1563a8f456
2 changes: 1 addition & 1 deletion trunk/drivers/net/declance.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ static int __init dec_lance_init(const int type, const int slot)
/*
* FIXME: ugly hack!
*/
dev->mem_start = KSEG1ADDR(0x00020000);
dev->mem_start = CKSEG1ADDR(0x00020000);
dev->mem_end = dev->mem_start + 0x00020000;
dev->irq = dec_interrupt[DEC_IRQ_LANCE];
esar_base = system_base + IOASIC_ESAR;
Expand Down

0 comments on commit 97dea4f

Please sign in to comment.