xref: /csrg-svn/share/man/man4/man4.vax/dmv.4 (revision 34726)
Copyright (c) 1988 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)dmv.4 6.1 (Berkeley) 06/13/88

DMV 4 ""
C 6
NAME
dmv - DEC DMV-11 point-to-point communications device
SYNOPSIS
"device dmv0 at uba0 csr 167000 vector dmvrint dmvxint"
DESCRIPTION
The dmv interface provides access to a point-to-point communications device which runs at up to 56 Kb/s. DMV-11's communicate using the DEC DDCMP link layer protocol.

The host's address must be specified with an SIOCSIFADDR ioctl, and the destination address specified with a SIOCSIFDSTADDR ioctl, before the interface will transmit or receive any packets.

ROUTING
The driver places a HOST entry in the kernel routing tables for the address given in the SIOCSIFDSTADDR ioctl. To use the DMV as a link between local nets, the route to the remote net must be added manually with the route (8) command, or by the use of the routing process routed (8) on each end of the link.
DIAGNOSTICS
"dmvprobe: can't start device" "dmvprobe: device init failed, bsel4=%o, bsel6=%o" The probe routine was unable to start the device.

"dmvinit: dmv%d not running" "dmvrestart: can't start device" "dmv%d: device init failed, bsel4=%o, bsel6=%o" The initialization/restart routine was unable to start the device.

"dmv%d: far end on-line" The other end of the connection has come online.

"dmv%d: far end restart" The other end of the line has restarted.

"dmv%d: bad control %o" . A bad parameter was passed to the dmvload routine.

"dmvxint: dmv%d bad rcv pkt addr 0x%x len 0x%x" A bad packet was received.

"dmv%d: bad packet address 0x%x" An input packet was received which contained a type of address unknown to the driver.

"dmvxint: dmv%d unallocated packet 0x%x" A protocol error has occured with the board.

"dmvoutput, dmv%d can't handle af%d" A packet for an unsupported address family has been sent.

"dmv%d: output timeout, bsel0=%b bsel2=%b" A device timeout occurred.

Numerous other device errors may be displayed.

SEE ALSO
dmc(4), intro(4N), inet(4F)