Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 14:32:43 -0700 (PDT)
From:      "Clement M." <clem@clem.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/43900: /usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
Message-ID:  <200210102132.g9ALWh3h056210@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         43900
>Category:       i386
>Synopsis:       /usr/src/sys/i386/isa/pcibus.c error at ligne 217 & 219
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 10 14:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210102132.g9ALWh3h056210>