summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2007-05-26 01:42:18 +0000
committerreyk <reyk@openbsd.org>2007-05-26 01:42:18 +0000
commit775a99b7397bee490b098d5b4e072e772593ecc4 (patch)
tree85c7ebdcb738ec07fa0267e9d6bbe9609fcccd65 /sys
parentupdate some registers and the tx descriptor layout to match the latest (diff)
downloadwireguard-openbsd-775a99b7397bee490b098d5b4e072e772593ecc4.tar.xz
wireguard-openbsd-775a99b7397bee490b098d5b4e072e772593ecc4.zip
increase the delay to wait for the firmware to become ready, the card needs
some more time to initialize in the dell server than in the hp server.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_nx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nx.c b/sys/dev/pci/if_nx.c
index b77d00db6a9..626112f64b9 100644
--- a/sys/dev/pci/if_nx.c
+++ b/sys/dev/pci/if_nx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_nx.c,v 1.43 2007/05/26 01:10:52 reyk Exp $ */
+/* $OpenBSD: if_nx.c,v 1.44 2007/05/26 01:42:18 reyk Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@ -1139,7 +1139,7 @@ nxb_wait(struct nxb_softc *sc, bus_size_t reg, u_int32_t val,
if (data != val)
goto done;
}
- delay(1);
+ delay(10);
}
return (-1);