Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 1998 00:20:02 -0800 (PST)
From:      Adam McDougall <mcdouga9@cartman.egr.msu.edu>
To:        freebsd-bugs
Subject:   Re: kern/5550: 3.0-current doesnt probe a pci card that gets probed fine in 2.2.5-release
Message-ID:  <199801260820.AAA24249@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/5550; it has been noted by GNATS.

From: Adam McDougall <mcdouga9@cartman.egr.msu.edu>
To: Stefan Esser <se@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: kern/5550: 3.0-current doesnt probe a pci card that gets probed fine in 2.2.5-release
Date: Mon, 26 Jan 1998 03:19:03 -0500 (EST)

 yes, you are correct, it is found when I do Boot: -v
 Jan 23 21:41:14 bsdx /kernel: found->   vendor=0x1039, dev=0x7001,
 revid=0xb0
 Jan 23 21:41:14 bsdx /kernel:   class=0c-03-10, hdrtype=0x00, mfdev=1
 Jan 23 21:41:14 bsdx /kernel:   intpin=a, irq=0
 Jan 23 21:41:14 bsdx /kernel: found->   vendor=0x1274, dev=0x5000,
 revid=0x00
 Jan 23 21:41:14 bsdx /kernel:   class=04-01-00, hdrtype=0x00, mfdev=0
 Jan 23 21:41:14 bsdx /kernel:   intpin=a, irq=11   
 
 the 1274 one is the sound card.
 
 On Fri, 23 Jan 1998, Stefan Esser wrote:
 
 > On 1998-01-22 19:38 -0800, mcdouga9@cartman.egr.msu.edu wrote:
 > > >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 f ound 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:
 > > 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. 
 > 
 > Could you please enter "-v" at the "Boot: " prompt 
 > and send me the boot message log ?
 > 
 > I guess the card is still found, but just not shown,
 > since no PCI driver exists for it.
 > 
 > Regards, STefan
 > 
 



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