diff options
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 { |