From owner-cvs-all Mon Oct 12 06:12:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19084 for cvs-all-outgoing; Mon, 12 Oct 1998 06:12:47 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19076; Mon, 12 Oct 1998 06:12:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA09661; Mon, 12 Oct 1998 06:12:45 -0700 (PDT) Date: Mon, 12 Oct 1998 06:12:45 -0700 (PDT) Message-Id: <199810121312.GAA09661@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/10/12 06:12:45 PDT Modified files: sys/i386/isa isa.c Log: Don't print conflict messages in haveseen_isadev() if CC_QUIET is specified. This makes haveseen_isadev() useful for searching for a free resource. This increases the bitrot in the pci RESOURCE_CHECK code. Fixed the pre-attach conflict message. The flag for distinguishing pre-attach conflict checks from pre-probe ones was never set. Revision Changes Path 1.114 +16 -10 src/sys/i386/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message