The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 7 04:20:28 2024 UTC (2 months, 1 week ago) by msaitoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.1.10.4 (colored)

Remove ryo@'s mail addresses.

Revision 1.15.10.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:08:09 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.15.10.1: +4 -3 lines
Diff to previous 1.15.10.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.1.10.4 (colored)

Merge changes from current as of 20200406

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Sat Mar 21 15:31:50 2020 UTC (4 years ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.1.10.4 (colored)

Pull up following revision(s) (requested by isaki in ticket #792):

	sys/arch/amiga/dev/aucc.c: revision 1.48
	sys/dev/pci/auixp.c: revision 1.49
	sys/dev/pci/gcscaudio.c: revision 1.19
	sys/dev/pci/auich.c: revision 1.159
	sys/dev/sbus/dbri.c: revision 1.42
	sys/dev/pci/auvia.c: revision 1.85
	sys/dev/pci/auacer.c: revision 1.39

Drop 512 bytes limit on auvia_round_blocksize().

This fixes attach on 6 channels device.
PR kern/55017.

round_blocksize must return a multiple of the framesize.
aucc(4) supports 3 channels mode.

round_blocksize must return a multiple of the framesize
even if passed blocksize is greater than the upper limit.

round_blocksize must return a multiple of the framesize.

It's not divisible when blk=GCSCAUDI_PRD_SIZE_MAX and channels=4.
round_blocksize must return a multiple of the framesize
even if 6 channels mode.

I believe that keeping "good alignment" is just a wish, not constraint.

Revision 1.18.4.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:19:10 2020 UTC (4 years, 1 month ago) by ad
Branch: ad-namecache
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored) next main 1.19 (colored) to selected 1.1.10.4 (colored)

Sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 29 06:25:33 2020 UTC (4 years, 1 month ago) by isaki
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-sunxi-drm-base, bouyer-sunxi-drm, ad-namecache-base3
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored) to selected 1.1.10.4 (colored)

round_blocksize must return a multiple of the framesize.
It's not divisible when blk=GCSCAUDI_PRD_SIZE_MAX and channels=4.

Revision 1.15.10.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:15 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.15: +54 -126 lines
Diff to previous 1.15 (colored) to selected 1.1.10.4 (colored)

Sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 8 08:02:38 2019 UTC (4 years, 10 months ago) by isaki
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: netbsd-9, ad-namecache
Changes since 1.17: +4 -14 lines
Diff to previous 1.17 (colored) to selected 1.1.10.4 (colored)

Clean get_props().
- Make get_props() return AUDIO_PROP_{PLAYBACK,CAPTURE} properly.
  This eliminates need for audio.c to take care of such (old)
  drivers which don't return both of PLAYBACK and CAPTURE.
- All get_props() doesn't need to return AUDIO_PROP_MMAP.
  It is handled in the audio layer now.

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 8 13:40:19 2019 UTC (4 years, 11 months ago) by isaki
Branch: MAIN
Changes since 1.16: +50 -112 lines
Diff to previous 1.16 (colored) to selected 1.1.10.4 (colored)

Merge isaki-audio2 branch, the overhaul of audio subsystem.
- Interrupt-oriented system rather than thread-oriented.
- Improve stability, quality and performance.
- Split playback and record cleanly.  Improve halfduplex support.
- Many bugs are fixed including deadlocks, resource leaks, abuses, etc.
- Simplify audio filter mechanism.  The encoding/channels/frequency
  conversions are completely handled in the upper layer.  So the hard-
  ware driver only converts its hardware encoding (if necessary).
- audio_hw_if changes:
  - Obsoletes query_encoding and add query_format instead.
  - Obsoletes set_params and add set_format instead.
  - Remove drain, setfd, mappage.
  - The call sequences are changed.
- ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted.
- ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced.
- cleanup config attributes: au*conv and mulaw.
- All hardware drivers should follow it (I've done as much as possible).

Some file paths are changed:
- dev/audio.c         -> dev/audio/audio.c (rewritten)
- dev/audiovar.h      -> dev/audio/audiovar.h
- dev/audio_dai.h     -> dev/audio/audio_dai.h
- dev/audio_if.h      -> dev/audio/audio_if.h
- dev/audiobell.c     -> dev/audio/audiobell.c
- dev/audiobellvar.h  -> dev/audio/audiobellvar.h
- dev/mulaw.[ch]      -> dev/audio/mulaw.[ch] + dev/audio/alaw.c

Revision 1.16.2.4 / (download) - annotate - [select for diffs], Sat May 4 07:20:10 2019 UTC (4 years, 11 months ago) by isaki
Branch: isaki-audio2
Changes since 1.16.2.3: +3 -3 lines
Diff to previous 1.16.2.3 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.1.10.4 (colored)

Move dev/audio_if.h -> dev/audio/audio_if.h

Revision 1.16.2.3 / (download) - annotate - [select for diffs], Sat May 4 04:13:24 2019 UTC (4 years, 11 months ago) by isaki
Branch: isaki-audio2
Changes since 1.16.2.2: +2 -4 lines
Diff to previous 1.16.2.2 (colored) to branchpoint 1.16 (colored) to selected 1.1.10.4 (colored)

Remove obsoleted methods in audio_hw_if.
- drain: is handled in audio upper layer now.
- mappage: is handled in audio upper layer now.
- setfd: no one uses and it's meaningless now.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Sun Apr 28 07:01:45 2019 UTC (4 years, 11 months ago) by isaki
Branch: isaki-audio2
Changes since 1.16.2.1: +32 -97 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) to selected 1.1.10.4 (colored)

Adapt to audio2.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Sun Apr 21 05:11:22 2019 UTC (4 years, 11 months ago) by isaki
Branch: isaki-audio2
Changes since 1.16: +19 -14 lines
Diff to previous 1.16 (colored) to selected 1.1.10.4 (colored)

Use C99 style struct initializer to audio_format.

Revision 1.15.8.1 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:50 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) next main 1.16 (colored) to selected 1.1.10.4 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.16 / (download) - annotate - [select for diffs], Sun Dec 9 11:14:02 2018 UTC (5 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, isaki-audio2-base
Branch point for: isaki-audio2
Changes since 1.15: +4 -4 lines
Diff to previous 1.15 (colored) to selected 1.1.10.4 (colored)

use pci_intr_establish_xname() everywhere

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:07 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.12.2.1: +0 -2 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored) to selected 1.1.10.4 (colored)

update from HEAD

Revision 1.14.6.1 / (download) - annotate - [select for diffs], Mon Aug 28 17:52:05 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.1.10.4 (colored)

Sync with HEAD

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 1 02:45:11 2017 UTC (6 years, 10 months ago) by chs
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncqfixes-base, jdolecek-ncqfixes
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 (colored) to selected 1.1.10.4 (colored)

remove checks for failure after memory allocation calls that cannot fail:

  kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:42 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.12: +8 -7 lines
Diff to previous 1.12 (colored) to selected 1.1.10.4 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Thu May 22 11:40:24 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.7.2.1: +8 -7 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored) to selected 1.1.10.4 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:39 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.12: +8 -7 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.1.10.4 (colored)

sync with head

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 29 19:28:24 2014 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: nick-nhusb
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored) to selected 1.1.10.4 (colored)

make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 31 08:38:13 2014 UTC (10 years, 2 months ago) by ryo
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.12: +6 -6 lines
Diff to previous 1.12 (colored) to selected 1.1.10.4 (colored)

fix a problem to set sample rate of AC97 codec.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:45 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.7: +88 -64 lines
Diff to previous 1.7 (colored) to selected 1.1.10.4 (colored)

sync with head

Revision 1.11.2.3 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:41 2012 UTC (12 years, 1 month 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) to selected 1.1.10.4 (colored)

sync to -current

Revision 1.11.2.2 / (download) - annotate - [select for diffs], Tue Mar 6 09:56:13 2012 UTC (12 years, 1 month 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) to selected 1.1.10.4 (colored)

