From owner-freebsd-bugs Tue Jan 14 4:10: 7 2003 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 5BDF137B401 for ; Tue, 14 Jan 2003 04:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A9F43F3F for ; Tue, 14 Jan 2003 04:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0ECA4NS078762 for ; Tue, 14 Jan 2003 04:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0ECA4sc078761; Tue, 14 Jan 2003 04:10:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE92E37B401 for ; Tue, 14 Jan 2003 04:02:24 -0800 (PST) Received: from remoudou.esm2.imt-mrs.fr (remoudou.esm2.imt-mrs.fr [147.94.38.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0715C43F3F for ; Tue, 14 Jan 2003 04:02:24 -0800 (PST) (envelope-from root@esm2.imt-mrs.fr) Received: from localhost (localhost [127.0.0.1]) by remoudou.esm2.imt-mrs.fr (Postfix) with ESMTP id 34978DBCC for ; Tue, 14 Jan 2003 12:02:22 +0000 (GMT) Received: by remoudou.esm2.imt-mrs.fr (Postfix, from userid 0) id 92904D94B; Tue, 14 Jan 2003 13:02:19 +0100 (CET) Message-Id: <20030114120219.92904D94B@remoudou.esm2.imt-mrs.fr> Date: Tue, 14 Jan 2003 13:02:19 +0100 (CET) From: Root Reply-To: Root To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/47045: Missing COMBRD variable in sources Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47045 >Category: i386 >Synopsis: Missing COMBRD variable in sources >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 14 04:10:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Root >Release: FreeBSD 4.6-STABLE i386 and 4.7-STABLE too >Organization: ESM2 >Environment: System: FreeBSD remoudou.esm2.imt-mrs.fr 4.6-STABLE FreeBSD 4.6-STABLE #1: Thu Jul 11 15:38:43 CEST 2002 root@remoudou.esm2.imt-mrs.fr:/u/promo2004/src/sys/compile/mamienne.kernel.nfs i386 >Description: Missing variable (#define) COMBRD(x) in sioreg.h We've tried to set up a serial console and change the speed as described in the handbook, we need to make boot blocks so: cd /usr/src/sys/i386/boot/biosboot make cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 -mpreferred-stack-boundary=2 -aout -nostdinc -I/u/promo2004/src/sys/i386/boot/biosboot/../../../../include -I/u/promo2004/src/sys/i386/boot/biosboot/../../.. -I/u/promo2004/src/sys/i386/boot/biosboot -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -N -T 0 -nostdlib -static -o boot start.o table.o boot2.o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o serial.o: Undefined symbol `COMBRD' referenced from text segment serial.o: Undefined symbol `COMBRD' referenced from text segment *** Error code 1 grep -ri COMBRD /usr/src/sys ... nothing >How-To-Repeat: cd /usr/src/sys/i386/boot/biosboot; make >Fix: add a #define COMBRD(x) (1843200 / (16*(x))) in sioreg.h ??? hum .. deprecated isn'it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message