Deleted Added
full compact
z8530.h (119815) z8530.h (137955)
1/*
2 * Copyright (c) 2003 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 9 unchanged lines hidden (view full) ---

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
1/*
2 * Copyright (c) 2003 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *

--- 9 unchanged lines hidden (view full) ---

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/dev/ic/z8530.h 119815 2003-09-06 23:13:47Z marcel $
26 * $FreeBSD: head/sys/dev/ic/z8530.h 137955 2004-11-21 01:34:15Z marcel $
27 */
28
27 */
28
29#ifndef _DEV_UART_DEV_Z8530_H_
30#define _DEV_UART_DEV_Z8530_H_
29#ifndef _DEV_IC_Z8530_H_
30#define _DEV_IC_Z8530_H_
31
32/*
33 * Channel B control: 0
34 * Channel B data: 1
35 * Channel A control: 2
36 * Channel A data: 3
37 *
38 * We expect a seperate subregion for each channel.

--- 205 unchanged lines hidden (view full) ---

244#define TPC_TB7 0x20 /* 7 databits. */
245#define TPC_TB5 0x00 /* 5 or fewer databits. */
246#define TPC_BRK 0x10 /* Send break. */
247#define TPC_TXE 0x08 /* Transmitter Enable. */
248#define TPC_CRC16 0x04 /* CRC16. */
249#define TPC_RTS 0x02 /* RTS. */
250#define TPC_CRC 0x01 /* CRC Enable. */
251
31
32/*
33 * Channel B control: 0
34 * Channel B data: 1
35 * Channel A control: 2
36 * Channel A data: 3
37 *
38 * We expect a seperate subregion for each channel.

--- 205 unchanged lines hidden (view full) ---

244#define TPC_TB7 0x20 /* 7 databits. */
245#define TPC_TB5 0x00 /* 5 or fewer databits. */
246#define TPC_BRK 0x10 /* Send break. */
247#define TPC_TXE 0x08 /* Transmitter Enable. */
248#define TPC_CRC16 0x04 /* CRC16. */
249#define TPC_RTS 0x02 /* RTS. */
250#define TPC_CRC 0x01 /* CRC Enable. */
251
252#endif /* _DEV_UART_DEV_Z8530_H_ */
252#endif /* _DEV_IC_Z8530_H_ */