Bug 43900

Summary: /usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
Product: Base System Reporter: Clement M. <clem>
Component: i386Assignee: Mitsuru IWASAKI <iwasaki>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.7-RELEASE   
Hardware: Any   
OS: Any   

Description Clement M. 2002-10-10 22:40:01 UTC
/usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
i cvs 10/10/2002 at 08PM
two ':' as been forget in this file:
 * $FreeBSD: src/sys/i386/isa/pcibus.c,v 1.57.2.9 2002/10/10 16:16:51 iwasaki Exp $

	case 0x00171166
		/* FALLTHROUGH */
	case 0x01011166:
		s = "ServerWorks host to PCI bridge(unknown chipset)";
		*busnum = pci_cfgread(cfg, 0x44, 1);
		break;

		/* Integrated Micro Solutions -- vendor 0x10e0 */
	case 0x884910e0
		s = "Integrated Micro Solutions VL Bridge";
		break;

Fix: 

add ':' at line 217 and 219
How-To-Repeat: make buildkernel
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-10-11 00:04:00 UTC
State Changed
From-To: open->closed


Thanks for submitting a bug report.  It appears that what you 
describe has been fixed by the following commit: 

: revision 1.57.2.10 
: date: 2002/10/10 18:25:28;  author: iwasaki;  state: Exp;  lines: +2 -2 
: Oops, it seems I've forgiven some ':'. 
: 
: Submitted by:   Nephtali <aurelien.nephtali@wanadoo.fr> 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-10-11 00:04:00 UTC
Responsible Changed
From-To: freebsd-bugs->iwasaki


Mitsuru IWASAKI took care of this.