diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-09-16 02:42:52 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-09-16 02:42:52 +0000 |
| commit | 75cc8b6422b2c382d3170d8f544a3a8ef002a74f (patch) | |
| tree | 90849eb9c1c2536cb003b2f973f0abd91f9c232c | |
| parent | 20b8b9ea0c458a7dee56d883caaa98d328b5be0c (diff) | |
Notes
| -rw-r--r-- | sys/dev/ata/chipsets/ata-ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/chipsets/ata-ahci.c b/sys/dev/ata/chipsets/ata-ahci.c index 6811c795c85c..ec1e8e3b870b 100644 --- a/sys/dev/ata/chipsets/ata-ahci.c +++ b/sys/dev/ata/chipsets/ata-ahci.c @@ -815,7 +815,7 @@ ata_ahci_hardreset(device_t dev, int port, uint32_t *signature) if (!ata_sata_phy_reset(dev, port, 0)) return (ENOENT); /* Wait for clearing busy status. */ - if (ata_ahci_wait_ready(dev, 10000)) { + if (ata_ahci_wait_ready(dev, 15000)) { device_printf(dev, "hardware reset timeout\n"); return (EBUSY); } |
