Date: Wed, 15 Aug 2001 19:16:11 +0200 From: Erik Trulsson <ertr1013@student.uu.se> To: ringgo@rnpa-online.net Cc: questions@freebsd.org Subject: Re: sio0 Message-ID: <20010815191610.A82342@student.uu.se> In-Reply-To: <20010815170618.5065.cpmta@c000.snv.cp.net> References: <20010815170618.5065.cpmta@c000.snv.cp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 15, 2001 at 10:06:18AM -0700, ringgo@rnpa-online.net wrote: > Hallo > I got a little problem (big...?) > I got a message from my box here: > /kernel: sio0: 1 more silo overflow (total 1) > What the meaning of that? > And any ideas to handle that? > Thank's It means that some bytes came in on your serial port sio0 (aka COM1 in DOS-speak) faster than your computer could handle it. It is not much to worry about. Most decent programs using the serial port for communication will detect that some character was dropped and resend it. -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010815191610.A82342>