From 8a8c2d742b51525f66c2210e3c8a251de10022ff Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 11 Jun 2008 14:21:44 +0000 Subject: 20080611-1520 --- os/boot/pc/ether589.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/boot/pc/ether589.c') 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]; -- cgit v1.2.3