[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] SSIZE32 bei PCnet
+ SSIZE32-Bit setzen wäre sinnvoll
---
src/modules/cdi/pcnet/pcnet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/cdi/pcnet/pcnet.c b/src/modules/cdi/pcnet/pcnet.c
index 6e0ce51..a2fabbf 100644
--- a/src/modules/cdi/pcnet/pcnet.c
+++ b/src/modules/cdi/pcnet/pcnet.c
@@ -227,7 +227,7 @@ static void pcnet_reset(struct pcnet_device *netcard)
cdi_sleep_ms(10);
// Set software style to PCnet-PCI 32bit
- pcnet_write_bcr(netcard, BCR_SOFTWARE_STYLE, 0x02);
+ pcnet_write_bcr(netcard, BCR_SOFTWARE_STYLE, 0x0102);
DEBUG_MSG("Reset");
}
--
1.6.0.2