summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2006-02-23 18:52:15 +0000
committerSøren Schmidt <sos@FreeBSD.org>2006-02-23 18:52:15 +0000
commitc94b3e542eb1c6ca87ee7fb207c07a9954ec6971 (patch)
treec68cd2c81d5bf89df012bbbd086098028fea47c6
parentf47dba63bb590497954a9ab1ad945968ec14fae7 (diff)
Notes
-rw-r--r--sys/dev/ata/ata-chipset.c1
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;