From 44ee97ac270d79c70093cbdc4ad6d9d55eb0c679 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 31 Oct 2009 16:12:02 +0100 Subject: Imported Upstream version 3.0.10-dfsg --- src/VBox/Devices/Network/DevPCNet.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/VBox/Devices/Network/DevPCNet.cpp') diff --git a/src/VBox/Devices/Network/DevPCNet.cpp b/src/VBox/Devices/Network/DevPCNet.cpp index 6e612bb33..a5a20e649 100644 --- a/src/VBox/Devices/Network/DevPCNet.cpp +++ b/src/VBox/Devices/Network/DevPCNet.cpp @@ -1291,8 +1291,6 @@ static void pcnetSoftReset(PCNetState *pThis) pThis->GCTDRA = 0; pThis->u32RAP = 0; - pThis->aBCR[BCR_BSBC] &= ~0x0080; - pThis->aCSR[0] = 0x0004; pThis->aCSR[3] = 0x0000; pThis->aCSR[4] = 0x0115; -- cgit v1.2.3