Author: fireball
Date: Sat Jun 28 05:26:07 2008
New Revision: 34149
URL:
http://svn.reactos.org/svn/reactos?rev=34149&view=rev
Log:
- A hack to prevent PCNET+NDIS random bugcheck during startup.
See issue #3355 for more details.
Modified:
branches/ros-branch-0_3_5/reactos/drivers/network/dd/pcnet/pcnet.c
Modified: branches/ros-branch-0_3_5/reactos/drivers/network/dd/pcnet/pcnet.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_5/reactos/driver…
==============================================================================
--- branches/ros-branch-0_3_5/reactos/drivers/network/dd/pcnet/pcnet.c [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_5/reactos/drivers/network/dd/pcnet/pcnet.c [iso-8859-1] Sat
Jun 28 05:26:07 2008
@@ -706,7 +706,7 @@
/* load init block and start the card */
NdisRawWritePortUshort(Adapter->PortOffset + RAP, CSR0);
- NdisRawWritePortUshort(Adapter->PortOffset + RDP, CSR0_STRT|CSR0_INIT|CSR0_IENA);
+ NdisRawWritePortUshort(Adapter->PortOffset + RDP, CSR0_STRT|CSR0_INIT);
/* detect the media state */
NdisRawWritePortUshort(Adapter->PortOffset + RAP, BCR4);