Date: Thu, 6 Apr 2000 12:07:43 -0700 (PDT) From: cwasser@v-wave.com To: freebsd-gnats-submit@FreeBSD.org Subject: kern/17831: FreeBSD 4.0 doesn't detect EpoX 7KXA properly Message-ID: <200004061907.MAA74718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 6 12:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200004061907.MAA74718>
