Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 20:23:32 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/sparc64/sparc64 clock.c
Message-ID:  <20020328201549.L7243-100000@gamplex.bde.org>
In-Reply-To: <200203280419.g2S4JGu33710@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 27 Mar 2002, David E. O'Brien wrote:

> obrien      2002/03/27 20:19:16 PST
>
>   Modified files:
>     sys/sparc64/sparc64  clock.c
>   Log:
>   Add sysbeep() for the msmith RAID drivers.
>
>   Revision  Changes    Path
>   1.5       +27 -0     src/sys/sparc64/sparc64/clock.c

The portability of this interface is problematic.  Drivers (except
console drivers) really shouldn't use it.  The only visible or audible
console might be a serial console, and then sysbeep() should look up
`bl' in termcap and print that.  Just kidding about termcap in the
kernel.

Bruce


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020328201549.L7243-100000>