From owner-cvs-all Sat Oct 28 16: 7:17 2000 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 CB54037B479; Sat, 28 Oct 2000 16:07:13 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA12200; Sat, 28 Oct 2000 16:07:13 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200010282307.QAA12200@freefall.freebsd.org> From: Mike Smith Date: Sat, 28 Oct 2000 16:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/10/28 16:07:13 PDT Modified files: sys/pci pci.c Log: Unconditionally turning on the I/O and memory enable bits in the PCI command register is too aggressive. Revert to the previous behaviour, but leave the new behaviour available as an undocumented option. It's not clear what the Right, Right Thing is to do here, but the more conservative approach is safer. Revision Changes Path 1.163 +15 -2 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message