CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2010/07/02 18:23:36
Modified files: sys/dev/pci : ahci.c Log message: Turns out the /* XXX maybe more than the default wait is appropriate here? */ in ahci_port_portreset() is true, at least when we come out of suspend. Allow a timeout of 3s here while keeping all the other delays at 1s. ok dlg@, kettenis@