From owner-freebsd-stable@FreeBSD.ORG Wed Dec 28 10:47:09 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5492E16A41F for ; Wed, 28 Dec 2005 10:47:09 +0000 (GMT) (envelope-from vaida.bogdan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DCB143D72 for ; Wed, 28 Dec 2005 10:47:01 +0000 (GMT) (envelope-from vaida.bogdan@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1517411nzo for ; Wed, 28 Dec 2005 02:47:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=so9u50THdEyg5nj9p46ToWfsQPssaR/Gs+mkpd6FASoBg4+I/ajIfRE54fCB6peqaCFLQoUXvfv82DHCwoKT1rEGCFOCNBJBQrpzFVnCPDK2yEWwUFraZ8TPTlrW+gidurYprCZUC4yN3LJORojTH/YfoLznCYGTwXjsnAkdOdE= Received: by 10.37.15.25 with SMTP id s25mr5289863nzi; Wed, 28 Dec 2005 02:47:00 -0800 (PST) Received: by 10.36.251.28 with HTTP; Wed, 28 Dec 2005 02:47:00 -0800 (PST) Message-ID: <12848a3b0512280247j14f4349ay6590823af36566c3@mail.gmail.com> Date: Wed, 28 Dec 2005 12:47:00 +0200 From: Vaida Bogdan To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Boot manager beep X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 10:47:09 -0000 I installed 6.0 on my laptop and I hear a loud beep on every boot. I searched the archives and found a patch but it still beeps. # diff -ruN /sys/boot/i386/boot0/boot0.S.old /sys/boot/i386/boot0/boot0.S --- /sys/boot/i386/boot0/boot0.S.old Tue Dec 27 03:07:35 2005 +++ /sys/boot/i386/boot0/boot0.S Tue Dec 27 03:08:33 2005 @@ -201,9 +201,7 @@ /* * Start of input loop. Beep and take note of time */ -main.10: movb $ASCII_BEL,%al # Signal - callw putchr # beep! - xorb %ah,%ah # BIOS: Get +main.10: xorb %ah,%ah # BIOS: Get int $0x1a # system time movw %dx,%di # Ticks when addw _TICKS(%bp),%di # timeout # cd /sys/boot/i386/boot0 && make && make install && reboot The date changed on /boot/boot0 but at the beeping didn't stop. Any suggestions? - Vaida Bogdan