From owner-cvs-all Wed Jan 30 10:51:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C62937B400; Wed, 30 Jan 2002 10:51:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UIpPa51699; Wed, 30 Jan 2002 10:51:25 -0800 (PST) (envelope-from bde) Message-Id: <200201301851.g0UIpPa51699@freefall.freebsd.org> From: Bruce Evans Date: Wed, 30 Jan 2002 10:51:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i386-gdbstub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/01/30 10:51:25 PST Modified files: sys/i386/i386 i386-gdbstub.c Log: Backed out the main part of revs.1.14-16. Don't disable interrupts in the packet transfer routines, since rev.1.468 of machdep.c does this better. I'm surprised that disabling interrupts helped much. Disabling them in the packet receive routine is too late. Fixed some minor style bugs in rev.1.14. Revision Changes Path 1.19 +4 -11 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message