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:24:56 PST 2008


On 7Nov, 2008, at 14:15 , Søren Schmidt wrote:

> On 7Nov, 2008, at 13:10 , Joao Barros wrote:
>>
>> 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!!

Actually I did commit those changes now that I just checked to make  
sure they got over next time, you must have some stale changes in your  
tree.

-Søren







More information about the svn-src-all mailing list