Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2003 13:02:19 +0100 (CET)
From:      Root <info@esm2.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/47045: Missing COMBRD variable in sources
Message-ID:  <20030114120219.92904D94B@remoudou.esm2.imt-mrs.fr>

next in thread | raw e-mail | index | archive | help

>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




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