Bug 30085

Summary: pcibios lacks PCIBIOS_BIOS_PRESENT definition
Product: Base System Reporter: sw <sw>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description sw 2001-08-25 21:40:00 UTC
	After cvsup to RELENG_4, and buildworld, buildkernel fails:

/usr/src/sys/i386/isa/pci_cfgreg.c: In function `pcibios_get_version':
/usr/src/sys/i386/isa/pci_cfgreg.c:76: `PCIBIOS_BIOS_PRESENT' undeclared (first use in this function)
/usr/src/sys/i386/isa/pci_cfgreg.c:76: (Each undeclared identifier is reported only once
/usr/src/sys/i386/isa/pci_cfgreg.c:76: for each function it appears in.)

Fix: Patch for /usr/src/sys/i386/include/pc/bios.h:
How-To-Repeat: 
	cvsup to -STABLE
	cd /usr/src
	make buildkernel
Comment 1 sw 2001-08-25 22:23:10 UTC
Le (On) Sat, Aug 25, 2001 at 10:33:35PM +0200, Sameh Ghane ecrivit (wrote):
> 
> 	After cvsup to RELENG_4, and buildworld, buildkernel fails:
> 
> /usr/src/sys/i386/isa/pci_cfgreg.c: In function `pcibios_get_version':
> /usr/src/sys/i386/isa/pci_cfgreg.c:76: `PCIBIOS_BIOS_PRESENT' undeclared (first use in this function)
> /usr/src/sys/i386/isa/pci_cfgreg.c:76: (Each undeclared identifier is reported only once
> /usr/src/sys/i386/isa/pci_cfgreg.c:76: for each function it appears in.)

Humm. Looks like there is a serious problem with the cvsup server I used. I tried
another one (cvsup.de.freebsd.org), and everything was fine in bios.h...

Sorry guys,

-- 
Sameh
Comment 2 Crist J. Clark freebsd_committer freebsd_triage 2001-08-27 23:36:44 UTC
State Changed
From-To: open->closed

Originator believes the problem was due to corrupted source.