2008-04-29 02:00:01 +04:00
|
|
|
/* comvar.h,v 1.55.8.3 2008/01/09 01:52:50 matt Exp */
|
1996-03-09 04:01:33 +03:00
|
|
|
|
|
|
|
/*
|
1996-03-10 02:37:14 +03:00
|
|
|
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
1996-03-09 04:01:33 +03:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by Christopher G. Demetriou
|
|
|
|
* for the NetBSD Project.
|
|
|
|
* 4. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
1997-10-19 15:45:33 +04:00
|
|
|
#include "rnd.h"
|
2001-01-07 21:09:26 +03:00
|
|
|
#include "opt_multiprocessor.h"
|
|
|
|
#include "opt_lockdebug.h"
|
|
|
|
#include "opt_com.h"
|
2001-05-30 19:24:23 +04:00
|
|
|
#include "opt_kgdb.h"
|
2001-01-07 21:09:26 +03:00
|
|
|
|
1997-10-19 15:45:33 +04:00
|
|
|
#if NRND > 0 && defined(RND_COM)
|
|
|
|
#include <sys/rnd.h>
|
|
|
|
#endif
|
|
|
|
|
2000-03-23 10:01:25 +03:00
|
|
|
#include <sys/callout.h>
|
1998-06-11 06:01:58 +04:00
|
|
|
#include <sys/timepps.h>
|
2007-10-08 20:50:45 +04:00
|
|
|
#include <sys/mutex.h>
|
1998-06-11 06:01:58 +04:00
|
|
|
|
2006-07-14 02:56:00 +04:00
|
|
|
#include <dev/ic/comreg.h> /* for COM_NPORTS */
|
|
|
|
|
|
|
|
struct com_regs;
|
|
|
|
|
2005-02-04 05:10:35 +03:00
|
|
|
int comcnattach(bus_space_tag_t, bus_addr_t, int, int, int, tcflag_t);
|
2006-07-14 02:56:00 +04:00
|
|
|
int comcnattach1(struct com_regs *, int, int, int, tcflag_t);
|
1997-04-05 00:56:34 +04:00
|
|
|
|
1997-08-12 21:25:43 +04:00
|
|
|
#ifdef KGDB
|
2005-02-04 05:10:35 +03:00
|
|
|
int com_kgdb_attach(bus_space_tag_t, bus_addr_t, int, int, int, tcflag_t);
|
2006-07-14 02:56:00 +04:00
|
|
|
int com_kgdb_attach1(struct com_regs *, int, int, int, tcflag_t);
|
1997-08-12 21:25:43 +04:00
|
|
|
#endif
|
|
|
|
|
2005-02-04 05:10:35 +03:00
|
|
|
int com_is_console(bus_space_tag_t, bus_addr_t, bus_space_handle_t *);
|
1997-08-23 18:01:32 +04:00
|
|
|
|
1997-04-05 00:56:34 +04:00
|
|
|
/* Hardware flag masks */
|
|
|
|
#define COM_HW_NOIEN 0x01
|
|
|
|
#define COM_HW_FIFO 0x02
|
2003-06-14 20:25:52 +04:00
|
|
|
/* 0x04 free for use */
|
1997-10-19 18:26:16 +04:00
|
|
|
#define COM_HW_FLOW 0x08
|
1998-02-03 01:54:55 +03:00
|
|
|
#define COM_HW_DEV_OK 0x20
|
1997-04-05 00:56:34 +04:00
|
|
|
#define COM_HW_CONSOLE 0x40
|
1997-07-06 00:52:40 +04:00
|
|
|
#define COM_HW_KGDB 0x80
|
2000-01-24 00:06:01 +03:00
|
|
|
#define COM_HW_TXFIFO_DISABLE 0x100
|
* Add a new hwflag, COM_HW_NO_TXPRELOAD, which tells comstart() to
not pre-load the chip's Tx buffer, but instead waits for the Tx Ready
interrupt to transmit the first chunk of data.
* On the IOP310, set COM_HW_NO_TXPRELOAD, rather than COM_HW_TXFIFO_DISABLE.
This solves the "UART hangs" problem on the Npwr in a nicer way (i.e. we
get to use the FIFO, whee). The COM_HW_NO_TXPRELOAD happens to match the
Linux 16550 driver's Tx algorithm, and the "UART hang" was never observed
on the Npwr running Linux.
Eventually, we might want to eliminate the COM_HW_NO_TXPRELOAD, and simply
always use its algorithm. But it should be tested on more 16x50 variants
before we do that.
Kudos to Valeriy Ushakov <uwe@netbsd.org> for pointing out this solution
(which also happens to fix the stray UART interrupt issue on the Krups
Javastation), and to Allen Briggs <briggs@netbsd.org> for experimenting
with various methods of fixing this.
2002-04-12 23:32:30 +04:00
|
|
|
#define COM_HW_NO_TXPRELOAD 0x200
|
1997-04-05 00:56:34 +04:00
|
|
|
|
|
|
|
/* Buffer size for character buffer */
|
1997-11-03 09:55:54 +03:00
|
|
|
#define COM_RING_SIZE 2048
|
1997-04-05 00:56:34 +04:00
|
|
|
|
2006-07-14 02:56:00 +04:00
|
|
|
#ifdef COM_REGMAP
|
|
|
|
#define COM_REG_RXDATA 0
|
|
|
|
#define COM_REG_TXDATA 1
|
|
|
|
#define COM_REG_DLBL 2
|
|
|
|
#define COM_REG_DLBH 3
|
|
|
|
#define COM_REG_IER 4
|
|
|
|
#define COM_REG_IIR 5
|
|
|
|
#define COM_REG_FIFO 6
|
2008-04-29 02:00:01 +04:00
|
|
|
#define COM_REG_TCR 6
|
2006-07-14 02:56:00 +04:00
|
|
|
#define COM_REG_EFR 7
|
2008-04-29 02:00:01 +04:00
|
|
|
#define COM_REG_TLR 7
|
2006-07-14 02:56:00 +04:00
|
|
|
#define COM_REG_LCR 8
|
2008-04-29 02:00:01 +04:00
|
|
|
#define COM_REG_MDR1 8
|
2006-07-14 02:56:00 +04:00
|
|
|
#define COM_REG_MCR 9
|
|
|
|
#define COM_REG_LSR 10
|
|
|
|
#define COM_REG_MSR 11
|
|
|
|
|
|
|
|
struct com_regs {
|
|
|
|
bus_space_tag_t cr_iot;
|
|
|
|
bus_space_handle_t cr_ioh;
|
|
|
|
bus_addr_t cr_iobase;
|
|
|
|
bus_size_t cr_nports;
|
|
|
|
bus_size_t cr_map[16];
|
|
|
|
};
|
|
|
|
|
|
|
|
extern const bus_size_t com_std_map[16];
|
|
|
|
|
|
|
|
#define COM_INIT_REGS(regs, tag, hdl, addr) \
|
|
|
|
do { \
|
|
|
|
regs.cr_iot = tag; \
|
|
|
|
regs.cr_ioh = hdl; \
|
|
|
|
regs.cr_iobase = addr; \
|
|
|
|
regs.cr_nports = COM_NPORTS; \
|
|
|
|
memcpy(regs.cr_map, com_std_map, sizeof (regs.cr_map)); \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#else
|
|
|
|
#define COM_REG_RXDATA com_data
|
|
|
|
#define COM_REG_TXDATA com_data
|
|
|
|
#define COM_REG_DLBL com_dlbl
|
|
|
|
#define COM_REG_DLBH com_dlbh
|
|
|
|
#define COM_REG_IER com_ier
|
|
|
|
#define COM_REG_IIR com_iir
|
|
|
|
#define COM_REG_FIFO com_fifo
|
|
|
|
#define COM_REG_EFR com_efr
|
|
|
|
#define COM_REG_LCR com_lctl
|
|
|
|
#define COM_REG_MCR com_mcr
|
|
|
|
#define COM_REG_LSR com_lsr
|
|
|
|
#define COM_REG_MSR com_msr
|
2008-04-29 02:00:01 +04:00
|
|
|
#define COM_REG_TCR com_msr
|
|
|
|
#define COM_REG_TLR com_scratch
|
|
|
|
#define COM_REG_MDR1 8
|
2006-07-14 02:56:00 +04:00
|
|
|
|
|
|
|
struct com_regs {
|
|
|
|
bus_space_tag_t cr_iot;
|
|
|
|
bus_space_handle_t cr_ioh;
|
|
|
|
bus_addr_t cr_iobase;
|
|
|
|
bus_size_t cr_nports;
|
|
|
|
};
|
|
|
|
|
|
|
|
#define COM_INIT_REGS(regs, tag, hdl, addr) \
|
|
|
|
do { \
|
|
|
|
regs.cr_iot = tag; \
|
|
|
|
regs.cr_ioh = hdl; \
|
|
|
|
regs.cr_iobase = addr; \
|
|
|
|
regs.cr_nports = COM_NPORTS; \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
1997-04-05 00:56:34 +04:00
|
|
|
struct com_softc {
|
2008-03-14 18:09:09 +03:00
|
|
|
device_t sc_dev;
|
1997-04-05 00:56:34 +04:00
|
|
|
void *sc_si;
|
|
|
|
struct tty *sc_tty;
|
|
|
|
|
2000-03-23 10:01:25 +03:00
|
|
|
struct callout sc_diag_callout;
|
|
|
|
|
1997-09-17 00:34:23 +04:00
|
|
|
int sc_frequency;
|
1997-04-05 00:56:34 +04:00
|
|
|
|
2006-07-14 02:56:00 +04:00
|
|
|
struct com_regs sc_regs;
|
1997-04-05 00:56:34 +04:00
|
|
|
bus_space_handle_t sc_hayespioh;
|
|
|
|
|
2006-07-14 02:56:00 +04:00
|
|
|
|
1997-11-03 09:55:54 +03:00
|
|
|
u_int sc_overflows,
|
|
|
|
sc_floods,
|
|
|
|
sc_errors;
|
1996-03-10 12:01:20 +03:00
|
|
|
|
1997-11-03 09:55:54 +03:00
|
|
|
int sc_hwflags,
|
|
|
|
sc_swflags;
|
|
|
|
u_int sc_fifolen;
|
1997-04-05 00:56:34 +04:00
|
|
|
|
1997-11-03 09:55:54 +03:00
|
|
|
u_int sc_r_hiwat,
|
|
|
|
sc_r_lowat;
|
|
|
|
u_char *volatile sc_rbget,
|
|
|
|
*volatile sc_rbput;
|
|
|
|
volatile u_int sc_rbavail;
|
|
|
|
u_char *sc_rbuf,
|
|
|
|
*sc_ebuf;
|
1997-04-05 00:56:34 +04:00
|
|
|
|
|
|
|
u_char *sc_tba;
|
1997-11-03 09:55:54 +03:00
|
|
|
u_int sc_tbc,
|
|
|
|
sc_heldtbc;
|
1997-04-05 00:56:34 +04:00
|
|
|
|
1997-06-15 15:18:59 +04:00
|
|
|
volatile u_char sc_rx_flags,
|
|
|
|
#define RX_TTY_BLOCKED 0x01
|
|
|
|
#define RX_TTY_OVERFLOWED 0x02
|
|
|
|
#define RX_IBUF_BLOCKED 0x04
|
|
|
|
#define RX_IBUF_OVERFLOWED 0x08
|
|
|
|
#define RX_ANY_BLOCK 0x0f
|
1997-04-05 00:56:34 +04:00
|
|
|
sc_tx_busy,
|
|
|
|
sc_tx_done,
|
|
|
|
sc_tx_stopped,
|
|
|
|
sc_st_check,
|
|
|
|
sc_rx_ready;
|
|
|
|
|
|
|
|
volatile u_char sc_heldchange;
|
1997-11-03 09:55:54 +03:00
|
|
|
volatile u_char sc_msr, sc_msr_delta, sc_msr_mask, sc_mcr,
|
|
|
|
sc_mcr_active, sc_lcr, sc_ier, sc_fifo, sc_dlbl, sc_dlbh, sc_efr;
|
|
|
|
u_char sc_mcr_dtr, sc_mcr_rts, sc_msr_cts, sc_msr_dcd;
|
|
|
|
|
2001-08-27 18:27:01 +04:00
|
|
|
#ifdef COM_HAYESP
|
|
|
|
u_char sc_prescaler;
|
|
|
|
#endif
|
|
|
|
|
2003-06-14 20:25:52 +04:00
|
|
|
/*
|
|
|
|
* There are a great many almost-ns16550-compatible UARTs out
|
|
|
|
* there, which have minor differences. The type field here
|
|
|
|
* lets us distinguish between them.
|
|
|
|
*/
|
|
|
|
int sc_type;
|
|
|
|
#define COM_TYPE_NORMAL 0 /* normal 16x50 */
|
|
|
|
#define COM_TYPE_HAYESP 1 /* Hayes ESP modem */
|
|
|
|
#define COM_TYPE_PXA2x0 2 /* Intel PXA2x0 processor built-in */
|
2003-11-08 04:59:38 +03:00
|
|
|
#define COM_TYPE_AU1x00 3 /* AMD/Alchemy Au1x000 proc. built-in */
|
2008-04-29 02:00:01 +04:00
|
|
|
#define COM_TYPE_OMAP 4 /* TI OMAP processor built-in */
|
2003-06-14 20:25:52 +04:00
|
|
|
|
1998-02-02 02:30:49 +03:00
|
|
|
/* power management hooks */
|
2005-02-04 05:10:35 +03:00
|
|
|
int (*enable)(struct com_softc *);
|
|
|
|
void (*disable)(struct com_softc *);
|
1998-02-02 02:30:49 +03:00
|
|
|
int enabled;
|
|
|
|
|
2006-06-08 02:33:33 +04:00
|
|
|
struct pps_state sc_pps_state; /* pps state */
|
1998-06-10 16:06:23 +04:00
|
|
|
|
1997-10-19 15:45:33 +04:00
|
|
|
#if NRND > 0 && defined(RND_COM)
|
|
|
|
rndsource_element_t rnd_source;
|
|
|
|
#endif
|
2007-10-08 20:50:45 +04:00
|
|
|
kmutex_t sc_lock;
|
1996-03-09 04:01:33 +03:00
|
|
|
};
|
|
|
|
|
2005-02-04 05:10:35 +03:00
|
|
|
int comprobe1(bus_space_tag_t, bus_space_handle_t);
|
|
|
|
int comintr(void *);
|
|
|
|
void com_attach_subr(struct com_softc *);
|
2006-07-14 02:56:00 +04:00
|
|
|
int com_probe_subr(struct com_regs *);
|
2005-02-04 05:10:35 +03:00
|
|
|
int com_detach(struct device *, int);
|
2008-02-29 10:02:04 +03:00
|
|
|
bool com_resume(device_t PMF_FN_PROTO);
|
2005-02-04 05:10:35 +03:00
|
|
|
int com_activate(struct device *, enum devact);
|
2008-02-29 10:02:04 +03:00
|
|
|
bool com_cleanup(device_t, int);
|
|
|
|
bool com_suspend(device_t PMF_FN_PROTO);
|
2007-10-08 20:50:45 +04:00
|
|
|
|
2007-10-17 21:44:19 +04:00
|
|
|
#ifndef IPL_SERIAL
|
2007-10-08 20:50:45 +04:00
|
|
|
#define IPL_SERIAL IPL_TTY
|
|
|
|
#define splserial() spltty()
|
|
|
|
#endif
|