35 lines
935 B
C
35 lines
935 B
C
/*
|
|
* -------------------------------------------------------------
|
|
* $Revision: 1.1 $
|
|
* $Date: 1997/08/18 20:41:08 $
|
|
* -------------------------------------------------------------
|
|
* define the startech st16c1450 register set and related
|
|
* informations.
|
|
*/
|
|
|
|
#define UARTbase 0xbfbd0000
|
|
#define Uconfig 0x00000010
|
|
#define RxREADY 0x00000020
|
|
#define RDWRport 0x00000030
|
|
|
|
/*
|
|
* -------------------------------------------------------------
|
|
*
|
|
* $Log: UARTsim.h,v $
|
|
* Revision 1.1 1997/08/18 20:41:08 philw
|
|
* updated file from bonsai/patch2039 tree
|
|
*
|
|
* Revision 1.2 1996/10/31 21:51:04 kuang
|
|
* Bring Bonsai IP32 debugcard up to the level of IP32 debugcard v2.4 on Pulpwood
|
|
*
|
|
* Revision 1.1 1995/11/15 00:41:10 kuang
|
|
* initial checkin
|
|
*
|
|
* Revision 1.1 1995/11/14 22:47:12 kuang
|
|
* Initial revision
|
|
*
|
|
* -------------------------------------------------------------
|
|
*/
|
|
|
|
/* END OF FILE */
|