freebsd-dev/sys/arm/s3c2xx0
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
..
board_ln2410sbc.c
files.s3c2xx0 Add the s3c24x0 real time clock driver 2010-07-22 23:23:39 +00:00
s3c2xx0_space.c
s3c2xx0board.h
s3c2xx0reg.h
s3c2xx0var.h
s3c24x0_clk.c Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by 2011-01-06 21:08:06 +00:00
s3c24x0_machdep.c Eliminate a redundant #include: machine/pmap.h is already included 2013-03-01 19:02:41 +00:00
s3c24x0_rtc.c Add the s3c24x0 real time clock driver 2010-07-22 23:23:39 +00:00
s3c24x0.c Move unmask IRQ function call up to nexus device level. 2012-07-17 03:18:12 +00:00
s3c24x0reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
s3c24x0var.h
s3c2410reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
s3c2410var.h
s3c2440reg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
std.ln2410sbc Merging projects/armv6, part 1 2012-08-15 03:03:03 +00:00
std.s3c2410 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
uart_bus_s3c2410.c
uart_cpu_s3c2410.c
uart_dev_s3c2410.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_s3c2410.h