From 0811df398dd61cf161cdcda57734a84443c3dac3 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Mon, 27 Feb 2006 08:25:03 +0000 Subject: Increase delay value, fixes pr5018. With a help from kettenis@, ok deraadt@. --- sys/dev/pci/piixpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 @@ -43,7 +43,7 @@ #define DPRINTF(x) #endif -#define PIIXPM_DELAY 100 +#define PIIXPM_DELAY 200 #define PIIXPM_TIMEOUT 1 struct piixpm_softc { -- cgit v1.2.3