Re: Multiple dcons writers
"Hidetoshi Shimokawa" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.firewire |
|---|---|
| Message-ID | <[email protected]> |
It is unpredictable if multiple dconschat write to dcons buffer at the same time because there is no serialization on updating the current pointer of input buffer. The pointer is not on the configuration rom but on the dcons buffer. (see dcons.h) Since dconschat polls the pointer, multiple writers work as expected for usual interactive use. On Jan 8, 2008 5:55 PM, Dylan Cochran <[email protected]> wrote: > I've looked in the man page, and haven't found any information > regarding multiple writers across the bus to dcons; I'm pretty sure it > wouldn't work, but I'm not sure of the behavior defined for that > scenario. Would both writers write to the same address given by the > configuration rom, and stomp on each other, leaving a mess, or would > it be serialized by the firewire card in some way? Or would an error > be passed up to dconschat? > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-firewire > To unsubscribe, send any mail to "[email protected]" > > -- /\ Hidetoshi Shimokawa \/ [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-firewire To unsubscribe, send any mail to "[email protected]"