Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 10:19:20 +1000
From:      Peter Grehan <peterg@ptree32.com.au>
To:        freebsd-ppc@freebsd.org
Subject:   psim non-blocking i/o
Message-ID:  <3D3CA108.5CCABC4E@ptree32.com.au>

next in thread | raw e-mail | index | archive | help
I had mentioned previously that psim does blocking i/o by default, which
stalls the system when the polling ofw console driver does a read.

 Psim can do non-blocking i/o if it's built with the right options.

 - pass the '--enable-sim-stdio=no' option on the configure command line

 - in the device tree, insert the line

     /openprom/options/use-stdio? false

   *after* the '/#address-cells 1', if it's present.

later,

Peter.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ppc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D3CA108.5CCABC4E>