From nobody@FreeBSD.org  Thu Oct 10 14:32:49 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EDAD37B404
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2002 14:32:49 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C53F543ECF
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2002 14:32:48 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9ALWh7R056211
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2002 14:32:43 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9ALWh3h056210;
	Thu, 10 Oct 2002 14:32:43 -0700 (PDT)
Message-Id: <200210102132.g9ALWh3h056210@www.freebsd.org>
Date: Thu, 10 Oct 2002 14:32:43 -0700 (PDT)
From: "Clement M." <clem@clem.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
X-Send-Pr-Version: www-1.0

>Number:         43900
>Category:       i386
>Synopsis:       /usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    iwasaki
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 10 14:40:01 PDT 2002
>Closed-Date:    Thu Oct 10 16:04:49 PDT 2002
>Last-Modified:  Thu Oct 10 16:04:49 PDT 2002
>Originator:     Clement M.
>Release:        4.7-RELEASE
>Organization:
>Environment:
>Description:
/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;
>How-To-Repeat:
make buildkernel
>Fix:
add ':' at line 217 and 219
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Oct 10 16:04:00 PDT 2002 
State-Changed-Why:  

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> 


Responsible-Changed-From-To: freebsd-bugs->iwasaki 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Thu Oct 10 16:04:00 PDT 2002 
Responsible-Changed-Why:  

Mitsuru IWASAKI took care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43900 
>Unformatted:
