SCSI Bugfix, HDC, and FDC.
This commit is contained in:
@@ -154,7 +154,7 @@ fdc_card_has_config(int card)
|
||||
{
|
||||
if (! fdc_cards[card].device) return(0);
|
||||
|
||||
return(fdc_cards[card].device->config ? 1 : 0);
|
||||
return(device_has_config(fdc_cards[card].device) ? 1 : 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user