From owner-cvs-src@FreeBSD.ORG Mon Apr 19 10:28:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2CF516A4D1 for ; Mon, 19 Apr 2004 10:28:45 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C3D5E43D5C for ; Mon, 19 Apr 2004 10:28:45 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 21811 invoked by uid 1000); 19 Apr 2004 17:28:46 -0000 Date: Mon, 19 Apr 2004 10:28:46 -0700 (PDT) From: Nate Lawson To: Maxime Henrion In-Reply-To: <20040419133824.26D6F16A554@hub.freebsd.org> Message-ID: <20040419102824.D21783@root.org> References: <20040419133824.26D6F16A554@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 17:28:46 -0000 Thanks, sorry for the mistake. On Mon, 19 Apr 2004, Maxime Henrion wrote: > mux 2004/04/19 06:38:10 PDT > > FreeBSD src repository > > Modified files: > sys/cam/scsi scsi_da.c > Log: > The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option > has been removed. Unbreak the build by not including it anymore. > > Revision Changes Path > 1.167 +0 -1 src/sys/cam/scsi/scsi_da.c