From c828b4e60188842f960fea9c96048d9892487799 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 16 Mar 2008 09:38:17 +0000 Subject: [PATCH] Add more wait after sending a setup packet since 21041 on Qube 2700 seems to require more setup time. --- sys/arch/cobalt/stand/boot/tlp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/cobalt/stand/boot/tlp.c b/sys/arch/cobalt/stand/boot/tlp.c index ea927be6087f..6402dd9d75f6 100644 --- a/sys/arch/cobalt/stand/boot/tlp.c +++ b/sys/arch/cobalt/stand/boot/tlp.c @@ -1,4 +1,4 @@ -/* $NetBSD: tlp.c,v 1.5 2008/03/01 20:39:25 tsutsui Exp $ */ +/* $NetBSD: tlp.c,v 1.6 2008/03/16 09:38:17 tsutsui Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -296,7 +296,7 @@ tlp_init(void *cookie) CSR_WRITE(l, TLP_OMR, l->omr); /* start TX and send setup packet */ CSR_WRITE(l, TLP_TPD, TPD_POLL); - DELAY(1000); + DELAY(50000); /* start RX */ CSR_WRITE(l, TLP_RPD, RPD_POLL);