On Sun, Sep 26, 2010 at 10:09 AM, Dave Hylands <dhylands@xxxxxxxxx> wrote:
Hi,
Replying to the list this time.
User mode tried to write 5 characters.
On Sat, Sep 25, 2010 at 10:22 PM, Bond <jamesbond.2k.g@xxxxxxxxx> wrote:
>>> write(1, "abcde", 5) = 1
The driver only accepted one (which is evidenced by the return code
which is the number of characters which the driver accepted).
So usermode then tried to write the remaining 4 characters.
>>> write(1, "bcde", 4) = 1
The driver only accepted one.
etc.
>>> write(1, "cde", 3) = 1
Exactly what I was trying to indicate ....
--
Dave Hylands
Shuswap, BC, Canada
http://www.DaveHylands.com/