Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12.12.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:44 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.12: +5 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
sync with head
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:35 2011 UTC (6 months ago) by jmcneill
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.12: +5 -1
lines
Diff to previous 1.12 (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.12.14.2 / (download) - annotate - [select for diffs], Mon Nov 21 21:39:44 2011 UTC (6 months ago) by jakllsch
Branch: jmcneill-audiomp3
Changes since 1.12.14.1: +3 -1
lines
Diff to previous 1.12.14.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
Make emuxki(4) work w/ audiomp changes.
Revision 1.12.14.1 / (download) - annotate - [select for diffs], Sat Nov 19 21:49:42 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (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.11.14.1 / (download) - annotate - [select for diffs], Thu Jul 23 23:31:57 2009 UTC (2 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with HEAD.
Revision 1.10.40.2 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:23 2009 UTC (2 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.10.40.1: +3 -3
lines
Diff to previous 1.10.40.1 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)
sync with head
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 9 11:01:18 2009 UTC (2 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-audiomp3-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-audiomp3
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Split device_t/softc. Tested on: emuxki0 at pci2 dev 7 function 0: Creative Labs SBLive! EMU 10000 (audio multimedia, revision 0x05)
Revision 1.11.12.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.11: +3 -1
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Checkpoint work in progress.
Revision 1.10.36.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:38 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.10: +1 -8
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Sync with HEAD.
Revision 1.10.38.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.10: +1 -8
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
sync with head.
Revision 1.10.40.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:43 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.10: +1 -8
lines
Diff to previous 1.10 (colored)
sync with head.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:54 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
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,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jym-xensuspend-base,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base
Branch point for: jym-xensuspend,
ad-audiomp2
Changes since 1.10: +1 -8
lines
Diff to previous 1.10 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.8.10.1 / (download) - annotate - [select for diffs], Mon Sep 3 14:36:47 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
sync with head.
Revision 1.9.26.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:55:13 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Sync with HEAD.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:18 2007 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.9.28.1 / (download) - annotate - [select for diffs], Tue Feb 27 14:16:26 2007 UTC (5 years, 2 months ago) by ad
Branch: ad-audiomp
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Add MP locking for audio drivers.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 11 12:22:49 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
post-newlock2-merge,
peter-altq-base,
peter-altq,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-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,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
ad-audiomp-base,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-idlelwp,
ad-audiomp
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored)
merge ktrace-lwp.
Revision 1.6.2.4 / (download) - annotate - [select for diffs], Mon Jan 17 19:31:24 2005 UTC (7 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.6.2.3: +52 -52
lines
Diff to previous 1.6.2.3 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
Sync with HEAD.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 15 15:19:52 2005 UTC (7 years, 4 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,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
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,
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,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-timespec,
ktrace-lwp-base,
kent-audio2-base,
kent-audio2
Branch point for: yamt-lazymbuf
Changes since 1.7: +52 -52
lines
Diff to previous 1.7 (colored)
ansify and KNF
Revision 1.6.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:31:02 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.6.2.2: +1 -1
lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored)
Fix the sync with head I botched.
Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:49:03 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.6.2.1: +0 -0
lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)
Sync with HEAD.
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:49:06 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.6: +9 -2
lines
Diff to previous 1.6 (colored)
Sync with HEAD
Revision 1.7 / (download) - annotate - [select for diffs], Thu May 27 20:20:53 2004 UTC (8 years ago) by christos
Branch: MAIN
CVS Tags: kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Changes since 1.6: +9 -2
lines
Diff to previous 1.6 (colored)
PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 3 18:11:34 2003 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Branch point for: ktrace-lwp
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
DMA, not dma nor Dma.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 26 22:08:28 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Management, not managment. Mostly from jmc@openbsd.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 18 18:47:06 2003 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
s/intial/initial/, from jmc in .pl in PR 20414.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sat Jan 19 21:54:48 2002 UTC (10 years, 4 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.3.4.1: +259 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Pull up revisions 1.1-1.3 (new, requested by he): Add driver for Creative Labs SBLive! EMU10000 and (probably) PCI512. Fixes PR#15260.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:56:32 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.3.2.1: +259 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync kqueue branch with -current.
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Tue Jan 8 00:31:02 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.1.2.2: +5 -5
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Catch up to -current.
Revision 1.3.4.1, Sun Dec 23 23:14:59 2001 UTC (10 years, 5 months ago) by he
Branch: netbsd-1-5
Changes since 1.3: +0 -259
lines
FILE REMOVED
file emuxkivar.h was added on branch netbsd-1-5 on 2002-01-19 21:54:48 +0000
Revision 1.3.2.1, Sun Dec 23 23:14:59 2001 UTC (10 years, 5 months ago) by thorpej
Branch: kqueue
Changes since 1.3: +0 -259
lines
FILE REMOVED
file emuxkivar.h was added on branch kqueue on 2002-01-10 19:56:32 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 23 23:14:59 2001 UTC (10 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
ifpoll,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Branch point for: netbsd-1-5,
kqueue
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Merge in changes sent by Michael Shalayeff, from OpenBSD port of this driver: - use better default for DAC level (previous produced distorted output) - preserve DAC setting in between openings
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 23 22:52:49 2001 UTC (10 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Whitespace cleanup, streight from Yannick Montulet.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Oct 22 20:41:23 2001 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1.2.1: +259 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
Catch up to -current.
Revision 1.1.2.1, Wed Oct 17 18:39:41 2001 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.1: +0 -259
lines
FILE REMOVED
file emuxkivar.h was added on branch nathanw_sa on 2001-10-22 20:41:23 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 17 18:39:41 2001 UTC (10 years, 7 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache
Branch point for: nathanw_sa
Add driver for Creative Labs SBLive! EMU10000, possibly also PCI512. Written by Yannick Montulet (thanks!), with only couple minor touches by me.