From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 9 16:10:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C11E216A4CE for ; Thu, 9 Dec 2004 16:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADA143D58 for ; Thu, 9 Dec 2004 16:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB9GAXxZ081964 for ; Thu, 9 Dec 2004 16:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB9GAXX0081963; Thu, 9 Dec 2004 16:10:33 GMT (envelope-from gnats) Date: Thu, 9 Dec 2004 16:10:33 GMT Message-Id: <200412091610.iB9GAXX0081963@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Francois Ropert Subject: Re: kern/74777: Bootup "beep" in 5.3 should be disabled by default X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Francois Ropert List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 16:10:33 -0000 The following reply was made to PR kern/74777; it has been noted by GNATS. From: Francois Ropert To: freebsd-gnats-submit@freebsd.org, cz-freebsd@aegisnet.biz Cc: Subject: Re: kern/74777: Bootup "beep" in 5.3 should be disabled by default Date: Thu, 9 Dec 2004 17:08:48 +0100 disable movb $ASCII_BEL,%al and callw putchr works like a charm (tested) BUT you will run boot0cfg -B disk where disk is the diskname where MBR stands. Eg: boot0cfg -B ad0 If you don't launch the command, patch will not be applied so a reboot after a make and make install is not the full solution to avoid "BEEP". -- Francois Ropert