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

Joao Barros joao.barros at gmail.com
Fri Nov 7 06:53:55 PST 2008


On Fri, Nov 7, 2008 at 1:24 PM, Søren Schmidt <sos at freebsd.org> wrote:
> 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

You're right, I was looking at it through cvsweb and the last commit
is for RELENG_7, not CURRENT. Sorry for the noise.


-- 
Joao Barros


More information about the svn-src-all mailing list