fc.4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 104 行

4
104
字号
.TH fc 4 VAX.SH Namefc \- VAXstation serial line interface.SH Syntax.B "device fc0 at ibus?  flags 0x0f vector fcxrint".SH Description.NXS "fc interface" "VAXstation serial line interface".NXR "VAXstation serial line interface"This serial line interface is similar tothe DZQ11 four-line communications multiplexer.An .PN fc interface provides four communication ports with partial modem controlon port 2, adequate for dialup use.Only port 2 supports modem control (dialup access),all other ports must be operated as local lines.Each line attached to the serial line controllerbehaves as described in.MS tty 4and may be set to run at any of 16 speeds. For the encoding, see.MS tty 4 .However, configuration requirements dictate fixed speedoperation of ports connected to the console terminal andgraphics devices..PPThe .PN fc ports are configured as follows:.PP.nf\fBPort\fR      \fBUsage\fR.br0         Graphics device keyboard at 9600 BPS1         Mouse or tablet at 4800 BPS2         Communications (with modem control)/local terminal3         Serial printer port at 9600 BPS.fi.PPA diagnostic console terminalmay be connected to port 3.When the diagnostic console is in use,the processor may be halted by pressing the BREAK key.The selection of which port to use for the consoleis made during the processor's power on sequenceand cannot be changed after power on.If the Low End Graphics Subsystem (LEGSS) console is present,it will be used;otherwise the device connected to port 3 will be the console..PPFor the .PN fc device,the flags should always be specified as ``flags 0x0f''(all 4 lines hardwired).The state of port 2 may be established by specifying eithermodem or nomodem as part of the .PN /etc/ttys file entry for tty02;see.MS ttys 5 .The default state of port 2 may be controlled byflags bit 2.Set ``flags 0x0f'' for a hardwired line,``flags 0x0b'' for dialup operation (wait for carrier)..PPThe .PN fc driver operates in interrupt-per-character mode(all pending characters are flushed from the silo on each interrupt).Silo alarm mode is used by the DZQ11 driver at times of high inputcharacter traffic.  This mode is not used by the .PN fc driver,due to the need to track mouse or tablet position changesin real time..SH RestrictionsSpeed must be set to 9600 BPS on the console port, 9600 BPS onthe keyboard port, and 4800 BPS on the mouse port.The fc driver enforces this restriction; that is, changing speeds with the stty command maynot always work on these ports..SH Diagnosticsfc0: input silo overflow.brThe 64-character input silo overflowedbefore it could be serviced.  This can happen if a hard error occurswhen the CPU is running with elevated priority, as the system willthen print a message on the console with interrupts disabled..SH Files.nf.DT/dev/console	console terminal or graphics device/dev/tty00	not used/dev/tty01	local terminal - multiuser configuration only/dev/tty02	dialup or local terminal/dev/tty03	printer port or local terminal/dev/mouse	mouse or tablet - workstation configuration only/dev/fcscreen	console message window for workstations.fi.SH See Alsoconsole(4), devio(4), tty(4), ttys(5), MAKEDEV(8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?