diff options
author | 2013-06-05 02:45:03 +0000 | |
---|---|---|
committer | 2013-06-05 02:45:03 +0000 | |
commit | bce2b5ccbe465e7b7636aa079b84badd35d980fd (patch) | |
tree | 7813416a464114a44bf366b55eb1a17a7933a47a | |
parent | remove ugly hack we couldn't figure out what it was used for, only that it (diff) | |
download | wireguard-openbsd-bce2b5ccbe465e7b7636aa079b84badd35d980fd.tar.xz wireguard-openbsd-bce2b5ccbe465e7b7636aa079b84badd35d980fd.zip |
add XXX comment for delay_changed, untill we figure out what it actually does.
ok uebayasi@
-rw-r--r-- | sys/arch/octeon/dev/cn30xxuart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/octeon/dev/cn30xxuart.c b/sys/arch/octeon/dev/cn30xxuart.c index 1662ed29e87..efade9b71dd 100644 --- a/sys/arch/octeon/dev/cn30xxuart.c +++ b/sys/arch/octeon/dev/cn30xxuart.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cn30xxuart.c,v 1.3 2013/06/05 01:32:22 jasper Exp $ */ +/* $OpenBSD: cn30xxuart.c,v 1.4 2013/06/05 02:45:03 jasper Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -62,6 +62,7 @@ cons_decl(cn30xxuart); #define OCTEON_MIO_UART0_DLH 0x8001180000000888ull #define USR_TXFIFO_NOTFULL 2 +/* XXX: What is this used for? Removed from stand/boot/uart.c -r1.2 */ static int delay_changed = 1; int cn30xxuart_delay(void); void cn30xxuart_wait_txhr_empty(int); |