mav 2008-09-16 20:03:34 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 183097 on 2008-09-16 20:03:34Z by mav
Hide some of driver's internal debugging.
Left only parts surely required for basic troubleshooting and configuration
mav 2008-09-14 17:40:53 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 183025 on 2008-09-14 17:40:53Z by mav
Small addition to the previous commit. Sorry.
Revision ChangesPath
1.60 +1 -0 src/sys/dev/sound/pci/hd
mav 2008-09-14 17:37:34 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 183024 on 2008-09-14 17:37:34Z by mav
Add some missing Realtek codec IDs. Just for reference.
Fix small typo in error message.
Revision ChangesPath
mav 2008-09-14 15:10:53 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 183019 on 2008-09-14 15:10:53Z by mav
Remove one unneeded printf from non-verbose output.
Submitted by: Artem Naluzhnyy
Revision ChangesPath
1.
remko 2008-09-12 18:37:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 182969 on 2008-09-12 18:37:52Z by remko
MFC r182854
Fix deactivation of speakers while plugging in headphones on Fujitsu
U101
Joel Dahl skrev:
joel2008-09-07 20:25:19 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 182854 on 2008-09-07 20:25:19Z by joel
Fix deactivation of speakers while plugging in headphones on Fujitsu
U1010, Lenovo 3k N200 and Acer
joel2008-09-07 20:25:19 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 182854 on 2008-09-07 20:25:19Z by joel
Fix deactivation of speakers while plugging in headphones on Fujitsu
U1010, Lenovo 3k N200 and Acer Aspire 4715Z.
Re
delphij 2008-07-15 02:34:44 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
SVN rev 180532 on 2008-07-15 02:34:44Z by delphij
Add quirk for Dell D630 laptops.
Tested by: Quake Lee ,
Robert Noland
MFC after: 1 w
kevlo 2008-05-22 09:14:12 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add codec id for Sigmatel STAC9872AK
Reviewed by:ariff
Revision ChangesPath
1.54 +2 -0 src/sys/dev/sound/pci/hda/hdac.c
ariff 2008-04-19 22:32:23 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that
deserves its own internet memes). The trick is to force all available,
unused pins (that being ad
ariff 2008-04-12 15:07:33 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Add codec id for Sigmatel STAC9205
- Fix speaker issues with Dell Vostro 1500 (GPIO0)
Tested by: John Wright
- Apply ridiculous quirk on Asus A8X series (A
ariff 2007-12-15 04:06:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
MFC:
- nid 28 for Acer @ ALC268 should be identified as analog CD input pin,
though it doesn't provides proper (sane, valid, usable, etc)
ariff 2007-12-13 15:48:45 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add speaker/headphone controls for HP Compaq DC7700 Small Form Factor PC
@ ALC262.
Submitted by: Carlos A. M. dos Santos
Revision ChangesPath
1.51 +
ariff 2007-12-13 15:44:54 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
nid 28 for Acer @ ALC268 should be identified as analog CD input pin,
though it doesn't provides proper (sane, valid, usable, etc) analog CD
playback due to its stripped d
ariff 2007-12-06 05:21:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/sound/pci/hda hdac.c
Log:
Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.
Tested by: Liyu, She
Approved by:re (kensmith)
Revis
ariff 2007-12-06 05:20:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.
Tested by: Liyu, She
Revision ChangesPath
1.36.2.9 +
ariff 2007-12-06 05:20:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.
Tested by: Liyu, She
Approved by:re (kensmith)
Revisio
ariff 2007-12-02 16:38:28 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.
Tested by: Liyu, She
Revision ChangesPath
1.49 +3 -0 src/sys/dev/soun
ariff 2007-11-30 15:12:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/sound/pci/hda hdac.c
Log:
MFC: (revision 1.47, 1.48)
- Add missing MCP65 id which was accidentally removed in previous commit.
- Add Analog Devices AD1984 codec id.
ariff 2007-11-30 15:11:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
MFC: (revision 1.47, 1.48)
- Add missing MCP65 id which was accidentally removed in previous commit.
- Add Analog Devices AD1984 codec id.
-
ariff 2007-11-30 15:11:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
MFC: (revision 1.47, 1.48)
- Add missing MCP65 id which was accidentally removed in previous commit.
- Add Analog Devices AD1984 codec id.
-
ariff 2007-11-28 15:27:22 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Add Analog Devices AD1984 codec id.
- Enable pcbeep control for Acer + ALC268 (nid 29). Give enough (fake)
hints so the parser will grab it and allocate "speaker" cont
ariff 2007-11-28 02:13:20 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add missing MCP65 id which was accidentally removed in previous commit.
Revision ChangesPath
1.47 +1 -0 src/sys/dev/sound/pci/hda/hdac.c
ariff 2007-11-27 23:37:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/dev/sound/pci/hda hdac.c
Log:
* Fix support for followings:
o Acer Aspire 4520 laptop
- jack sensing / automute
o Toshiba Satellite A135-S4527 laptop
- jack
ariff 2007-11-27 23:37:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
* Fix support for followings:
o Acer Aspire 4520 laptop
- jack sensing / automute
o Toshiba Satellite A135-S4527 laptop
- jack se
ariff 2007-11-27 23:36:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
* Fix support for followings:
o Acer Aspire 4520 laptop
- jack sensing / automute
o Toshiba Satellite A135-S4527 laptop
- jack se
ariff 2007-11-21 11:39:28 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
* Fix support for followings:
o Acer Aspire 4520 laptop
- jack sensing / automute
o Toshiba Satellite A135-S4527 laptop
- jack sensing / automute
T
ariff 2007-10-26 20:48:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
MFC: (revision 1.45)
- Gigabyte G33-S2H fixup, due to the present of multiple competing
codecs. Codec at address 0 seems purely digital, or
ariff 2007-10-19 15:53:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/sound/pci/hda hdac.c
Log:
- Gigabyte G33-S2H fixup, due to the present of multiple competing
codecs. Codec at address 0 seems purely digital, or perhaps an HDMI
interf
ariff 2007-10-19 15:49:40 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Gigabyte G33-S2H fixup, due to the present of multiple competing
codecs. Codec at address 0 seems purely digital, or perhaps an HDMI
interface. Let the driver skip i
ariff 2007-07-12 06:39:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
MFC:
Revisions:
1.44 src/sys/dev/sound/pci/hda/hdac.c
1.8 src/sys/dev/sound/pci/hda/hdac_private.h
- Ad
ariff 2007-07-09 20:42:11 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
- Add codec id for Realtek ALC268.
- Add controller id for Intel 82801I (ICH9).
PR: kern/114399
Submitted by: Michael Fuc
ariff 2007-07-04 04:05:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
MFC:
Revisions:
1.43 src/sys/dev/sound/pci/hda/hdac.c
1.7 src/sys/dev/sound/pci/hda/hdac_private.h
- Fi
ariff 2007-07-01 17:31:20 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
- Fix input/microphone support for ASUS A8N-VMCSM series.
Submitted by: Simon Schubert <[EMAIL PROTECTED]>
- Defer flushing unsolicited response int
ariff 2007-06-21 20:58:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
MFC: (revision 1.42)
- Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE [1].
- Drain all callout handlers during driver de
ariff 2007-06-18 22:39:27 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.
Tested by: Gonzalo Lionel Rodriguez
Revision ChangesPath
1.42 +4 -1 src/s
ariff 2007-06-13 01:52:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pci/hda hdac.c
Log:
MFC:
Revision:
1.39 src/sys/dev/sound/pci/hda/hdac.c
- Add codec id for ALC660 [1]
- Add codec id for AD1988B, along with f
ariff 2007-06-10 23:01:41 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Add codec id for ALC660 [1]
- Add codec id for AD1988B, along with fixing its line-in and other
issues (with proper quirks). [2]
Submitted by: [1] [EMAIL PROTEC
At Thu, 10 May 2007 11:15:19 +0800,
Ariff Abdullah wrote:
>
> [1 ]
> On Thu, 10 May 2007 03:58:03 +0100
> Rui Paulo <[EMAIL PROTECTED]> wrote:
> > At Thu, 10 May 2007 01:46:51 + (UTC),
> > Ariff Abdullah wrote:
> > >
> > > ariff 2007-05-10 01:46:51 UTC
> > >
> > > FreeBSD src reposi
On Thu, 10 May 2007 03:58:03 +0100
Rui Paulo <[EMAIL PROTECTED]> wrote:
> At Thu, 10 May 2007 01:46:51 + (UTC),
> Ariff Abdullah wrote:
> >
> > ariff 2007-05-10 01:46:51 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/sound/pci/hda hdac.c
> > Log:
> >
At Thu, 10 May 2007 01:46:51 + (UTC),
Ariff Abdullah wrote:
>
> ariff 2007-05-10 01:46:51 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/sound/pci/hda hdac.c
> Log:
> Don't hold mutex while releasing bus resources.
Does this fix the LOR on module unload?
___
ariff 2007-05-10 01:46:51 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Don't hold mutex while releasing bus resources.
Revision ChangesPath
1.36 +0 -1 src/sys/dev/sound/pci/hda/hdac.c
ariff 2007-05-05 09:17:36 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
Miscellaneous changes and fix:
- Remove explicit call to pmap_change_attr(), since we now have proper
and functional definition of BUS_DMA_NOCACHE.
-
Rong-en Fan wrote:
> On 3/16/07, Ariff Abdullah <[EMAIL PROTECTED]> wrote:
>> ariff 2007-03-15 17:23:39 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/dev/sound/pci/hda hdac.c
>> Log:
>> NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce
>> cache
ariff 2007-03-20 11:24:29 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
Put a temporary bandaid to set/reset uncacheable DMA region (affected
on amd64 and i386) until we gain proper BUS_DMA_NOCACHE support.
(in progress).
T
ariff 2007-03-19 16:06:26 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Destroy channel DMA tag during resource cleanup.
Revision ChangesPath
1.31 +4 -1 src/sys/dev/sound/pci/hda/hdac.c
___
On Fri, 2007-03-16 at 20:47 +0800, Rong-en Fan wrote:
> On 3/16/07, Ariff Abdullah <[EMAIL PROTECTED]> wrote:
> > ariff 2007-03-15 17:23:39 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/sound/pci/hda hdac.c
> > Log:
> > NOOP (for now) for hdac_dma_nocache(
On 3/16/07, Ariff Abdullah <[EMAIL PROTECTED]> wrote:
ariff 2007-03-15 17:23:39 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce
cache coherency, besides of causing train wreck in
ariff 2007-03-16 01:44:21 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix support for ASUS A7T ALC882 laptop (gpio0 quirk).
Reported/Tested by: cognet
Revision ChangesPath
1.29 +3 -0 src/sys/dev/sound/pci/hda/hdac.
ariff 2007-03-15 17:35:05 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Put some sanity break statement in few missing places.
- Remove NULL checking on snd_mtxcreate() (M_WAITOK) .
Revision ChangesPath
1.28 +4 -6 src/sys
ariff 2007-03-15 17:23:39 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce
cache coherency, besides of causing train wreck in other places
(especially on amd64, possibly on i386)
ariff 2007-03-11 15:26:49 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix analog CD connectivity. HP decided to screw pinconfig settings in
their latest Compaq V3000 BIOS (revision F.22). As a result, analog CD
connectivity is gone to the ob
ariff 2007-02-25 06:17:56 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix ALC883 microphone / recording issues. Setting high(er) VRef on
(external) microphone pin tend to screw it. Internal microphone (found
on several laptops) still need hi
ariff 2007-02-16 17:43:29 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add codec id for Sigmatel STAC9271D.
Submitted by: Michael Fuckner <[EMAIL PROTECTED]>
Revision ChangesPath
1.24 +4 -2 src/sys/dev/sound/pci/hda/h
ariff 2007-01-28 03:16:54 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add speaker control for HP xw4300. This hardware doesn't respond to
unsolicited pin sense event and need manual control to turn off speaker
volume while attaching headphon
ariff 2007-01-13 00:24:44 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix headphone/speaker automute for [1] Acer Aspire 5050 and [2] MSI MS-1034
laptops.
Tested by: [1] Lion G. <[EMAIL PROTECTED]>
[2] Pietro Cerutt
On Thu, 4 Jan 2007 18:13:04 + (UTC)
Ariff Abdullah <[EMAIL PROTECTED]> wrote:
> ariff 2007-01-04 18:13:04 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/sound/pci/hda hdac.c
> Log:
> Fix headphone/speaker automute for Toshiba Satellite Pro U200.
>
> Repo
On 2007-01-04 18:13, Ariff Abdullah <[EMAIL PROTECTED]> wrote:
> ariff 2007-01-04 18:13:04 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/sound/pci/hda hdac.c
> Log:
> Fix headphone/speaker automute for Toshiba Satellite Pro U200.
>
> Reported/Tested by: kerami
ariff 2007-01-04 18:13:04 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix headphone/speaker automute for Toshiba Satellite Pro U200.
Reported/Tested by: keramida
Revision ChangesPath
1.21 +10 -1 src/sys/dev/sound/pc
ariff 2006-12-22 11:55:59 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix distorted sound on Intel Desktop Board D101GGC (ATI SB450/ALC861).
Turn on ALC861 quirk as default since it seems affecting all hardwares
with the same codec.
ariff 2006-12-19 16:52:10 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix distorted sound on Fujitsu Siemens AMILO Pa 1510.
Reported/Tested by: infofarmer
Revision ChangesPath
1.19 +7 -1 src/sys/dev/sound/pci/hda/h
On Sun, Dec 17, 2006 at 03:19:33PM +, Ariff Abdullah wrote:
> ariff 2006-12-17 15:19:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/sound/pci/hda hdac.c
> Log:
> Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227
>
> Found/Tested by:
ariff 2006-12-17 15:19:33 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add codec id for [1] Realtek ALC888 and [2] Sigmatel STAC9227
Found/Tested by:[1] luigi
[2] Jean-Baptiste Quenot <[EMAIL PROTECTED]>
ariff 2006-12-16 09:14:58 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Miscellaneous fixups and quirks for ASUS A7M, LG LW20 and
HP NX6325 laptops.
Revision ChangesPath
1.17 +36 -5 src/sys/dev/sound/pci/hda/hdac.c
_
ariff 2006-12-15 05:15:18 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix compilation using gcc 4.1.
Submitted by: dougb
Revision ChangesPath
1.16 +1 -1 src/sys/dev/sound/pci/hda/hdac.c
__
ariff 2006-12-11 18:45:12 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix distorted sound on ASUS P1-AH2 caused by accumulated input / output.
Reported/Tested by: Hiroharu Tamaru <[EMAIL PROTECTED]>
Revision ChangesPath
1.15
ariff 2006-12-10 06:13:41 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix AD1986A (and possibily other codecs too) microphone issues.
Tested by: xride (using skype, xanalyser, etc. ; play/record)
Revision ChangesPath
1.14
ariff 2006-12-09 17:52:54 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Fix headphone/speakers automute on Lenovo 3000 N100.
Tested by: xride
- GPIO commit cleanups and fixes for possible breakage during
previous commit.
ariff 2006-12-02 17:12:25 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Add support for Apple Intel/Mac.
- Playback and headphone/speaker automute works.
- Recording untested due to me being deaf doing back-and-forth
remote debugging
ariff 2006-11-29 15:15:31 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix support for Medion MD MD95257 (GPIO2 quirk).
Reported by:Chris Tophe <[EMAIL PROTECTED]>
Revision ChangesPath
1.11 +12 -7 src/sys/dev/sound/p
On 27/11/2006, at 5:16 PM, Ariff Abdullah wrote:
ariff 2006-11-27 06:16:36 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- LNV -> LENOVO
- Fix support for Samsung Q1 UltraMobile PC (inverted EAPD).
Reported by:benno
Thanks, Ariff!
-
ariff 2006-11-27 06:16:36 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- LNV -> LENOVO
- Fix support for Samsung Q1 UltraMobile PC (inverted EAPD).
Reported by:benno
Revision ChangesPath
1.10 +11 -5 src/sys/dev/sou
ariff 2006-10-16 14:43:22 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Inverted EAPD quirk for ASUS A8Jc.
- Take the literal meaning of eapdbtl, but do the inversion during
write.
Tested by: Chung-liang Wei <[EMAIL PROTECTED]>
ariff 2006-10-12 15:37:43 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Fix support for ASUS U5F laptop. This laptop (and possibly others)
need a special inverted EAPD quirk.
- Add "eapdinv" config for future testing purposes.
Tested
ariff 2006-10-12 04:19:37 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Fix support for IBM/Lenovo Thinkcentre M52 series. Its vendorid / 0x1014
accidentally match with HP vendorid / 0x103c.
Reported by:Robert Noland <[EMAIL PROTECTED]>
ariff 2006-10-08 18:51:58 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Added few more pci ids for Intel, ATI, NVidia, VIA and SiS.
Revision ChangesPath
1.5 +30 -2 src/sys/dev/sound/pci/hda/hdac.c
ariff 2006-10-06 18:59:27 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c hdac_private.h
Log:
- Fix wrong id for ALC882, add ALC883 id.
- Add support for the Conexant Waikiki/CX20551-22, found
in most Toshiba P100 series laptops. Despite of grow
ariff 2006-10-02 16:30:05 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Streamline quirks management for a better future.
- Fix support for ASUS M5200ae (buggy BIOS)
- Fix few problems, reported by Coverity Prevent (TM).
CID:
ariff 2006-10-02 15:26:37 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
Make this buildable on IA64.
Reported by:phk
Revision ChangesPath
1.2 +2 -0 src/sys/dev/sound/pci/hda/hdac.c
__
79 matches
Mail list logo