Changeset b406ad20 in rtems
- Timestamp:
- 10/01/99 17:35:36 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a25f702
- Parents:
- 3cad2919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bsp_howto/console.t
r3cad2919 rb406ad20 69 69 type @code{man termios} on a Unix box or point a web browser 70 70 at 71 @ifset use-html 72 @href{http://www.freebsd.org/cgi/man.cgi,,,http://www.freebsd.org/cgi/man.cgi}. 73 @end ifset 74 @ifclear use-html 75 @code{http://www.freebsd.org/cgi/man.cgi}. 76 @end ifclear 71 @uref{http://www.freebsd.org/cgi/man.cgi}. 77 72 78 73 @section Driver Functioning Modes … … 164 159 on the serial line 165 160 @} 161 return 0 166 162 @} 167 163 @end group … … 233 229 static int InterruptWrite(int minor, const char *buf, int len) 234 230 @{ 235 tell the UART to transmit len characters from buf 231 tell the UART to transmit len characters from buf 232 return 0 236 233 @} 237 234 @end example
Note: See TracChangeset
for help on using the changeset viewer.