From owner-cvs-all Wed Nov 8 3:25:19 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 C2A8037B479; Wed, 8 Nov 2000 03:25:16 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04328; Wed, 8 Nov 2000 03:25:16 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200011081125.DAA04328@freefall.freebsd.org> From: Mike Smith Date: Wed, 8 Nov 2000 03:25:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/11/08 03:25:16 PST Modified files: sys/i386/pci pci_bus.c Log: Hack to work around a probe which will lock up at least some i450GX-based systems. From the PR: When 'probe.slot' is PCI_SLOTMAX (== 31) and 'probe.func' is 7, call to 'pci_cfgread()' here and machine suddenly hangs up. I don't know why... (or 450GX chipset's bug?) PR: i386/20379 Submitted by: Masayuki FUKUI Revision Changes Path 1.74 +6 -2 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message