From nobody@FreeBSD.org  Tue Aug 21 15:23:22 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 8103337B403
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 21 Aug 2001 15:23:15 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f7LMNFE39458;
	Tue, 21 Aug 2001 15:23:15 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200108212223.f7LMNFE39458@freefall.freebsd.org>
Date: Tue, 21 Aug 2001 15:23:15 -0700 (PDT)
From: Craig Partridge <craig@bbn.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile
X-Send-Pr-Version: www-1.0

>Number:         29936
>Category:       kern
>Synopsis:       constant PCIBIOS_BIOS_PRESENT missing causes kernel to fail to compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 21 15:30:01 PDT 2001
>Closed-Date:    Wed Aug 22 00:31:46 PDT 2001
>Last-Modified:  Wed Aug 22 00:32:22 PDT 2001
>Originator:     Craig Partridge
>Release:        FreeBSD 4.4-PRERELEASE
>Organization:
BBN Technologies
>Environment:
FreeBSD aland.bbn.com 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Tue Aug  7 12:30:38 EDT 2001     craig@aland.bbn.com:/usr/src/sys/compile/ALAND  i386

>Description:
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.)


>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Wed Aug 22 00:31:46 PDT 2001 
State-Changed-Why:  
Already fixed in sys/i386/include/pc/bios.h,v 1.7.2.2. 


Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: ru 
Responsible-Changed-When: Wed Aug 22 00:31:46 PDT 2001 
Responsible-Changed-Why:  

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29936 
>Unformatted:
