From owner-svn-src-head@FreeBSD.ORG Fri Nov 7 13:15:46 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4DF01065691; Fri, 7 Nov 2008 13:15:46 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from deepcore.dk (adsl.deepcore.dk [87.63.29.106]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9608FC2C; Fri, 7 Nov 2008 13:15:45 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from [192.168.0.138] ([192.168.0.138]) by deepcore.dk (8.14.3/8.14.2) with ESMTP id mA7DFgUo040694; Fri, 7 Nov 2008 14:15:43 +0100 (CET) (envelope-from sos@FreeBSD.org) Message-Id: <60256C21-4DC2-4998-97C1-214027C2B994@FreeBSD.org> From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= To: Joao Barros In-Reply-To: <70e8236f0811070410t751240f4m5d81e9dfe9590c3d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v929.2) Date: Fri, 7 Nov 2008 14:15:43 +0100 References: <200810091256.m99Cuvex062502@svn.freebsd.org> <70e8236f0811070410t751240f4m5d81e9dfe9590c3d@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (deepcore.dk [87.63.29.106]); Fri, 07 Nov 2008 14:15:43 +0100 (CET) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r183724 - in head/sys: conf dev/ata dev/ata/chipsets modules/ata modules/ata/ata modules/ata/atacore modules/ata/atadevel modules/ata/atapci modules/ata/atapci/chipsets modules/ata/atap... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 13:15:46 -0000 On 7Nov, 2008, at 13:10 , Joao Barros wrote: > On Thu, Oct 9, 2008 at 12:56 PM, S=F8ren Schmidt =20 > wrote: >> >> Author: sos >> Date: Thu Oct 9 12:56:57 2008 >> New Revision: 183724 >> URL: http://svn.freebsd.org/changeset/base/183724 >> (snip) >> >> Deleted: >> head/sys/dev/ata/ata-chipset.c >> head/sys/modules/ata/ata/Makefile >> Modified: >> head/sys/conf/files >> head/sys/dev/ata/ata-all.c >> head/sys/dev/ata/ata-all.h >> head/sys/dev/ata/ata-dma.c >> head/sys/dev/ata/ata-pci.c >> head/sys/dev/ata/ata-pci.h > > > Hi S=F8ren, > There is a stale reference to ata-chipset.c and ident functions in > ata-pci-h after this change: > > /* global prototypes ata-chipset.c */ > int ata_generic_ident(device_t); > int ata_ahci_ident(device_t); > int ata_acard_ident(device_t); > int ata_ali_ident(device_t); > int ata_amd_ident(device_t); > int ata_ati_ident(device_t); > int ata_cyrix_ident(device_t); > int ata_cypress_ident(device_t); > int ata_highpoint_ident(device_t); > int ata_intel_ident(device_t); > int ata_ite_ident(device_t); > int ata_jmicron_ident(device_t); > int ata_marvell_ident(device_t); > int ata_national_ident(device_t); > int ata_nvidia_ident(device_t); > int ata_netcell_ident(device_t); > int ata_promise_ident(device_t); > int ata_serverworks_ident(device_t); > int ata_sii_ident(device_t); > int ata_sis_ident(device_t); > int ata_via_ident(device_t); > int ata_legacy(device_t); Yeah I know, it will be gone in the next cleanup phase, but thanks for =20= the reminder!! -S=F8ren