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...

Søren Schmidt sos at FreeBSD.org
Fri Nov 7 05:15:46 PST 2008


On 7Nov, 2008, at 13:10 , Joao Barros wrote:

> On Thu, Oct 9, 2008 at 12:56 PM, Søren Schmidt <sos at freebsd.org>  
> 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øren,
> 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  
the reminder!!

-Søren








More information about the svn-src-all mailing list