cvs commit: src/sys/alpha/include/pc bios.h
src/sys/amd64/amd64 machdep.c src/sys/amd64/include md_var.h
src/sys/dev/fb vga.c src/sys/dev/kbd atkbd.c src/sys/i386/bios
mca_machdep.c smapi.c smbios.c vpd.c src/sys/i386/i386 machdep.c
symbols.raw ...
Takahashi Yoshihiro
nyan at jp.FreeBSD.org
Sat Jun 12 10:12:07 GMT 2004
In article <200406102031.i5AKV0WV082812 at repoman.freebsd.org>
John Baldwin <jhb at FreeBSD.org> writes:
> jhb 2004-06-10 20:31:00 UTC
>
> Remove atdevbase and replace it's remaining uses with direct references to
> KERNBASE instead.
This broke pc98 kernel.
> cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/pc98/pc98/pc98gdc.c
> /usr/src/sys/pc98/pc98/pc98gdc.c: In function `probe_adapters':
> /usr/src/sys/pc98/pc98/pc98gdc.c:638: error: `KERNBASE' undeclared (first use in this function)
> /usr/src/sys/pc98/pc98/pc98gdc.c:638: error: (Each undeclared identifier is reported only once
> /usr/src/sys/pc98/pc98/pc98gdc.c:638: error: for each function it appears in.)
> /usr/src/sys/pc98/pc98/pc98gdc.c: In function `gdc_set_origin':
> /usr/src/sys/pc98/pc98/pc98gdc.c:939: error: `KERNBASE' undeclared (first use in this function)
> /usr/src/sys/pc98/pc98/pc98gdc.c: In function `gdc_set_mode':
> /usr/src/sys/pc98/pc98/pc98gdc.c:1099: error: `KERNBASE' undeclared (first use in this function)
> *** Error code 1
---
TAKAHASHI Yoshihiro <nyan at jp.FreeBSD.org>
More information about the cvs-src
mailing list