freebsd-dev/sys/mips/adm5120
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
..
adm5120_machdep.c Merge from vmobj-rwlock branch: 2013-02-26 01:00:11 +00:00
adm5120reg.h
admpci.c
console.c
files.adm5120
if_admsw.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
if_admswreg.h
if_admswvar.h
obio.c
obiovar.h
std.adm5120 o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern 2012-03-12 21:25:32 +00:00
uart_bus_adm5120.c
uart_cpu_adm5120.c
uart_dev_adm5120.c Fix low-level uart drivers that set their fifo sizes in the softc too late. 2013-04-01 00:44:20 +00:00
uart_dev_adm5120.h