From owner-cvs-all Thu Nov 16 16:35:27 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 2496D37B479; Thu, 16 Nov 2000 16:35:25 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA13326; Thu, 16 Nov 2000 16:35:19 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011170035.QAA13326@freefall.freebsd.org> From: Bill Paul Date: Thu, 16 Nov 2000 16:35:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/16 16:35:19 PST Modified files: (Branch: RELENG_4) sys/pci if_pcn.c Log: MFC: do not allow pcn_probe() to put the chip into 32-bit mode, else we could hose the lnc driver when we reject a chip that the lnc driver wants. (Once in 32-bit mode, only a hardware reset can restore 16-bit mode.) Ok'ed by: jkh Revision Changes Path 1.5.2.4 +24 -5 src/sys/pci/if_pcn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message