The NetBSD Project

CVS log for src/sys/dev/pci/azalia.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.77.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:43 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.77: +75 -44 lines
Diff to previous 1.77 (colored) next main 1.78 (colored)

sync with head

Revision 1.79 / (download) - annotate - [select for diffs], Thu Nov 24 03:35:58 2011 UTC (6 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base, jmcneill-usbmp, HEAD
Changes since 1.78: +4 -4 lines
Diff to previous 1.78 (colored)

put back IPL_AUDIO and splaudio(), at the request of rmind.  they are
aliases and now we can easily revert audio to IPL_VM if necessary,
without having to revert the whole branch.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:34 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
Changes since 1.77: +76 -45 lines
Diff to previous 1.77 (colored)

Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
the original ad-audiomp branch notes:

  Add MP locking to the audio drivers.

  Making the audio drivers MP safe is necessary before efforts
  can be made to make the VM system MP safe.

  The are two locks per device instance, an ISR lock and
  a character device lock. The ISR lock replaces calls to
  splaudio()/splx(), and will be held across calls to device
  methods which were called at splaudio() before (e.g.
  trigger_output). The character device lock is held across
  calls to nearly all of the methods, excluding some only
  used for initialization, e.g. get_locks.

Welcome to 5.99.57.

Revision 1.77.4.2 / (download) - annotate - [select for diffs], Tue Nov 22 22:47:08 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.77.4.1: +2 -3 lines
Diff to previous 1.77.4.1 (colored) to branchpoint 1.77 (colored) next main 1.78 (colored)

get rid of unused 'powerstate' callback in audio_hw_if

Revision 1.77.4.1 / (download) - annotate - [select for diffs], Sat Nov 19 21:49:41 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.77: +76 -44 lines
Diff to previous 1.77 (colored)

port ad-audiomp2 branch changes to 5.99.56
todo:
 - port ad-audiomp2 pcppi changes
 - these drivers need to be fixed:
   - emuxki
   - gcscaudio
   - hdafg
   - uaudio
   - umidi
   - MD audio drivers

Revision 1.77 / (download) - annotate - [select for diffs], Mon Aug 29 14:47:07 2011 UTC (8 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base
Branch point for: yamt-pagecache, jmcneill-audiomp3
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored)

have pci register itself as a module, and make PCI driver modules depend on it

Revision 1.76 / (download) - annotate - [select for diffs], Sun Aug 28 15:40:49 2011 UTC (8 months, 4 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.75: +18 -54 lines
Diff to previous 1.75 (colored)

set default WARNS for modules to 3 -- the only one that needs < 3 now is pf

Revision 1.75 / (download) - annotate - [select for diffs], Tue May 25 08:37:10 2010 UTC (2 years ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, rmind-uvmplock-nbase, rmind-uvmplock-base, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 (colored)

Revert earlier changes to callers of pci_find{vendor,product} since
the original routine entrypoint name has been restored.

Requested by dyoung@ and mrg@

Revision 1.74 / (download) - annotate - [select for diffs], Mon May 24 20:29:49 2010 UTC (2 years ago) by pgoyette
Branch: MAIN
Changes since 1.73: +4 -4 lines
Diff to previous 1.73 (colored)

Update all callers of the pci_find{vendor,product} routines to now call
these routines through their global pointers.

Revision 1.72.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:30 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (colored) next main 1.73 (colored)

Sync with HEAD.

Revision 1.64.6.1.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:39 2010 UTC (2 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.64.6.1: +3 -3 lines
Diff to previous 1.64.6.1 (colored) next main 1.64.6.2 (colored)

sync to netbsd-5

Revision 1.54.4.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:43 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.3: +6 -26 lines
Diff to previous 1.54.4.3 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored)

sync with head

Revision 1.73 / (download) - annotate - [select for diffs], Wed Feb 24 22:37:59 2010 UTC (2 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base1, rmind-uvmplock
Changes since 1.72: +4 -4 lines
Diff to previous 1.72 (colored)

A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.

Revision 1.64.6.1.2.1 / (download) - annotate - [select for diffs], Thu Jan 21 08:41:00 2010 UTC (2 years, 4 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE
Changes since 1.64.6.1: +3 -3 lines
Diff to previous 1.64.6.1 (colored) next main 1.64.6.2 (colored)

Pull up following revision(s) (requested by tonnerre in ticket #1258):
	sys/dev/pci/azalia.c: revision 1.72
Signedness bug/crash in azalia. Fixes PR 42604.
By Pierre Pronchery.

Revision 1.64.6.2 / (download) - annotate - [select for diffs], Thu Jan 21 08:38:45 2010 UTC (2 years, 4 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.64.6.1: +3 -3 lines
Diff to previous 1.64.6.1 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)

Pull up following revision(s) (requested by tonnerre in ticket #1258):
	sys/dev/pci/azalia.c: revision 1.72
	sys/dev/pci/hdaudio/hdaudio_afg.c: revision 1.19
Signedness bug/crash in azalia and hdaudio. Fixes PR 42604.
By Pierre Pronchery.

Revision 1.42.2.1.4.1 / (download) - annotate - [select for diffs], Thu Jan 21 08:35:55 2010 UTC (2 years, 4 months ago) by snj
Branch: netbsd-4-0
Changes since 1.42.2.1: +3 -3 lines
Diff to previous 1.42.2.1 (colored) next main 1.42.2.2 (colored)

Apply patch (requested by tonnerre in ticket #1375):
Signedness bug/crash in azalia.  Fixes PR 42604.

Revision 1.42.2.2 / (download) - annotate - [select for diffs], Thu Jan 21 08:34:27 2010 UTC (2 years, 4 months ago) by snj
Branch: netbsd-4
Changes since 1.42.2.1: +3 -3 lines
Diff to previous 1.42.2.1 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)

Apply patch (requested by tonnerre in ticket #1375):
Signedness bug/crash in azalia.  Fixes PR 42604.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Jan 20 09:05:12 2010 UTC (2 years, 4 months ago) by tonnerre
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.71: +3 -3 lines
Diff to previous 1.71 (colored)

Signedness bug/crash in azalia and hdaudio. Fixes PR 42604.
By Pierre Pronchery.

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jan 8 19:56:51 2010 UTC (2 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70 (colored)

Expand PMF_FN_* macros.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Nov 12 19:40:19 2009 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.69: +3 -23 lines
Diff to previous 1.69 (colored)

Remove superfluous activation hook.

Revision 1.54.4.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:32 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.2: +4 -4 lines
Diff to previous 1.54.4.2 (colored) to branchpoint 1.54 (colored)

sync with head

Revision 1.66.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:23 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.66: +9 -10 lines
Diff to previous 1.66 (colored) next main 1.67 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.69 / (download) - annotate - [select for diffs], Wed May 6 09:25:14 2009 UTC (3 years ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.68: +4 -4 lines
Diff to previous 1.68 (colored)

struct cfdata * -> cfdata_t, no functional changes intended.

Revision 1.54.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:54 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54.4.1: +188 -104 lines
Diff to previous 1.54.4.1 (colored) to branchpoint 1.54 (colored)

sync with head.

Revision 1.64.4.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:35:55 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.64.4.2: +6 -8 lines
Diff to previous 1.64.4.2 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)

Sync with HEAD.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Apr 2 01:06:49 2009 UTC (3 years, 1 month ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.67: +6 -8 lines
Diff to previous 1.67 (colored)

Cosmetic changes, only, to clarify and to save a couple of lines: return
a constant, 0, instead of returning ret when it is always 0.  Wait to
initialize ret until we really need to.

Revision 1.64.4.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:07 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.64.4.1: +3 -2 lines
Diff to previous 1.64.4.1 (colored) to branchpoint 1.64 (colored)

Sync with HEAD.

Revision 1.64.6.1 / (download) - annotate - [select for diffs], Mon Mar 2 19:53:26 2009 UTC (3 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: netbsd-5-0, matt-nb5-mips64
Changes since 1.64: +3 -2 lines
Diff to previous 1.64 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #521):
	sys/dev/pci/azalia.c: revision 1.67
PR# port-i386/40143: Viewing an mpeg transport stream with mplayer causes crash
Not directly related to the PR but this bug was discovered while testing.
In azalia_stream_halt, invalidate the intr ptr to prevent a race condition
where azalia_stream_intr can jump off into lala land during stream shutdown.

Revision 1.67 / (download) - annotate - [select for diffs], Wed Feb 25 15:46:34 2009 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.66: +3 -2 lines
Diff to previous 1.66 (colored)

PR# port-i386/40143: Viewing an mpeg transport stream with mplayer causes crash

Not directly related to the PR but this bug was discovered while testing.

In azalia_stream_halt, invalidate the intr ptr to prevent a race condition
where azalia_stream_intr can jump off into lala land during stream shutdown.

Revision 1.64.4.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:24 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.64: +13 -10 lines
Diff to previous 1.64 (colored)

Sync with HEAD.

Revision 1.52.10.5 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:59 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.10.4: +11 -8 lines
Diff to previous 1.52.10.4 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

Sync with HEAD.

Revision 1.66 / (download) - annotate - [select for diffs], Wed Dec 17 15:35:17 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
CVS Tags: mjf-devfs2-base
Branch point for: jym-xensuspend
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored)

make this build with AZALIA_DEBUG

Revision 1.65 / (download) - annotate - [select for diffs], Tue Dec 16 22:35:33 2008 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.64: +13 -9 lines
Diff to previous 1.64 (colored)

replace bitmask_snprintf(9) with snprintb(3)

Revision 1.64.8.2 / (download) - annotate - [select for diffs], Fri Dec 12 23:06:57 2008 UTC (3 years, 5 months ago) by ad
Branch: ad-audiomp2
Changes since 1.64.8.1: +55 -58 lines
Diff to previous 1.64.8.1 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)

Checkpoint work in progress.

Revision 1.64.8.1 / (download) - annotate - [select for diffs], Thu Dec 11 19:49:30 2008 UTC (3 years, 5 months ago) by ad
Branch: ad-audiomp2
Changes since 1.64: +43 -9 lines
Diff to previous 1.64 (colored)

Checkpoint work in progress.

Revision 1.55.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:05 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.55.2.1: +22 -16 lines
Diff to previous 1.55.2.1 (colored) next main 1.56 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.52.10.4 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:08 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.10.3: +99 -89 lines
Diff to previous 1.52.10.3 (colored) to branchpoint 1.52 (colored)

Sync with HEAD.

Revision 1.63.2.1 / (download) - annotate - [select for diffs], Fri Jun 27 15:11:21 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.63: +22 -16 lines
Diff to previous 1.63 (colored) next main 1.64 (colored)

Sync with head.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jun 26 15:51:10 2008 UTC (3 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, simonb-wapbl-nbase, simonb-wapbl-base, netbsd-5-base, netbsd-5-0-RC2, netbsd-5-0-RC1, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base
Branch point for: nick-hppapmap, netbsd-5, ad-audiomp2
Changes since 1.63: +22 -16 lines
Diff to previous 1.63 (colored)

* azalia_rirb_intr()
  fix a problem that normal responses are skipped unintentionally.

* azalia_stream_start()
  access HDA_INTCTL with AZ_READ_4()/AZ_WRITE_4().
  access HDA_SD_CTL with STR_READ_1()/AZ_WRITE_1().

* azalia_modcmd()
  enclose config_cfdata_attach() with splaudio().

Revision 1.55.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:10 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.55: +163 -85 lines
Diff to previous 1.55 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.54.2.3 / (download) - annotate - [select for diffs], Tue Jun 17 09:14:40 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.54.2.2: +81 -77 lines
Diff to previous 1.54.2.2 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored)

sync with head.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Jun 8 08:47:05 2008 UTC (3 years, 11 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-base4, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Branch point for: simonb-wapbl
Changes since 1.62: +37 -40 lines
Diff to previous 1.62 (colored)

make this build with AZALIA_DEBUG
get rid of XNAME macro

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jun 7 16:32:38 2008 UTC (3 years, 11 months ago) by freza
Branch: MAIN
Changes since 1.61: +49 -42 lines
Diff to previous 1.61 (colored)

Split device_t/softc. Remove unused macros.

Revision 1.52.10.3 / (download) - annotate - [select for diffs], Thu Jun 5 19:14:35 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.10.2: +7 -1 lines
Diff to previous 1.52.10.2 (colored) to branchpoint 1.52 (colored)

Sync with HEAD.

Also fix build.

Revision 1.54.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:13 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.54.2.1: +74 -2 lines
Diff to previous 1.54.2.1 (colored) to branchpoint 1.54 (colored)

sync with head

Revision 1.61 / (download) - annotate - [select for diffs], Mon Jun 2 13:38:56 2008 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pf42-base3
Changes since 1.60: +4 -2 lines
Diff to previous 1.60 (colored)

Backout previous; causes a panic on attach/detach/reattach for some
unknown reason.

Revision 1.60 / (download) - annotate - [select for diffs], Mon Jun 2 13:30:38 2008 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.59: +6 -2 lines
Diff to previous 1.59 (colored)

Halt streams before deleting them on detach.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Jun 2 13:25:03 2008 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored)

Fix MODULE_CMD_FINI case, azalia can be unloaded now.

Revision 1.52.10.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:37 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.52.10.1: +80 -19 lines
Diff to previous 1.52.10.1 (colored) to branchpoint 1.52 (colored)

Sync with HEAD.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jun 2 11:33:22 2008 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.57: +68 -2 lines
Diff to previous 1.57 (colored)

Allow azalia to be built as a module.

Revision 1.54.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:19 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.54: +14 -19 lines
Diff to previous 1.54 (colored)

sync with head.

Revision 1.54.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:42 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.54: +14 -19 lines
Diff to previous 1.54 (colored)

sync with head.

Revision 1.57 / (download) - annotate - [select for diffs], Tue May 13 20:21:19 2008 UTC (4 years ago) by mjf
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Changes since 1.56: +5 -3 lines
Diff to previous 1.56 (colored)

Do not dereference this->intr if it's NULL.

Revision 1.56 / (download) - annotate - [select for diffs], Sat May 10 14:27:20 2008 UTC (4 years ago) by jmcneill
Branch: MAIN
Changes since 1.55: +11 -11 lines
Diff to previous 1.55 (colored)

Cleanup aprint messages, remove unnecessary usage of aprint_error.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:54 2008 UTC (4 years ago) by martin
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.54: +2 -9 lines
Diff to previous 1.54 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.54 / (download) - annotate - [select for diffs], Thu Apr 10 19:13:36 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.53: +4 -4 lines
Diff to previous 1.53 (colored)

use aprint_*_dev and device_xname

Revision 1.52.10.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:49 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.52: +33 -26 lines
Diff to previous 1.52 (colored)

Sync with HEAD.

Revision 1.52.6.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:47 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.52: +33 -26 lines
Diff to previous 1.52 (colored) next main 1.53 (colored)

sync with head.

Revision 1.51.2.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:44 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.51.2.1: +33 -26 lines
Diff to previous 1.51.2.1 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored)

sync with HEAD

Revision 1.7.4.6 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:35 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.4.5: +33 -26 lines
Diff to previous 1.7.4.5 (colored) next main 1.8 (colored)

sync with head.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Feb 23 01:11:12 2008 UTC (4 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-base, ad-socklock-base1
Changes since 1.52: +33 -26 lines
Diff to previous 1.52 (colored)

Add a method to detach children.  Use device_t and accessors.  Use
PMF_FN_*.

Revision 1.7.4.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:43:39 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.4.4: +114 -56 lines
Diff to previous 1.7.4.4 (colored)

sync with head

Revision 1.51.2.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:53:35 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.51: +114 -56 lines
Diff to previous 1.51 (colored)

sync with HEAD

Revision 1.51.10.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:46:42 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.51: +114 -56 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

Sync with head.

Revision 1.51.12.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:31:49 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.51: +114 -56 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

sync with head.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:06 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, vmlocking2-base3, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.51: +114 -56 lines
Diff to previous 1.51 (colored)

Merge jmcneill-pm branch.

Revision 1.50.6.6 / (download) - annotate - [select for diffs], Sat Dec 8 16:21:24 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.50.6.5: +3 -3 lines
Diff to previous 1.50.6.5 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored)

Rename pnp(9) -> pmf(9), as requested by many.

Revision 1.50.6.5 / (download) - annotate - [select for diffs], Wed Nov 7 01:14:13 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.50.6.4: +3 -3 lines
Diff to previous 1.50.6.4 (colored) to branchpoint 1.50 (colored)

Introduce device_has_power to fix a race between resuming a device and
the device enabling interrupts as seen by jmcneill@ with uhci. Change
ehci, ohci, uhci and azalia to use this function to protect the
interrupt handler.

Revision 1.50.6.4 / (download) - annotate - [select for diffs], Tue Nov 6 14:27:22 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.50.6.3: +12 -19 lines
Diff to previous 1.50.6.3 (colored) to branchpoint 1.50 (colored)

Refactor PNP API:
- Make suspend/resume directly a device functionality. It consists of
  three layers (class logic, device logic, bus logic), all of them being
  optional. This replaces D0/D3 transitions.
- device_is_active returns true if the device was not disabled and was
  not suspended (even partially), device_is_enabled returns true if the
  device was enabled.
- Change pnp_global_transition into pnp_system_suspend and
  pnp_system_resume. Before running any suspend/resume handlers, check
  that all currently attached devices support power management and bail
  out otherwise. The latter is not done for the shutdown/panic case.
- Make the former bus-specific generic network handlers a class handler.
- Make PNP message like volume up/down/toogle PNP events. Each device
  can register what events they are interested in and whether the handler
  should be global or not.
- Introduce device_active API for devices to mark themselve in use from
  either the system or the device. Use this to implement the idle handling
  for audio and input devices. This is intended to replace most ad-hoc
  watchdogs as well.
- Fix somes situations in which audio resume would lose mixer settings.
- Make USB host controllers better deal with suspend in the light of
  shared interrupts.
- Flush filesystem cache on suspend.
- Flush disk caches on suspend. Put ATA disks into standby on suspend as
  well.
- Adopt drivers to use the new PNP API.
- Fix a critical bug in the generic cardbus layer that made D0->D3
  break.
- Fix ral(4) to set if_stop.
- Convert cbb(4) to the new PNP API.
- Apply the PCI Express SCI fix on resume again.

Revision 1.50.6.3 / (download) - annotate - [select for diffs], Mon Oct 1 05:37:35 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.50.6.2: +24 -72 lines
Diff to previous 1.50.6.2 (colored) to branchpoint 1.50 (colored)

Extend device API by device_power_private and device_power_set_private.
The latter is a temporary mean until the pnp_register API itself is
overhault. This functions allow a generic power handler to store its
state independent of the driver.

Use this and revamp the PCI power handling. Pretty much all PCI devices
had power handlers that did the same thing, generalize this in
pci_generic_power_register/deregister and the handler. This interface
offers callbacks for the drivers to save and restore state on
transistions. After a long discussion with jmcneill@ it was considered
to be powerful enough until evidence is shown that devices can handle
D1/D2 with less code and higher speed than without the full
save/restore. The generic code is carefully written to handle device
without PCI-PM support and ensure that the correct registers are written
to when D3 loses all state.

Reimplement the generic PCI network device handling on
top of PCI generic power handling.

Introduce pci_disable_retry as used and implemented locally at least by
ath(4) and iwi(4). Use it in this drivers to restore behaviour from
before the introduction of generic PCI network handling.

Convert all PCI drivers that were using pnp_register to the new
framework. The only exception is vga(4) as it is commonly used as
console device. Add a note therein that this should be fixed later.

Revision 1.7.4.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:24 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.4.3: +194 -106 lines
Diff to previous 1.7.4.3 (colored)

sync with head.

Revision 1.46.2.3 / (download) - annotate - [select for diffs], Mon Aug 20 18:37:06 2007 UTC (4 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.46.2.2: +118 -74 lines
Diff to previous 1.46.2.2 (colored) next main 1.47 (colored)

Sync with HEAD.

Revision 1.50.6.2 / (download) - annotate - [select for diffs], Thu Aug 16 11:03:08 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.50.6.1: +114 -72 lines
Diff to previous 1.50.6.1 (colored) to branchpoint 1.50 (colored)

Sync with HEAD.

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:48:28 2007 UTC (4 years, 9 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.50: +118 -74 lines
Diff to previous 1.50 (colored) next main 1.51 (colored)

Sync with HEAD.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Aug 14 13:57:56 2007 UTC (4 years, 9 months ago) by kent
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-kmem-base, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, vmlocking-base, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-csl-alignment-base5, mjf-devfs, matt-armv6-prevmlocking, jmcneill-pm-base, jmcneill-base, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64
Branch point for: yamt-kmem, vmlocking2, matt-armv6
Changes since 1.50: +118 -74 lines
Diff to previous 1.50 (colored)

support for playback-only devices such as Radeon HD 2x00

Revision 1.50.6.1 / (download) - annotate - [select for diffs], Fri Aug 3 22:17:18 2007 UTC (4 years, 9 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.50: +169 -54 lines
Diff to previous 1.50 (colored)

Pull in power management changes from private branch.

Revision 1.47.2.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:07:01 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.47: +32 -4 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)

Sync with head.

Revision 1.42.4.1 / (download) - annotate - [select for diffs], Sun Jun 3 17:26:03 2007 UTC (4 years, 11 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.42: +157 -32 lines
Diff to previous 1.42 (colored) next main 1.43 (colored)

Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.

Revision 1.7.2.39 / (download) - annotate - [select for diffs], Sun May 27 20:58:22 2007 UTC (5 years ago) by bouyer
Branch: netbsd-3
Changes since 1.7.2.38: +157 -32 lines
Diff to previous 1.7.2.38 (colored) next main 1.8 (colored)

Pull up following revision(s) (requested by kent in ticket #1780):
	sys/dev/pci/azalia_codec.c: revisions 1.25, 1.28, 1.30 - 1.42
	sys/dev/pci/azalia.c: revisions 1.43, 1.46 - 1.49
	sys/dev/pci/azalia.h: revisions 1.15 - 1.16
Bug fixes, and add support for some more codecs.
PR#34880, PR#35658, PR#36302

Revision 1.46.2.2 / (download) - annotate - [select for diffs], Sun May 27 14:30:21 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.46.2.1: +32 -4 lines
Diff to previous 1.46.2.1 (colored)

Sync with head.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Sun May 20 09:57:08 2007 UTC (5 years ago) by jdc
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, matt-nb4-arm-base, matt-nb4-arm
Branch point for: netbsd-4-0
Changes since 1.42: +157 -32 lines
Diff to previous 1.42 (colored)

Pull up revisions 1.43, 1.46-1.49 (requested by kent in ticket #649).

If both of AZALIA_DEBUG and AZALIA_DEBUG_DOT are defined,
a DOT file for Graphviz representing the widget structure
is printed.

add diagnostic code in azalia_codec_construct_format()

don't start dmesg lines with \t to do grep easily

Some codecs need explicit initialization even for uni-directional pins.

Pointed out by Deanna Phillips

* azalia_code_connect_stream()
 set stream#0 for unused converters in a group

PR#35658 by kikuma norimitsu

Revision 1.43.2.3 / (download) - annotate - [select for diffs], Thu May 17 13:41:29 2007 UTC (5 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.43.2.2: +32 -4 lines
Diff to previous 1.43.2.2 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored)

sync with head.

Revision 1.50 / (download) - annotate - [select for diffs], Sun May 13 03:30:47 2007 UTC (5 years ago) by kent
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, nick-csl-alignment-base, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: nick-csl-alignment, jmcneill-pm
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

Add PCI_SUBCLASS_MULTIMEDIA_HDAUDIO to pcireg.h
and azalia(4) uses it

Revision 1.49 / (download) - annotate - [select for diffs], Tue May 8 04:35:37 2007 UTC (5 years ago) by kent
Branch: MAIN
Changes since 1.48: +7 -3 lines
Diff to previous 1.48 (colored)

* azalia_code_connect_stream()
  set stream#0 for unused converters in a group

PR#35658 by kikuma norimitsu

Revision 1.48 / (download) - annotate - [select for diffs], Tue May 8 01:39:33 2007 UTC (5 years ago) by kent
Branch: MAIN
Changes since 1.47: +26 -2 lines
Diff to previous 1.47 (colored)

Some codecs need explicit initialization even for uni-directional pins.

Pointed out by Deanna Phillips

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:50:24 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.46: +32 -26 lines
Diff to previous 1.46 (colored)

Sync with head.

Revision 1.43.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:11 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.43.2.1: +50 -34 lines
Diff to previous 1.43.2.1 (colored) to branchpoint 1.43 (colored)

Sync with HEAD.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Mar 11 14:34:04 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
CVS Tags: thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: mjf-ufs-trans
Changes since 1.46: +32 -26 lines
Diff to previous 1.46 (colored)

don't start dmesg lines with \t to do grep easily

Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 10 16:39:37 2007 UTC (5 years, 2 months ago) by kent
Branch: MAIN
Branch point for: vmlocking
Changes since 1.45: +17 -7 lines
Diff to previous 1.45 (colored)

add diagnostic code in azalia_codec_construct_format()

Revision 1.45 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:17 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.44: +5 -5 lines
Diff to previous 1.44 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.43.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:53:56 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.43: +6 -6 lines
Diff to previous 1.43 (colored)

- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.44.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 14:16:17 2007 UTC (5 years, 2 months ago) by ad
Branch: ad-audiomp
Changes since 1.44: +76 -23 lines
Diff to previous 1.44 (colored) next main 1.45 (colored)

Add MP locking for audio drivers.

Revision 1.7.4.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:21 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.4.2: +87 -6 lines
Diff to previous 1.7.4.2 (colored)

sync with head.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Feb 21 23:00:00 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base
Branch point for: ad-audiomp
Changes since 1.43: +6 -6 lines
Diff to previous 1.43 (colored)

Replace the Mach-derived boolean_t type with the C99 bool type.  A
future commit will replace use of TRUE and FALSE with true and false.

Revision 1.39.2.2 / (download) - annotate - [select for diffs], Fri Feb 9 21:03:51 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.39.2.1: +83 -2 lines
Diff to previous 1.39.2.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored)

Sync with HEAD.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Feb 5 13:52:26 2007 UTC (5 years, 3 months ago) by kent
Branch: MAIN
CVS Tags: post-newlock2-merge, newlock2-nbase, newlock2-base
Branch point for: yamt-idlelwp
Changes since 1.42: +83 -2 lines
Diff to previous 1.42 (colored)

If both of AZALIA_DEBUG and AZALIA_DEBUG_DOT are defined,
a DOT file for Graphviz representing the widget structure
is printed.

Revision 1.7.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:48:41 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7.4.1: +191 -45 lines
Diff to previous 1.7.4.1 (colored)

sync with head.

Revision 1.39.4.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:17:41 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.39.4.1: +12 -12 lines
Diff to previous 1.39.4.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored)

sync with head.

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:28 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.39: +14 -8 lines
Diff to previous 1.39 (colored)

Sync with head.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:08 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, netbsd-4-base
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.41: +12 -12 lines
Diff to previous 1.41 (colored)

__unused removal on arguments; approved by core.

Revision 1.39.4.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:16 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.39: +19 -13 lines
Diff to previous 1.39 (colored)

sync with head

Revision 1.41 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:28 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.40: +15 -11 lines
Diff to previous 1.40 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.40 / (download) - annotate - [select for diffs], Sun Sep 24 03:43:34 2006 UTC (5 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.39: +6 -4 lines
Diff to previous 1.39 (colored)

Don't use // for comments.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:52:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.19: +268 -1051 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

sync with head

Revision 1.19.6.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:24:21 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.19.6.3: +3 -2 lines
Diff to previous 1.19.6.3 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

sync with head.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 28 00:04:21 2006 UTC (5 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored)

add missing initializer.

Revision 1.19.6.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:44:25 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.19.6.2: +26 -17 lines
Diff to previous 1.19.6.2 (colored) to branchpoint 1.19 (colored)

sync with head

Revision 1.7.2.38 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:50 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.7.2.37: +4 -13 lines
Diff to previous 1.7.2.37 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.38
* azalia_init_corb()
No need to confirm CORBRPRST is set even with ICH6/ICH7

Revision 1.7.2.37 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:20 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.36: +8 -3 lines
Diff to previous 1.7.2.36 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.37
For MCP55, don't check CORBRPRST flag
a part of PR#33741

Revision 1.7.2.36 / (download) - annotate - [select for diffs], Sun Jul 30 17:09:12 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.35: +19 -6 lines
Diff to previous 1.7.2.35 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.36
* azalia_pci_attach()
print the vendor name of the device
* azalia_pci_detach()
add some debug messages
* azalia_codec_delete()
fix a possible NULL dereference

Revision 1.7.2.35 / (download) - annotate - [select for diffs], Sun Jul 30 17:08:38 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.34: +41 -3 lines
Diff to previous 1.7.2.34 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia_codec.c: revision 1.20
	sys/dev/pci/azalia.h: revision 1.13
	sys/dev/pci/azalia.c: revision 1.35
* disconnect a stream and audio converters on a halt of the stream
* enable S/PDIF for a digital audio converter when connecting
a stream
* rename "inputs.usingdac" to "playback.mode", and
"record.usingadc" to "record.mode"
* add S/PDIF output configuration to ALC882

Revision 1.7.2.34 / (download) - annotate - [select for diffs], Sun Jul 30 17:08:21 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.33: +9 -3 lines
Diff to previous 1.7.2.33 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.h: revision 1.12
	sys/dev/pci/azalia_codec.c: revision 1.19
	sys/dev/pci/azalia.c: revision 1.34
ALC260 & Fujitsu LOOX:
mute the internal speaker when the headphone is inserted, and
unmute the internal speaker when the headphone is pulled out.

Revision 1.7.2.33 / (download) - annotate - [select for diffs], Sun Jul 30 17:08:02 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.32: +3 -3 lines
Diff to previous 1.7.2.32 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.33
printf() -> DPRINTF(())

Revision 1.7.2.32 / (download) - annotate - [select for diffs], Sun Jul 30 17:07:53 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.31: +11 -10 lines
Diff to previous 1.7.2.31 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.32
avoid infinite recursive call of azalia_rirb_kick_unsol_events()

Revision 1.7.2.31 / (download) - annotate - [select for diffs], Sun Jul 30 17:07:45 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.30: +90 -13 lines
Diff to previous 1.7.2.30 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.h: revision 1.11
	sys/dev/pci/azalia.c: revision 1.31
handle unsolicited responses.
A codec can receive unsolicited responses by codec_t::unsol_event()

Revision 1.7.2.30 / (download) - annotate - [select for diffs], Sun Jul 30 17:07:15 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.29: +19 -11 lines
Diff to previous 1.7.2.29 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.30
If the encoding of an audio converter is 0, refers
the audio function node.  CMI9880 0.2 has such ADCs.
PR#33787

Revision 1.7.2.29 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:59 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.28: +6 -4 lines
Diff to previous 1.7.2.28 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.29
check return values of azalia_init_corb() and azalia_init_rirb()
a part of PR#33741

Revision 1.7.2.28 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:43 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.27: +18 -13 lines
Diff to previous 1.7.2.27 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.28
support for a converter group of which members have
non-identical bits_rates.

Revision 1.7.2.27 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:18 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.26: +10 -10 lines
Diff to previous 1.7.2.26 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.27
- always prints the codec index in dmesg
- add missing n

Revision 1.7.2.26 / (download) - annotate - [select for diffs], Sun Jul 30 17:06:01 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.25: +13 -9 lines
Diff to previous 1.7.2.25 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.26
fix audio_format allocation for recording

Revision 1.7.2.25 / (download) - annotate - [select for diffs], Sun Jul 30 17:04:03 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.24: +23 -27 lines
Diff to previous 1.7.2.24 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.25
	sys/dev/pci/azalia.h: revision 1.9
	sys/dev/pci/azalia_codec.c: revision 1.12
support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221

Revision 1.7.2.24 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:33 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.23: +6 -3 lines
Diff to previous 1.7.2.23 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.24
If the codec supports for modem, print that we support for no modem
explicitly.

Revision 1.7.2.23 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:25 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.22: +20 -10 lines
Diff to previous 1.7.2.22 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.23
	sys/dev/pci/azalia.h: revision 1.8
	sys/dev/pci/azalia_codec.c: revision 1.10
- print audio format only when the format is changed
- print the name of STAC9220 codec

Revision 1.7.2.22 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:10 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.21: +17 -23 lines
Diff to previous 1.7.2.21 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.22
shorten audio format message

Revision 1.7.2.21 / (download) - annotate - [select for diffs], Sun Jul 30 17:03:02 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.20: +23 -963 lines
Diff to previous 1.7.2.20 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.h: revision 1.7
	sys/dev/pci/azalia_codec.c: revision 1.9
	sys/dev/pci/azalia.c: revision 1.21
* move mixer functions from azalia.c to azalia_codec.c, and
rename them like azalia_mixer_foo() to generic_mixer_foo()
* enable codec-specific code to hook any mixer operations such
as creating mixer items, or special handling for a specific
item.
* provide a custom mixer table specific to ALC260
* provide a custom mixer table specific to Fujitsu LOOX

Revision 1.7.2.20 / (download) - annotate - [select for diffs], Sun Jul 30 17:02:45 2006 UTC (5 years, 9 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.19: +6 -3 lines
Diff to previous 1.7.2.19 (colored)

Pull up following revision(s) (requested by kent in ticket #1432):
	sys/dev/pci/azalia.c: revision 1.20
Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT.
This change might help nForce 410/430 support.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jul 21 17:30:26 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.37: +4 -13 lines
Diff to previous 1.37 (colored)

* azalia_init_corb()
 No need to confirm CORBRPRST is set even with ICH6/ICH7

Revision 1.27.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:26 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.27: +197 -42 lines
Diff to previous 1.27 (colored) next main 1.28 (colored)

Merge from HEAD.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 13 03:57:40 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
Changes since 1.36: +8 -3 lines
Diff to previous 1.36 (colored)

For MCP55, don't check CORBRPRST flag

a part of PR#33741

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jun 27 22:02:14 2006 UTC (5 years, 10 months ago) by kent
Branch: MAIN
Changes since 1.35: +19 -6 lines
Diff to previous 1.35 (colored)

* azalia_pci_attach()
 print the vendor name of the device
* azalia_pci_detach()
 add some debug messages
* azalia_codec_delete()
 fix a possible NULL dereference

Revision 1.19.6.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:51:21 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.19.6.1: +240 -1036 lines
Diff to previous 1.19.6.1 (colored) to branchpoint 1.19 (colored)

sync with head.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jun 25 13:41:58 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6
Changes since 1.34: +41 -3 lines
Diff to previous 1.34 (colored)

* disconnect a stream and audio converters on a halt of the stream
* enable S/PDIF for a digital audio converter when connecting
 a stream
* rename "inputs.usingdac" to "playback.mode", and
 "record.usingadc" to "record.mode"
* add S/PDIF output configuration to ALC882

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 25 07:36:33 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.33: +9 -3 lines
Diff to previous 1.33 (colored)

ALC260 & Fujitsu LOOX:
 mute the internal speaker when the headphone is inserted, and
unmute the internal speaker when the headphone is pulled out.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jun 25 06:37:20 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

printf() -> DPRINTF(())

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jun 25 06:34:08 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.31: +11 -10 lines
Diff to previous 1.31 (colored)

avoid infinite recursive call of azalia_rirb_kick_unsol_events()

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 25 05:05:51 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.30: +90 -13 lines
Diff to previous 1.30 (colored)

handle unsolicited responses.
A codec can receive unsolicited responses by codec_t::unsol_event()

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jun 24 00:15:22 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.29: +19 -11 lines
Diff to previous 1.29 (colored)

If the encoding of an audio converter is 0, refers
the audio function node.  CMI9880 0.2 has such ADCs.

PR#33787

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:05:03 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.7: +252 -1606 lines
Diff to previous 1.7 (colored)

sync with head.

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:01:35 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.20: +97 -1023 lines
Diff to previous 1.20 (colored) next main 1.21 (colored)

Sync with head.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jun 16 12:16:58 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: chap-midi-nbase, chap-midi-base
Changes since 1.28: +6 -4 lines
Diff to previous 1.28 (colored)

check return values of azalia_init_corb() and azalia_init_rirb()

a part of PR#33741

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jun 15 16:08:13 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.27: +18 -13 lines
Diff to previous 1.27 (colored)

support for a converter group of which members have
non-identical bits_rates.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 13 14:20:09 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: gdamore-uart-base
Branch point for: gdamore-uart
Changes since 1.26: +10 -10 lines
Diff to previous 1.26 (colored)

- always prints the codec index in dmesg
- add missing \n

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 11 12:18:00 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.25: +13 -9 lines
Diff to previous 1.25 (colored)

fix audio_format allocation for recording

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 11 11:48:39 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.24: +23 -27 lines
Diff to previous 1.24 (colored)

support for multi-channel (>=3) recording with ALC880, ALC882, or STAC9221

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 11 07:45:18 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.23: +6 -3 lines
Diff to previous 1.23 (colored)

If the codec supports for modem, print that we support for no modem
explicitly.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 9 16:56:30 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.22: +20 -10 lines
Diff to previous 1.22 (colored)

- print audio format only when the format is changed
- print the name of STAC9220 codec

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jun 9 16:26:58 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.21: +17 -23 lines
Diff to previous 1.21 (colored)

shorten audio format message

Revision 1.19.4.2 / (download) - annotate - [select for diffs], Wed Jun 7 16:05:41 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.19.4.1: +23 -963 lines
Diff to previous 1.19.4.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored)

Sync with head.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 7 15:23:59 2006 UTC (5 years, 11 months ago) by kent
Branch: MAIN
CVS Tags: simonb-timecounters-base
Changes since 1.20: +23 -963 lines
Diff to previous 1.20 (colored)

* move mixer functions from azalia.c to azalia_codec.c, and
rename them like azalia_mixer_foo() to generic_mixer_foo()

* enable codec-specific code to hook any mixer operations such
as creating mixer items, or special handling for a specific
item.

* provide a custom mixer table specific to ALC260
* provide a custom mixer table specific to Fujitsu LOOX

Revision 1.19.4.1 / (download) - annotate - [select for diffs], Thu Jun 1 22:36:43 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored)

Sync with head.

Revision 1.19.10.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:27 2006 UTC (6 years ago) by tron
Branch: peter-altq
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.19.6.1 / (download) - annotate - [select for diffs], Wed May 24 10:58:00 2006 UTC (6 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored)

sync with head.

Revision 1.19.8.1 / (download) - annotate - [select for diffs], Thu May 11 23:28:47 2006 UTC (6 years ago) by elad
Branch: elad-kernelauth
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored) next main 1.20 (colored)

sync with head

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 7 08:31:44 2006 UTC (6 years ago) by kent
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5, elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored)

Don't assume the device always has PCI_MAPREG_MEM_TYPE_64BIT.
This change might help nForce 410/430 support.

Revision 1.7.2.12.2.1 / (download) - annotate - [select for diffs], Thu Feb 2 16:02:42 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3-0
CVS Tags: netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE
Changes since 1.7.2.12: +53 -20 lines
Diff to previous 1.7.2.12 (colored) next main 1.7.2.13 (colored)

Pull up following revision(s) (requested by kent in ticket #1124):
	sys/dev/pci/azalia.c: revision 1.19 via patch
Don't crash when a connection list has invalid NIDs.
PR#32485 by Samuel Tran

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Wed Feb 1 14:52:08 2006 UTC (6 years, 3 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.16.2.1: +49 -21 lines
Diff to previous 1.16.2.1 (colored) next main 1.17 (colored)

sync with head.

Revision 1.7.2.19 / (download) - annotate - [select for diffs], Fri Jan 27 22:36:34 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.18: +49 -21 lines
Diff to previous 1.7.2.18 (colored)

Pull up following revision(s) (requested by kent in ticket #1124):
	sys/dev/pci/azalia.h: revision 1.6
	sys/dev/pci/azalia.c: revision 1.19
Don't crash when a connection list has invalid NIDs.
PR#32485 by Samuel Tran

Revision 1.7.2.18 / (download) - annotate - [select for diffs], Fri Jan 27 22:35:04 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.17: +23 -2 lines
Diff to previous 1.7.2.17 (colored)

Pull up following revision(s) (requested by kent in ticket #1124):
	sys/dev/pci/azalia.c: revision 1.18
add some trace messages in azalia_mixer_init().

Revision 1.7.2.17 / (download) - annotate - [select for diffs], Fri Jan 27 22:30:25 2006 UTC (6 years, 3 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.16: +21 -28 lines
Diff to previous 1.7.2.16 (colored)

Pull up following revision(s) (requested by kent in ticket #1124):
	sys/dev/pci/azalia.h: revision 1.5
	sys/dev/pci/azalia.c: revision 1.17
- make this compile with AZALIA_DEBUG
  Thanks to Tomokatsu HAYAKAWA.
- introduce WIDGET_CHANNELS macro

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 16 14:15:26 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.18: +49 -21 lines
Diff to previous 1.18 (colored)

Don't crash when a connection list has invalid NIDs.

PR#32485 by Samuel Tran

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Sun Jan 15 10:02:48 2006 UTC (6 years, 4 months ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.16: +42 -28 lines
Diff to previous 1.16 (colored)

sync with head.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 8 16:52:42 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.17: +23 -2 lines
Diff to previous 1.17 (colored)

add some trace messages in azalia_mixer_init().

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 3 14:16:28 2006 UTC (6 years, 4 months ago) by kent
Branch: MAIN
Changes since 1.16: +21 -28 lines
Diff to previous 1.16 (colored)

- make this compile with AZALIA_DEBUG
  Thanks to Tomokatsu HAYAKAWA.
- introduce WIDGET_CHANNELS macro

Revision 1.7.2.16 / (download) - annotate - [select for diffs], Thu Dec 29 19:37:20 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.15: +7 -2 lines
Diff to previous 1.7.2.15 (colored)

Pull up following revision(s) (requested by kent in ticket #916):
	sys/dev/pci/azalia.h: revision 1.3
	sys/dev/pci/azalia_codec.c: revision 1.3
	sys/dev/pci/azalia.c: revision 1.15
* shorten *_init_dacgroup() functions
* add a hook point for widget initialization and implement for ALC882

Revision 1.7.2.15 / (download) - annotate - [select for diffs], Thu Dec 29 19:36:17 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.14: +25 -7 lines
Diff to previous 1.7.2.14 (colored)

Pull up following revision(s) (requested by kent in ticket #916):
	sys/dev/pci/azalia.h: revision 1.2
	sys/dev/pci/azalia_codec.c: revision 1.2
	sys/dev/pci/azalia.c: revision 1.14
add codec-specific code for ALC260, ALC880, ALC882,
and STAC9221 to detect DAC/ADC cominations.

Revision 1.7.2.14 / (download) - annotate - [select for diffs], Thu Dec 29 19:33:40 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.13: +4 -676 lines
Diff to previous 1.7.2.13 (colored)

Pull up following revision(s) (requested by kent in ticket #916):
	sys/dev/pci/azalia.h: revision 1.1
	sys/dev/pci/azalia_codec.c: revision 1.1
	sys/dev/pci/azalia.c: revision 1.13
	sys/dev/pci/files.pci: revision 1.239
split azalia.c into three files.
  * azalia_codec.c: code for specific codecs
  * azalia.c: other code
  * azalia.h: common definitions

Revision 1.7.2.13 / (download) - annotate - [select for diffs], Thu Dec 29 19:30:01 2005 UTC (6 years, 4 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.12: +27 -13 lines
Diff to previous 1.7.2.12 (colored)

Pull up following revision(s) (requested by kent in ticket #916):
	sys/dev/pci/azalia.c: revision 1.12
* azalia_attach_intr()
  ignore errors of codec initializations if at least one
codec is initialized successfully
* azalia_alloc_dmamem()
  fail if the HDA controller does not support 64 bit addressing
and buf_dmamap_* allocate a 64 bit address.
Pointed out by Brett Lymn

Revision 1.16 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:48 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

merge ktrace-lwp.

Revision 1.15.6.2 / (download) - annotate - [select for diffs], Thu Nov 10 14:06:00 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.15.6.1: +2916 -0 lines
Diff to previous 1.15.6.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored)

Sync with HEAD. Here we go again...

Revision 1.15.6.1, Thu Sep 29 04:14:03 2005 UTC (6 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.15: +0 -2916 lines
FILE REMOVED

file azalia.c was added on branch ktrace-lwp on 2005-11-10 14:06:00 +0000

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 29 04:14:03 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: ktrace-lwp
Changes since 1.14: +7 -2 lines
Diff to previous 1.14 (colored)

* shorten *_init_dacgroup() functions
* add a hook point for widget initialization and implement for ALC882

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 28 14:26:19 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
Changes since 1.13: +25 -7 lines
Diff to previous 1.13 (colored)

add codec-specific code for ALC260, ALC880, ALC882,
and STAC9221 to detect DAC/ADC cominations.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 28 13:06:49 2005 UTC (6 years, 7 months ago) by kent
Branch: MAIN
Changes since 1.12: +4 -676 lines
Diff to previous 1.12 (colored)

split azalia.c into three files.
  * azalia_codec.c: code for specific codecs
  * azalia.c: other code
  * azalia.h: common definitions

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 26 17:30:04 2005 UTC (6 years, 8 months ago) by kent
Branch: MAIN
Changes since 1.11: +27 -13 lines
Diff to previous 1.11 (colored)

* azalia_attach_intr()
  ignore errors of codec initializations if at least one
codec is initialized successfully

* azalia_alloc_dmamem()
  fail if the HDA controller does not support 64 bit addressing
and buf_dmamap_* allocate a 64 bit address.

Pointed out by Brett Lymn

Revision 1.7.2.12 / (download) - annotate - [select for diffs], Sun Aug 14 21:44:31 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1
Branch point for: netbsd-3-0
Changes since 1.7.2.11: +24 -2 lines
Diff to previous 1.7.2.11 (colored)

Pull up revision 1.11 (requested by kent in ticket #647):
* azalia_mixer_init()
  set AUDIO_MAX_GAIN/2 to all of volume items.

Revision 1.7.2.11 / (download) - annotate - [select for diffs], Sun Aug 14 21:43:53 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.10: +153 -32 lines
Diff to previous 1.7.2.10 (colored)

Pull up revision 1.10 (requested by kent in ticket #647):
- handle widgets without `format override' or `amp param override'
- support for volume knob

Revision 1.7.2.10 / (download) - annotate - [select for diffs], Sun Aug 14 21:37:22 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.9: +25 -6 lines
Diff to previous 1.7.2.9 (colored)

Pull up revision 1.9 (requested by kent in ticket #647):
- make sure the power state of a node is D0
- ignore unsoliticited responses

Revision 1.7.2.9 / (download) - annotate - [select for diffs], Sun Aug 14 21:36:13 2005 UTC (6 years, 9 months ago) by riz
Branch: netbsd-3
Changes since 1.7.2.8: +4 -4 lines
Diff to previous 1.7.2.8 (colored)

Pull up revision 1.8 (requested by kent in ticket #647):
make this compile with AZALIA_DEBUG.
thanks to cube@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 2 13:20:50 2005 UTC (6 years, 9 months ago) by kent
Branch: MAIN
Changes since 1.10: +24 -2 lines
Diff to previous 1.10 (colored)

* azalia_mixer_init()
  set AUDIO_MAX_GAIN/2 to all of volume items.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 2 11:17:56 2005 UTC (6 years, 9 months ago) by kent
Branch: MAIN
Changes since 1.9: +153 -32 lines
Diff to previous 1.9 (colored)

- handle widgets without `format override' or `amp param override'
- support for volume knob

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 31 06:48:15 2005 UTC (6 years, 9 months ago) by kent
Branch: MAIN
Changes since 1.8: +25 -6 lines
Diff to previous 1.8 (colored)

- make sure the power state of a node is D0
- ignore unsoliticited responses

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 29 16:20:53 2005 UTC (6 years, 9 months ago) by kent
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

make this compile with AZALIA_DEBUG.
thanks to cube@

Revision 1.7.2.8 / (download) - annotate - [select for diffs], Sat Jul 2 16:41:49 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.7: +321 -166 lines
Diff to previous 1.7.2.7 (colored)

Pull up revision 1.7 (requested by kent in ticket #494):
- free all of allocated resources when an error occurs
- code cleanup

Revision 1.7.2.7 / (download) - annotate - [select for diffs], Sat Jul 2 16:41:27 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.6: +196 -141 lines
Diff to previous 1.7.2.6 (colored)

Pull up revision 1.6 (requested by kent in ticket #494):
support for recording

Revision 1.7.2.6 / (download) - annotate - [select for diffs], Sat Jul 2 16:41:07 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.5: +183 -56 lines
Diff to previous 1.7.2.5 (colored)

Pull up revision 1.5 (requested by kent in ticket #494):
- print the controller name if possible
- make the max values of mixers AUDIO_MAX_GAIN
- reset the stream in trigger_output()

Revision 1.7.2.5 / (download) - annotate - [select for diffs], Sat Jul 2 16:40:44 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.4: +349 -58 lines
Diff to previous 1.7.2.4 (colored)

Pull up revision 1.4 (requested by kent in ticket #494):
- add capabilities to specify a DAC group or an ADC.
- support for 4,6,8 channels playback

Revision 1.7.2.4 / (download) - annotate - [select for diffs], Sat Jul 2 16:40:21 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.3: +116 -55 lines
Diff to previous 1.7.2.3 (colored)

Pull up revision 1.3 (requested by kent in ticket #494):
- add support for headphone-boost mixer controls
- fix a bug of creation of output mute
- unmute all controls by azalia_set_mixer()
- if a bidirectional pin is green, orange, gray, or black, set
it as "output" direction by default.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Sat Jul 2 16:40:05 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.2: +743 -148 lines
Diff to previous 1.7.2.2 (colored)

Pull up revision 1.2 (requested by kent in ticket #494):
partial support for mixer.
Still we have no ways to specify DACs or ADCs.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Sat Jul 2 16:39:31 2005 UTC (6 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7.2.1: +2105 -0 lines
Diff to previous 1.7.2.1 (colored)

Pull up revision 1.1 (requested by kent in ticket #494):
An audio driver for High Definition Audio.
The driver is highly experimental at this moment:
- limieted support for playback
- support for no mixer controls
- support for no recording

Revision 1.7.2.1, Sat Jun 25 16:32:39 2005 UTC (6 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.7: +0 -3389 lines
FILE REMOVED

file azalia.c was added on branch netbsd-3 on 2005-07-02 16:39:31 +0000

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jun 25 16:32:39 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Branch point for: yamt-lazymbuf, netbsd-3
Changes since 1.6: +321 -166 lines
Diff to previous 1.6 (colored)

- free all of allocated resources when an error occurs
- code cleanup

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 21 14:51:37 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.5: +196 -141 lines
Diff to previous 1.5 (colored)

support for recording

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 20 11:48:47 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.4: +183 -56 lines
Diff to previous 1.4 (colored)

- print the controller name if possible
- make the max values of mixers AUDIO_MAX_GAIN
- reset the stream in trigger_output()

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 19 16:32:55 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.3: +349 -58 lines
Diff to previous 1.3 (colored)

- add capabilities to specify a DAC group or an ADC.
- support for 4,6,8 channels playback

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 19 12:34:36 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.2: +116 -55 lines
Diff to previous 1.2 (colored)

- add support for headphone-boost mixer controls
- fix a bug of creation of output mute
- unmute all controls by azalia_set_mixer()
- if a bidirectional pin is green, orange, gray, or black, set
it as "output" direction by default.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 19 07:42:39 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN
Changes since 1.1: +743 -148 lines
Diff to previous 1.1 (colored)

partial support for mixer.
Still we have no ways to specify DACs or ADCs.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 18 10:43:47 2005 UTC (6 years, 11 months ago) by kent
Branch: MAIN

A driver for High Definition Audio.

The driver is highly experimental at this moment:
 - limited support for playback
 - no support for mixer controls
 - no support for recording

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>