freebsd-dev/sys/sparc64/pci
Ian Lepore 4d7abca057 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().
2013-04-01 00:44:20 +00:00
..
apb.c
fire.c Remove duplicate const specifiers in many drivers (I hope I got all of 2012-11-05 19:16:27 +00:00
firereg.h
firevar.h
ofw_pci_if.m
ofw_pci.h
ofw_pcib_subr.c
ofw_pcib_subr.h
ofw_pcib.c - Remove an unused header. 2013-03-01 20:34:02 +00:00
ofw_pcibus.c
psycho.c Correct two spelling mistakes in a comment. 2013-03-07 13:24:49 +00:00
psychoreg.h
psychovar.h
sbbc.c Fix low-level uart drivers that set their fifo sizes in the softc too late. 2013-04-01 00:44:20 +00:00
schizo.c Remove duplicate const specifiers in many drivers (I hope I got all of 2012-11-05 19:16:27 +00:00
schizoreg.h
schizovar.h