diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-02-27 08:25:03 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-02-27 08:25:03 +0000 |
commit | 0811df398dd61cf161cdcda57734a84443c3dac3 (patch) | |
tree | e12f085052e599e10566383fb7c96e2db93133f7 /sys/dev | |
parent | 878c2b88e47a241dc4da020ee368b1242fbd0a33 (diff) |
Increase delay value, fixes pr5018.
With a help from kettenis@, ok deraadt@.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/piixpm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/piixpm.c b/sys/dev/pci/piixpm.c index 8ffa6d0d17f..5e781f21337 100644 --- a/sys/dev/pci/piixpm.c +++ b/sys/dev/pci/piixpm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: piixpm.c,v 1.19 2006/02/11 05:26:32 grange Exp $ */ +/* $OpenBSD: piixpm.c,v 1.20 2006/02/27 08:25:02 grange Exp $ */ /* * Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org> @@ -43,7 +43,7 @@ #define DPRINTF(x) #endif -#define PIIXPM_DELAY 100 +#define PIIXPM_DELAY 200 #define PIIXPM_TIMEOUT 1 struct piixpm_softc { |