atabus_alloc_drives
int atabus_alloc_drives(struct ata_channel *, int);
err = atabus_alloc_drives(chp, PMP_MAX_DRIVES);
err = atabus_alloc_drives(chp, 1);
if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {
if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {
if (atabus_alloc_drives(chp, 1) != 0) {