diff --git a/sys/dev/pci/eap.c b/sys/dev/pci/eap.c index ff5493edacd2..eaf5b80eb57c 100644 --- a/sys/dev/pci/eap.c +++ b/sys/dev/pci/eap.c @@ -1,4 +1,4 @@ -/* $NetBSD: eap.c,v 1.58 2002/11/24 12:06:12 scw Exp $ */ +/* $NetBSD: eap.c,v 1.59 2002/11/30 00:20:02 pooka Exp $ */ /* $OpenBSD: eap.c,v 1.6 1999/10/05 19:24:42 csapuntz Exp $ */ /* @@ -57,7 +57,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: eap.c,v 1.58 2002/11/24 12:06:12 scw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: eap.c,v 1.59 2002/11/30 00:20:02 pooka Exp $"); #include "midi.h" @@ -688,7 +688,7 @@ eap_attach(struct device *parent, struct device *self, void *aux) if (ct5880) { EWRITE4(sc, EAP_ICSS, EAP_CT5880_AC97_RESET); /* Let codec wake up */ - tsleep(sc, PRIBIO, "eapcdc", hz / 20); + delay(20000); } /* Reset from es1371's perspective */