diff options
| -rw-r--r-- | sys/dev/ata/ata-chipset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index db123d9a2fea..401551362b4e 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -4075,7 +4075,6 @@ ata_cmd_allocate(device_t dev) /* setup the usual register normal pci style */ if (ata_pci_allocate(dev)) return ENXIO; - ata_pci_allocate(dev); if (ctlr->chip->cfg2 & SIIINTR) ch->hw.status = ata_cmd_status; |
