NOVA User-Level Environment  Version testbox/changed-memory-timing-317-g320d8b5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hostserial.cc File Reference

HostSerial driver. More...

Classes

class  HostSerial
 A 16550 serial port driver. More...

Functions

 PARAM_HANDLER (hostserial,"hostserial:hostdevnr,hostiobase,hostirq,speed=115200,lcr=3 - provide an in+output backend from the host serial port.","Example: 'hostserial:0x4711,0x3f8,4,115200,3'.","If no iobase is given, the first serial port from the BIOS is used.","The lcr is used to define word-length, length of stop-bit and parity.","See the LCR encoding of the 16550. The default is lcr=3, which means 8N1.","The output is received from hostdevnr+1.")

Detailed Description

HostSerial driver.

Copyright (C) 2007-2009, Bernhard Kauer bk@vm.nosp@m.mon..nosp@m.org Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.

Function Documentation

PARAM_HANDLER ( hostserial  ,
"hostserial:hostdevnr  ,
hostiobase  ,
hostirq  ,
speed  = 115200,
lcr  = 3 - provide an in+output backend from the host serial port.", "Example:   'hostserial:0x4711,
0x3f8  ,
,
115200  ,
3'."  ,
"If no iobase is  given,
the first serial port from the BIOS is used."  ,
"The lcr is used to define word-  length,
length of stop-bit and parity."  ,
"See the LCR encoding of the 16550. The default is  lcr = 3,
which means 8N1."  ,
"The output is received from hostdevnr+1."   
)