From nobody@FreeBSD.org  Thu Apr  6 12:07:43 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id EBAF037B7C6
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Apr 2000 12:07:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id MAA74718;
	Thu, 6 Apr 2000 12:07:43 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004061907.MAA74718@freefall.freebsd.org>
Date: Thu, 6 Apr 2000 12:07:43 -0700 (PDT)
From: cwasser@v-wave.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: FreeBSD 4.0 doesn't detect EpoX 7KXA properly
X-Send-Pr-Version: www-1.0

>Number:         17831
>Category:       kern
>Synopsis:       FreeBSD 4.0 doesn't detect EpoX 7KXA properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  6 12:10:01 PDT 2000
>Closed-Date:    Sun Oct 22 11:46:01 PDT 2000
>Last-Modified:  Sun Oct 22 11:46:52 PDT 2000
>Originator:     Chris Wasser
>Release:        FreeBSD 4.0-STABLE
>Organization:
>Environment:
FreeBSD deepthought.cmdmicro.com 4.0-STABLE FreeBSD 4.0-STABLE #3: Sun Apr  9 06:47:07 MDT 2000     root@deepthought.cmdmicro.com:/usr/src/sys/compile/DEEPTHOUGHT  i386
>Description:
FreeBSD 4.0 is missing device ID support for certain devices on the
EpoX 7KXA AMD Athlon motherboard.
>How-To-Repeat:
Install FreeBSD 4.0 on a EpoX 7KXA Athlon system.
>Fix:
Here's the "fix" (still haven't found out how to correctly ID the
Host-to-PCI Bridge) in /usr/src/sys/pci/pcisupport.c add:

case 0x83911106:
return ("VIA 82C686 PCI-PCI (AGP) bridge");

Before:
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib2: <PCI to PCI bridge (vendor=1106 device=8391)> at device 1.0 on pci0
pci1: <PCI bus> on pcib2

After:
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib2: <VIA 82C686 PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib2

If someone can point me out how to ID the Host-to-PCI controller, I'll
submit a ID fix for that too. Not sure why the pcib device skipped from
0 to 2, but I'll deal with that as it comes along.

Detects every other 82C686 device just fine however:

isab0: <VIA 82C686 PCI-ISA bridge> at device 7.0 on pci0
atapci0: <VIA 82C686 ATA66 controller> port 0xd000-0xd00f at device 7.1 on pci0
chip1: <VIA 82C686 ACPI interface> at device 4.4 on pci0


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johan 
State-Changed-When: Sun Oct 22 11:46:01 PDT 2000 
State-Changed-Why:  
Superseeded by PR 22052 which has a patch. 


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