DragonFly commits List (threaded) for 2007-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c
On 6/26/07, Hasso Tepper <hasso@crater.dragonflybsd.org> wrote:
hasso 2007/06/26 04:04:51 PDT
DragonFly src repository
Modified files:
sys/dev/sound/pci/hda hdac.c
Log:
- Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.
- Drain all callout handlers during driver detach appropriately.
- M_NOWAIT -> M_WAITOK
Obtained-from: FreeBSD
Revision Changes Path
1.5 +9 -8 src/sys/dev/sound/pci/hda/hdac.c
+ sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK | M_ZERO);
kmalloc?
Best Regards,
sephe
--
Live Free or Die
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]