diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ata/ata-card.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index 4e75c68c85d90..1f4ba3a91fb1a 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -131,10 +131,6 @@ ata_pccard_probe(device_t dev) start + ATA_ALTOFFSET, ATA_ALTIOSIZE); } } - else { - bus_release_resource(dev, SYS_RES_IOPORT, rid, io); - return ENXIO; - } /* allocate the altport range */ rid = ATA_ALTADDR_RID; |
