Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2011 01:54:32 GMT
From:      Kevin McAleavey <kevin.mcaleavey@knosproject.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/156165: Missing card definition for hdac audio device, no attach by kernel 8.2 release
Message-ID:  <201104040154.p341sW5O071948@red.freebsd.org>
Resent-Message-ID: <201104040200.p3420IEJ096652@freefall.freebsd.org>

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

>Number:         156165
>Category:       kern
>Synopsis:       Missing card definition for hdac audio device, no attach by kernel 8.2 release
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 02:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kevin McAleavey
>Release:        8.2-RELEASE
>Organization:
KNOS Project
>Environment:
FreeBSD 8.2-RELEASE FreeBSD 8.2-RELEASE #19: Wed Mar 23 08:56:34 EDT 2011     root@creator32.knos:/usr/obj/usr/src/sys/KNOS  amd64

(custom kernel build)
>Description:
No attach to device - chip ID is known by hdac, but card ID is not:

pciconf yields:

none0@pci0:0:27:0:	class=0x040300 card=0x82fe1043 chip=0x3a3e8086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Microsoft UAA Bus Driver for High Definition Audio (Microsoft UAA Bus Driver for High Definition Audio)'
    class      = multimedia
    subclass   = HDA
none1@pci0:0:31:3:	class=0x0c0500 card=0x82d41043 chip=0x3a308086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'SMB controller  (50011458)'
    class      = serial bus
    subclass   = SMBus
none2@pci0:1:0:1:	class=0x040300 card=0x34fe1458 chip=0x0be910de rev=0xa1 hdr=0x00
    vendor     = 'NVIDIA Corporation'
    class      = multimedia
    subclass   = HDA
-----

Chipset is known for the none0@ entry, but card ID is unknown. Probably solvable by adding unknown card ID to pci sources, but don't know where to modify the code to try that.

   hdac1@pci0:0:27:0:      class=0x040300 card=0x83571043 chip=0x3a3e8086 rev=0x00 hdr=0x00
      vendor     = 'Intel Corporation'
      device     = 'Microsoft UAA Bus Driver for High Definition Audio (Microsoft UAA Bus Driver for High Definition Audio)'
      class      = multimedia
      subclass   = HDA
>How-To-Repeat:
Fails on every reboot for this particular hardware.
>Fix:
If someone could tell me where in the kernel sources to look for the card ID type, would be willing to give it a shot.

>Release-Note:
>Audit-Trail:
>Unformatted:



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