cvs commit: src/sys/dev/sound/pci/hda hdac.c

Sepherosa Ziehau sepherosa at gmail.com
Tue Jun 26 04:25:01 PDT 2007


On 6/26/07, Hasso Tepper <hasso at 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




More information about the Commits mailing list