diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-27 03:25:43 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-27 03:25:43 +0000 |
| commit | 60c64b939b3b2ad9a74eb1689758d535bd4de796 (patch) | |
| tree | b4cfbef0f5bcde90bcb39b019b006167b0fe012e /sys/dev/ata | |
| parent | c032abb5956d470bea345d0703d9426f091d74fd (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -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; |
