Date: Sat, 7 Feb 2009 01:15:13 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/sound/macio aoa.c aoa.h davbus.c i2s.c snapper.c tumbler.c Message-ID: <200902070115.n171FVMs062025@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2009-02-07 01:15:13 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/macio aoa.c aoa.h davbus.c i2s.c snapper.c
tumbler.c
Log:
SVN rev 188259 on 2009-02-07 01:15:13Z by nwhitehorn
Rearrange this code slightly to pass softcs around instead of device_t,
solving a possible panic when snd_ai2s is loaded at boot time. Also change
the device setup to indicate to the pcm layer that the device is MPSAFE.
Submitted by: Marco Trillo
Suggestions by: Ariff Abdullah
Revision Changes Path
1.3 +15 -10 src/sys/dev/sound/macio/aoa.c
1.3 +4 -3 src/sys/dev/sound/macio/aoa.h
1.3 +4 -5 src/sys/dev/sound/macio/davbus.c
1.3 +9 -13 src/sys/dev/sound/macio/i2s.c
1.2 +18 -0 src/sys/dev/sound/macio/snapper.c
1.2 +35 -26 src/sys/dev/sound/macio/tumbler.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902070115.n171FVMs062025>
