From owner-cvs-all Sun Jul 21 14:37:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D825F37B401; Sun, 21 Jul 2002 14:37:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADEE43E64; Sun, 21 Jul 2002 14:37:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6LLbAJU047829; Sun, 21 Jul 2002 14:37:10 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6LLbA7N047828; Sun, 21 Jul 2002 14:37:10 -0700 (PDT) Message-Id: <200207212137.g6LLbA7N047828@freefall.freebsd.org> From: Peter Wemm Date: Sun, 21 Jul 2002 14:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/dev/ata ata-isa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/07/21 14:37:10 PDT Modified files: sys/conf options sys/dev/ata ata-isa.c Log: Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile without pci support. This really needs to be fixed properly some day, but judging by the fact that the nopci case hasn't compiled for quite a while, there does not seem to be much urgency. Reviewed by: sos Revision Changes Path 1.338 +1 -0 src/sys/conf/options 1.7 +5 -3 src/sys/dev/ata/ata-isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message