Bug 29936

Summary: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile
Product: Base System Reporter: craig <craig>
Component: kernAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-PRERELEASE   
Hardware: Any   
OS: Any   

Description craig 2001-08-21 23:30:01 UTC
attempts to compile a new kernel (to deal with procfs problem) currently
fail with
cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  ../../i386/isa/pci_cfgreg.c
../../i386/isa/pci_cfgreg.c: In function `pcibios_get_version':
../../i386/isa/pci_cfgreg.c:76: `PCIBIOS_BIOS_PRESENT' undeclared (first use in this function)
../../i386/isa/pci_cfgreg.c:76: (Each undeclared identifier is reported only once
../../i386/isa/pci_cfgreg.c:76: for each function it appears in.)
Comment 1 ru freebsd_committer freebsd_triage 2001-08-22 08:31:46 UTC
State Changed
From-To: open->closed

Already fixed in sys/i386/include/pc/bios.h,v 1.7.2.2. 


Comment 2 ru freebsd_committer freebsd_triage 2001-08-22 08:31:46 UTC
Responsible Changed
From-To: freebsd-bugs->imp