summaryrefslogtreecommitdiff
path: root/os/boot/pc/ether589.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-11 14:21:44 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-11 14:21:44 +0000
commit8a8c2d742b51525f66c2210e3c8a251de10022ff (patch)
tree8282ce595e5fbe2e487dc20f54891d9e9e7cbf37 /os/boot/pc/ether589.c
parent31a18a6996a6b5927e39cc553696c167e6c88e3d (diff)
20080611-1520
Diffstat (limited to 'os/boot/pc/ether589.c')
-rw-r--r--os/boot/pc/ether589.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/boot/pc/ether589.c b/os/boot/pc/ether589.c
index fc86f463..d9923062 100644
--- a/os/boot/pc/ether589.c
+++ b/os/boot/pc/ether589.c
@@ -155,7 +155,7 @@ if(debug) print("none found\n");
if(memcmp(ea, ether->ea, 6) == 0 && strcmp(type, "3C562") == 0) {
if(debug)
print("read 562...");
- if(pcmcistuple(slot, 0x88, ea, 6) == 6) {
+ if(pcmcistuple(slot, 0x88, -1, ea, 6) == 6) {
for(i = 0; i < 6; i += 2){
t = ea[i];
ea[i] = ea[i+1];