CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/11/05 01:11:54

Modified files:
        sys/dev/dt     : dt_dev.c 

Log message:
Tweak softc initialization:

- move softintr_establish(), which allocates memory, into dtalloc()
- Use M_DEVBUF consistently for all memory chunks in the softc.
- Do not check for NULL before calling free(9).

Reviewed by Christian Ludwig, ok miod@

Reply via email to