Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 1998 19:38:39 -0800 (PST)
From:      mcdouga9@cartman.egr.msu.edu
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/5550: 3.0-current doesnt probe a pci card that gets probed fine in 2.2.5-release
Message-ID:  <199801230338.TAA21347@hub.freebsd.org>

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

>Number:         5550
>Category:       kern
>Synopsis:       3.0-current doesnt probe a pci card that gets probed fine in 2.2.5-release
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 19:40:00 PST 1998
>Last-Modified:
>Originator:     Adam McDougall
>Organization:
>Release:        3.0-current
>Environment:
FreeBSD bsdx.dyn.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Thu Jan 22 01:19:02 EST 1998     user1@bsdx.dyn.ml.org:/usr/src/sys/compile/BSDXKRNL  i386

>Description:
I have an Ensoniq AudioPCI card that is not detected by the pci probe under 3.0-current but is probed under 2.2.5-release.  I know that OSS has support for my particular code but I think it is not functioning correctly because the card is not being found by the pci probe.  When I try to use sound devices under OSS, it locks up my computer.
My motherboard is an Mtech Mustang R534F with a SiS5571 chipset.

hand written kernel messages from a 2.2.5 probe:
chip0 <generic PCI bridge (vendor=1039 device=1039 SubClass=0)> rev 0 on pci:0:0
chip1 <SiS 85c503> rev 1 on pci0:1:0
pci0:1:1: Silicon Integrated Systems, device=0x5513, class=storage (ide) int a irq 14 [no driver assigned]
pci0:1:2: Silicon Integrated Systems, device=0x7001, class=0x0c, subclass=0x03, int a irq ?? [no driver assigned]
vga0 <VGA-compatible display device> rev 2 int a irq 11 on pci0:11
pci0:15: vendor=0x1274, device=0x5000 class=multimedia (audio) int a irq 12 [no driver assigned]

related section from 3.0-current's probe:
chip0: <Host to PCI bridge (vendor=1039 device=5571)> rev 0x00 on pci0.0.0
chip1: <SiS 85c503> rev 0x01 on pci0.1.0
ide_pci0: <PCI IDE controller (busmaster capable)> rev 0xc0 int a irq 14 on pci0.1.1
vga0: <Matrox MGA 1024SG graphics accelerator> rev 0x02 int a irq 11 on pci0.11.0

I tried changing slots, nothing helped. 

>How-To-Repeat:
put AudioPCI card in a computer. Boot 2.2.5, its probed. boot 3.0, its not.

>Fix:

>Audit-Trail:
>Unformatted:



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