From owner-cvs-all Sun Aug 8 9:31:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF4E14BB8; Sun, 8 Aug 1999 09:31:40 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70847; Sun, 8 Aug 1999 09:29:28 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199908081629.JAA70847@freefall.freebsd.org> From: Andrew Gallatin Date: Sun, 8 Aug 1999 09:29:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci cia.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/08/08 09:29:28 PDT Modified files: (Branch: RELENG_3) sys/alpha/pci cia.c Log: MFC: [1.21] On an AS 600 5/266 (and possibly others), accessing the configuration space of PCI devices that don't exist cause PCI master & target aborts rather than returning ~0 or giving a machine check. Bring in some code from NetBSD to handle this properly. Revision Changes Path 1.14.2.2 +25 -2 src/sys/alpha/pci/cia.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message