void ide_hwif_release_regions (ide_hwif_t * hwif);
Note that we only release the standard ports, and do not even try to handle any extra ports allocated for weird IDE interface chipsets.
Note also that we don't yet handle mmio resources here. More importantly our caller should be doing this so we need to restructure this as a helper function for drivers.