diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2006-02-23 18:52:15 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2006-02-23 18:52:15 +0000 |
| commit | c94b3e542eb1c6ca87ee7fb207c07a9954ec6971 (patch) | |
| tree | c68cd2c81d5bf89df012bbbd086098028fea47c6 | |
| parent | f47dba63bb590497954a9ab1ad945968ec14fae7 (diff) | |
Notes
| -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; |
