Searched hist:248965 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_pl011.cdiff 248965 Sun Mar 31 22:54:44 MDT 2013 ian Fix low-level uart drivers that set their fifo sizes in the softc too late.

uart(4) allocates send and receiver buffers in attach() before it calls
the low-level driver's attach routine. Many low-level drivers set the
fifo sizes in their attach routine, which is too late. Other drivers set
them in the probe() routine, so that they're available when uart(4)
allocates buffers. This fixes the ones that were setting the values too
late by moving the code to probe().
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.cdiff 248965 Sun Mar 31 22:54:44 MDT 2013 ian Fix low-level uart drivers that set their fifo sizes in the softc too late.

uart(4) allocates send and receiver buffers in attach() before it calls
the low-level driver's attach routine. Many low-level drivers set the
fifo sizes in their attach routine, which is too late. Other drivers set
them in the probe() routine, so that they're available when uart(4)
allocates buffers. This fixes the ones that were setting the values too
late by moving the code to probe().

Completed in 109 milliseconds