ed 2008-08-02 08:01:56 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
SVN rev 181158 on 2008-08-02 08:01:56Z by ed
Make the at91 uart(4) driver compile again.
As of r178766 this driver didn't compile anymore, because it mi
On Mon, 05.05.2008 at 20:02:27 +0400, Maxim Konovalov wrote:
> On Mon, 5 May 2008, 10:53+0400, Maxim Konovalov wrote:
>
> > On Mon, 5 May 2008, 07:57+0200, Philip Paeps wrote:
> >
> > > On 2008-05-04 23:29:38 (+), Peter Wemm <[EMAIL PROTECTED]> wrote:
> > > > Log:
> > > > Expand kdb_alt_br
On Mon, 5 May 2008, 10:53+0400, Maxim Konovalov wrote:
> On Mon, 5 May 2008, 07:57+0200, Philip Paeps wrote:
>
> > On 2008-05-04 23:29:38 (+), Peter Wemm <[EMAIL PROTECTED]> wrote:
> > > Log:
> > > Expand kdb_alt_break a little, most commonly used with the option
> > > ALT_BREAK_TO_DEBUG
On Mon, 5 May 2008, 07:57+0200, Philip Paeps wrote:
> On 2008-05-04 23:29:38 (+), Peter Wemm <[EMAIL PROTECTED]> wrote:
> > Log:
> > Expand kdb_alt_break a little, most commonly used with the option
> > ALT_BREAK_TO_DEBUGGER. In addition to "Enter ~ ctrl-B" (to enter the
> > debugger)
On 2008-05-04 23:29:38 (+), Peter Wemm <[EMAIL PROTECTED]> wrote:
> Log:
> Expand kdb_alt_break a little, most commonly used with the option
> ALT_BREAK_TO_DEBUGGER. In addition to "Enter ~ ctrl-B" (to enter the
> debugger), there is now "Enter ~ ctrl-P" (force panic) and
> "Enter ~
peter 2008-05-04 23:29:38 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
sys/dev/dconsdcons_os.c
sys/dev/ofw ofw_console.c
sys/dev/sio sio.c
sys/dev/uart uart_core.c
sys/kern
marius 2007-01-18 22:01:20 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
sys/arm/sa11x0 uart_dev_sa1110.c
sys/dev/uart uart_cpu.h uart_dev_ns8250.c
uart_dev_sab82532.c uart_dev_z8530.c
cognet 2006-12-07 00:24:15 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn't
emulate it.
Reported by:ru
Revision ChangesPath
1.10 +10 -1
cognet 2006-07-25 23:17:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
Ooops, while MFC'ing I forgot we had to include opt_comconsole.h too.
Revision ChangesPath
1.6.2.6 +6 -0 src/sys/arm/
cognet 2006-07-24 22:14:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
MFC rev 1.9:
Fix ALT_BREAK_TO_DEBUGGER on the AT91 :
The core uart code expects the receive method to actually puts the
characters
cognet 2006-07-20 21:03:43 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Fix ALT_BREAK_TO_DEBUGGER on the AT91 :
The core uart code expects the receive method to actually puts the
characters read into its buffers. For AT91, it's do
imp 2006-07-19 22:00:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
MFp4: Merge #defines for uart_{,un}lock()
Revision ChangesPath
1.6.2.4 +2 -0 src/sys/arm/at91/uart_dev_at91usart.c
__
imp 2006-07-19 21:54:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
Fix MisMFC: Current uses SER_* and stable uses UART_*
Revision ChangesPath
1.6.2.3 +10 -10src/sys/arm/at91/uart_dev_at
imp 2006-07-18 21:58:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 uart_dev_at91usart.c
Log:
MFC: Fixes to make serial ports work reliably
Revision ChangesPath
1.6.2.2 +218 -61 src/sys/arm/at91/uart_dev_at91usart.
imp 2006-07-14 21:33:04 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Be sure to flush the cache after a partial read on timeout. Expand
comments about timeouts. Fix a style nit. Sometimes small messages
were getting corrupte
imp 2006-07-02 03:45:33 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
MFp4:
Make serial ports more robust and reliable. Make non-console ports
work. This might have broken skyeye stuff.
o Introduce ping-pong receive bu
cognet 2006-04-06 20:47:54 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
sys/arm/sa11x0 uart_dev_sa1110.c
Log:
MFp4: Catchup with recent UART changes.
Revision ChangesPath
1.5 +13 -13src/sys/arm/at91/uart_de
imp 2006-04-06 04:27:19 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Optimize the TX side of the part by using the PDC to move bytes out to
the wire. This increases the speed considerably. Start to put
infrastructure in place
cognet 2006-03-22 21:16:09 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
MFp4: Handle break interrupts (it seems to only work for USART, not DBGU).
Revision ChangesPath
1.3 +12 -2 src/sys/arm/at91/uart_dev_at91usa
cognet 2006-02-27 23:19:13 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_dev_at91usart.c
Log:
Get this to compile with the recent UART changes.
Revision ChangesPath
1.2 +3 -3 src/sys/arm/at91/uart_dev_at91usart.c
20 matches
Mail list logo