sync to -current

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Sun Mar 4 00:46:20 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.11: +37 -36 lines
Diff to previous 1.11 (colored) to selected 1.1.10.4 (colored)

sync to latest -current.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 2 11:41:36 2012 UTC (12 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base4, jmcneill-usbmp-base10, agc-symver-base, agc-symver
Branch point for: tls-maxphys, rmind-smpnet
Changes since 1.11: +37 -36 lines
Diff to previous 1.11 (colored) to selected 1.1.10.4 (colored)

convert to device_t.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 25 12:50:32 2011 UTC (12 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, 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) to selected 1.1.10.4 (colored)

remove an unnecessary call to vtbl->unlock

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 25 12:31:55 2011 UTC (12 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9 (colored) to selected 1.1.10.4 (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 (12 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.1.10.4 (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 (12 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +51 -30 lines
Diff to previous 1.7 (colored) to selected 1.1.10.4 (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 (12 years, 4 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) to selected 1.1.10.4 (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 (12 years, 5 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) to selected 1.1.10.4 (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 (12 years, 5 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) to selected 1.1.10.4 (colored)

add gcscaudio_get_locks()

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sat Nov 19 23:31:26 2011 UTC (12 years, 5 months ago) by jmcneill
Branch: jmcneill-audiomp3
Changes since 1.7: +31 -28 lines
Diff to previous 1.7 (colored) to selected 1.1.10.4 (colored)

adapt to audiomp api changes

Revision 1.6.6.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:03 2011 UTC (12 years, 9 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) to selected 1.1.10.4 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.5.2.2 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:15 2011 UTC (12 years, 10 months 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) to selected 1.1.10.4 (colored)

sync with head

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 9 14:46:33 2011 UTC (12 years, 10 months 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) to selected 1.1.10.4 (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 (13 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (colored) to selected 1.1.10.4 (colored)

sync with head

Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 13 13:52:05 2010 UTC (13 years, 5 months 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) to selected 1.1.10.4 (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 (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored) next main 1.5 (colored) to selected 1.1.10.4 (colored)

Sync with HEAD.

Revision 1.5.4.2 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:40 2010 UTC (14 years 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) to selected 1.1.10.4 (colored)

sync to netbsd-5

Revision 1.1.10.4 / (download) - annotate - [selected], Thu Mar 11 15:03:44 2010 UTC (14 years, 1 month 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 (14 years, 1 month 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 (14 years, 1 month 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) to selected 1.1.10.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 (14 years, 3 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) to selected 1.1.10.4 (colored)

Expand PMF_FN_* macros.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 26 15:17:09 2009 UTC (14 years, 4 months ago) by njoly
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.1.10.4 (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 (14 years, 11 months 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) to selected 1.1.10.4 (colored)

sync with head

Revision 1.1.6.1 / (download) - annotate - [select for diffs], Wed May 13 17:20:24 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored) next main 1.2 (colored) to selected 1.1.10.4 (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 (14 years, 11 months 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) to selected 1.1.10.4 (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 (14 years, 11 months 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) to selected 1.1.10.4 (colored)

sync with head.

Revision 1.1.8.2 / (download) - annotate - [select for diffs], Fri May 1 01:19:09 2009 UTC (14 years, 11 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, 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) to selected 1.1.10.4 (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 (15 years, 3 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) to selected 1.1.10.4 (colored)

Sync with HEAD.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:59 2009 UTC (15 years, 3 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) to selected 1.1.10.4 (colored)

Sync with HEAD.

Revision 1.1.10.1, Sun Dec 28 15:16:24 2008 UTC (15 years, 3 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 (15 years, 3 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 (15 years, 3 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 (15 years, 3 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 (15 years, 3 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
Diff to selected 1.1.10.4 (colored)

PR# port-i386/40284: add AMD Geode CS5536 audio driver; written by
SHIMIZU Ryo <ryo@nerv.org>

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>