From owner-cvs-all Thu Mar 28 1:23: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 4650D37B405; Thu, 28 Mar 2002 01:22:59 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA25697; Thu, 28 Mar 2002 20:22:57 +1100 Date: Thu, 28 Mar 2002 20:23:32 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sparc64/sparc64 clock.c In-Reply-To: <200203280419.g2S4JGu33710@freefall.freebsd.org> Message-ID: <20020328201549.L7243-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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