4.104.114.84.95
Last change
on this file since d55af6d was
d55af6d,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 15:38:47
|
Now using libchip instead of local precursor to libchip. Untested.
|
-
Property mode set to
100644
|
File size:
977 bytes
|
Line | |
---|
1 | /* |
---|
2 | * This file contains the TTY driver table definition for the PPCn_60x |
---|
3 | * |
---|
4 | * This driver uses the termios pseudo driver. |
---|
5 | * |
---|
6 | * COPYRIGHT (c) 1998 by Radstone Technology |
---|
7 | * |
---|
8 | * |
---|
9 | * THIS FILE IS PROVIDED TO YOU, THE USER, "AS IS", WITHOUT WARRANTY OF ANY |
---|
10 | * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE |
---|
11 | * IMPLIED WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK |
---|
12 | * AS TO THE QUALITY AND PERFORMANCE OF ALL CODE IN THIS FILE IS WITH YOU. |
---|
13 | * |
---|
14 | * You are hereby granted permission to use, copy, modify, and distribute |
---|
15 | * this file, provided that this notice, plus the above copyright notice |
---|
16 | * and disclaimer, appears in all copies. Radstone Technology will provide |
---|
17 | * no support for this code. |
---|
18 | * |
---|
19 | * $Id$ |
---|
20 | */ |
---|
21 | |
---|
22 | #include <ringbuf.h> |
---|
23 | #include <libchip/serial.h> |
---|
24 | #include <libchip/ns16550.h> |
---|
25 | #include <libchip/z85c30.h> |
---|
26 | |
---|
27 | extern console_tbl Console_Port_Tbl[]; |
---|
28 | extern console_data Console_Port_Data[]; |
---|
29 | extern unsigned long Console_Port_Count; |
---|
Note: See
TracBrowser
for help on using the repository browser.