rename the probe and free members of atascsi_methods to ata_probe
authordlg <dlg@openbsd.org>
Fri, 15 May 2015 10:54:26 +0000 (10:54 +0000)
committerdlg <dlg@openbsd.org>
Fri, 15 May 2015 10:54:26 +0000 (10:54 +0000)
commit3d11248f804c03ba8d11a097ad5f08fc44de50be
treeea2da6421d986e54adecd34eafbc5d0f70953ee6
parent3bb4b50d4a90ee1eb825171d28c0626cd543c8a5
rename the probe and free members of atascsi_methods to ata_probe
and ata_free.

this makes them consistent with the rest of the members, and lets
me #define free to weird debug things in the kernel without screwing
these files up.
sys/dev/ata/atascsi.c
sys/dev/ata/atascsi.h