BSD 4_3_Tahoe release
[unix-history] / usr / src / man / man4 / vax / hy.4
CommitLineData
06de2987
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
95f51977 5.\" @(#)hy.4 6.1 (Berkeley) 5/15/85
06de2987 6.\"
95f51977 7.TH HY 4 "May 15, 1985"
06de2987
KM
8.UC 5
9.SH NAME
10hy \- Network Systems Hyperchannel interface
11.SH SYNOPSIS
12.B "device hy0 at uba0 csr 0172410 vector hyint"
13.SH DESCRIPTION
14The
15.I hy
16interface provides access to a Network
17Systems Corporation Hyperchannel Adapter.
18.PP
19The network to which the interface is attached
20is specified at boot time with an SIOCSIFADDR ioctl.
21The host's address is discovered by reading the adapter status
22register. The interface will not transmit or receive
23packets until the network number is known.
24.SH DIAGNOSTICS
25\fBhy%d: unit number 0x%x port %d type %x microcode level 0x%x\fP.
26Identifies the device during autoconfiguration.
27.PP
28\fBhy%d: can't handle af%d\fP. The interface was handed
29a message with addresses formatted in an unsuitable address
30family; the packet was dropped.
31.PP
32\fBhy%d: can't initialize\fP.
33The interface was unable to allocate UNIBUS resources. This
34is usually due to having too many network devices on an 11/750
35where there are only 3 buffered data paths.
36.PP
37\fBhy%d: NEX - Non Existent Memory\fP.
38Non existent memory error returned from hardware.
39.PP
40\fBhy%d: BAR overflow\fP. Bus address register
41overflow error returned from hardware.
42.PP
43\fBhy%d: Power Off bit set, trying to reset\fP.
44Adapter has lost power, driver will reset the bit
45and see if power is still out in the adapter.
46.PP
47\fBhy%d: Power Off Error, network shutdown\fP.
48Power was really off in the adapter, network
49connections are dropped.
50Software does not shut down the network unless
51power has been off for a while.
52.PP
53\fBhy%d: RECVD MP > MPSIZE (%d)\fP.
54A message proper was received that is too big.
55Probable a driver bug.
56Shouldn't happen.
57.PP
58\fBhy%d: xmit error \- len > hy_olen [%d > %d]\fP.
59Probable driver error.
60Shouldn't happen.
61.PP
62\fBhy%d: DRIVER BUG \- INVALID STATE %d\fP.
63The driver state machine reached a non-existent state.
64Definite driver bug.
65.PP
66\fBhy%d: watchdog timer expired\fP.
67A command in the adapter has taken too long to complete.
68Driver will abort and retry the command.
69.PP
70\fBhy%d: adapter power restored\fP.
71Software was able to reset the power off bit,
72indicating that the power has been restored.
73.SH SEE ALSO
74intro(4N), inet(4F)
75.SH BUGS
76If the adapter does not respond to the status command
77issued during autoconfigure, the adapter is assumed down.
78A reboot is required to recognize it.
79.PP
80The adapter power fail interrupt seems to occur
81sporadically when power has, in fact, not failed.
82The driver will believe that power has failed
83only if it can not reset the power fail latch after
84a ``reasonable'' time interval.
85These seem to appear about 2-4 times a day on some machines.
86There seems to be no correlation with adapter
87rev level, number of ports used etc. and whether a
88machine will get these ``bogus powerfails''.
89They don't seem to cause any real problems so they have
90been ignored.