From owner-cvs-src@FreeBSD.ORG Fri Apr 15 14:19:42 2005 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 586F716A4CE; Fri, 15 Apr 2005 14:19:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E91C43D48; Fri, 15 Apr 2005 14:19:42 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3FEJg1R071623; Fri, 15 Apr 2005 14:19:42 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3FEJgsM071622; Fri, 15 Apr 2005 14:19:42 GMT (envelope-from sos) Message-Id: <200504151419.j3FEJgsM071622@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 15 Apr 2005 14:19:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.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: Fri, 15 Apr 2005 14:19:42 -0000 sos 2005-04-15 14:19:42 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Make things compile again with ATA_STATIC_ID. Revision Changes Path 1.241 +2 -2 src/sys/dev/ata/ata-all.c