On 6/26/07, Hasso Tepper <[EMAIL PROTECTED]> wrote:
hasso 2007/06/26 04:04:51 PDTDragonFly 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
