Up to [cvs.netbsd.org] / src / sys / dev / pci
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:45 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.7: +88 -64
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
sync with head
Revision 1.11.2.3 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:41 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.2.2: +37 -36
lines
Diff to previous 1.11.2.2 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
sync to -current
Revision 1.11.2.2 / (download) - annotate - [select for diffs], Tue Mar 6 09:56:13 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11.2.1: +36 -37
lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored)
sync to -current
Revision 1.11.2.1 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:20 2012 UTC (2 months, 3 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11: +37 -36
lines
Diff to previous 1.11 (colored)
sync to latest -current.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 2 11:41:36 2012 UTC (2 months, 3 weeks ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base4,
HEAD
Changes since 1.11: +37 -36
lines
Diff to previous 1.11 (colored)
convert to device_t.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 25 12:50:32 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base5,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
remove an unnecessary call to vtbl->unlock
Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 25 12:31:55 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
Changes since 1.9: +5 -2
lines
Diff to previous 1.9 (colored)
need to hold thread lock when using AC97_IS_* macros
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 24 03:35:59 2011 UTC (6 months ago) by mrg
Branch: MAIN
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:35 2011 UTC (6 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +51 -30
lines
Diff to previous 1.7 (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.7.4.4 / (download) - annotate - [select for diffs], Tue Nov 22 22:47:10 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.7.4.3: +2 -3
lines
Diff to previous 1.7.4.3 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)
get rid of unused 'powerstate' callback in audio_hw_if
Revision 1.7.4.3 / (download) - annotate - [select for diffs], Sun Nov 20 11:10:16 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.7.4.2: +9 -3
lines
Diff to previous 1.7.4.2 (colored) to branchpoint 1.7 (colored)
need to hold intr_lock when calling audio_pint/audio_rint
Revision 1.7.4.2 / (download) - annotate - [select for diffs], Sat Nov 19 23:36:38 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.7.4.1: +16 -3
lines
Diff to previous 1.7.4.1 (colored) to branchpoint 1.7 (colored)
add gcscaudio_get_locks()
Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sat Nov 19 23:31:26 2011 UTC (6 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.7: +31 -28
lines
Diff to previous 1.7 (colored)
adapt to audiomp api changes
Revision 1.6.6.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:03 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.5.2.2 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:15 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.5.2.1: +1 -1
lines
Diff to previous 1.5.2.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync with head
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 9 14:46:33 2011 UTC (11 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-audiomp3-base
Branch point for: yamt-pagecache,
jmcneill-audiomp3
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Use a format string when printing strings
Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:53:37 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored)
sync with head
Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:05 2010 UTC (18 months, 1 week ago) by uebayasi
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored)
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and some other constants. These are provided by sys/param.h now.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:32 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD.
Revision 1.5.4.2 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:40 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.5.4.1: +1339 -0
lines
Diff to previous 1.5.4.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)
sync to netbsd-5
Revision 1.1.10.4 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:44 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.10.3: +6 -6
lines
Diff to previous 1.1.10.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.5.4.1, Wed Feb 24 22:38:00 2010 UTC (2 years, 3 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.5: +0 -1339
lines
FILE REMOVED
file gcscaudio.c was added on branch matt-nb5-mips64 on 2010-04-21 00:27:40 +0000
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 24 22:38:00 2010 UTC (2 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Branch point for: rmind-uvmplock,
matt-nb5-mips64
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Fri Jan 8 19:56:51 2010 UTC (2 years, 4 months ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Expand PMF_FN_* macros.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:09 2009 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Cleanup interrupt establish error messages. Do not mix aprint_error/aprint_normal/printf calls for a single line.
Revision 1.1.10.3 / (download) - annotate - [select for diffs], Sat May 16 10:41:33 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.10.2: +4 -4
lines
Diff to previous 1.1.10.2 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:24 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.2 / (download) - annotate - [select for diffs], Wed May 6 09:25:15 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.1: +4 -4
lines
Diff to previous 1.1 (colored)
struct cfdata * -> cfdata_t, no functional changes intended.
Revision 1.1.10.2 / (download) - annotate - [select for diffs], Mon May 4 08:12:55 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.10.1: +1339 -0
lines
Diff to previous 1.1.10.1 (colored) to branchpoint 1.1 (colored)
sync with head.
Revision 1.1.8.2 / (download) - annotate - [select for diffs], Fri May 1 01:19:09 2009 UTC (3 years 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.1.8.1: +1339 -0
lines
Diff to previous 1.1.8.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #260): sys/dev/pci/files.pci: revision 1.309 sys/dev/pci/gcscaudio.c: revision 1.1 sys/dev/pci/gcscaudioreg.h: revision 1.1 PR# port-i386/40284: add AMD Geode CS5536 audio driver; written by SHIMIZU Ryo <ryo@nerv.org>
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Jan 19 13:18:25 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1.4.1: +1339 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.2.2 / (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.1.2.1: +1339 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.10.1, Sun Dec 28 15:16:24 2008 UTC (3 years, 4 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -1339
lines
FILE REMOVED
file gcscaudio.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:55 +0000
Revision 1.1.8.1, Sun Dec 28 15:16:24 2008 UTC (3 years, 4 months ago) by snj
Branch: netbsd-5
Changes since 1.1: +0 -1339
lines
FILE REMOVED
file gcscaudio.c was added on branch netbsd-5 on 2009-05-01 01:19:09 +0000
Revision 1.1.4.1, Sun Dec 28 15:16:24 2008 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.1: +0 -1339
lines
FILE REMOVED
file gcscaudio.c was added on branch nick-hppapmap on 2009-01-19 13:18:25 +0000
Revision 1.1.2.1, Sun Dec 28 15:16:24 2008 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1: +0 -1339
lines
FILE REMOVED
file gcscaudio.c was added on branch mjf-devfs2 on 2009-01-17 13:28:59 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 28 15:16:24 2008 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
mjf-devfs2-base
Branch point for: yamt-nfs-mp,
nick-hppapmap,
netbsd-5,
mjf-devfs2,
jym-xensuspend
PR# port-i386/40284: add AMD Geode CS5536 audio driver; written by SHIMIZU Ryo <ryo@nerv.org>