xref: /csrg-svn/share/man/man4/man4.vax/hy.4 (revision 61599)
1*61599Sbostic.\" Copyright (c) 1983, 1991, 1993
2*61599Sbostic.\"	The Regents of the University of California.  All rights reserved.
320718Smckusick.\"
443582Strent.\" %sccs.include.redist.man%
520718Smckusick.\"
6*61599Sbostic.\"     @(#)hy.4	8.1 (Berkeley) 06/05/93
736756Sbostic.\"
847674Scael.Dd
947674Scael.Dt HY 4 vax
1047674Scael.Os BSD 4.2
1147674Scael.Sh NAME
1247674Scael.Nm hy
1347674Scael.Nd Network Systems Hyperchannel interface
1447674Scael.Sh SYNOPSIS
1547674Scael.Cd "device hy0 at uba0 csr 0172410 vector hyint"
1647674Scael.Sh DESCRIPTION
1720718SmckusickThe
1847674Scael.Nm hy
1920718Smckusickinterface provides access to a Network
2020718SmckusickSystems Corporation Hyperchannel Adapter.
2147674Scael.Pp
2220718SmckusickThe network to which the interface is attached
2347674Scaelis specified at boot time with an
2447674Scael.Dv SIOCSIFADDR
2547674Scael.Xr ioctl 2 .
2620718SmckusickThe host's address is discovered by reading the adapter status
2720718Smckusickregister.  The interface will not transmit or receive
2820718Smckusickpackets until the network number is known.
2947674Scael.Sh DIAGNOSTICS
3047674Scael.Bl -diag
3147674Scael.It "hy%d: unit number 0x%x port %d type %x microcode level 0x%x."
3220718SmckusickIdentifies the device during autoconfiguration.
3347674Scael.Pp
3447674Scael.It hy%d: can't handle af%d.
3547674ScaelThe interface was handed
3620718Smckusicka message with addresses formatted in an unsuitable address
3720718Smckusickfamily; the packet was dropped.
3847674Scael.Pp
3947674Scael.It hy%d: can't initialize.
4047674ScaelThe interface was unable to allocate
4147674Scael.Tn UNIBUS
4247674Scaelresources. This
4320718Smckusickis usually due to having too many network devices on an 11/750
4420718Smckusickwhere there are only 3 buffered data paths.
4547674Scael.Pp
4647674Scael.It hy%d: NEX - Non Existent Memory.
4720718SmckusickNon existent memory error returned from hardware.
4847674Scael.Pp
4947674Scael.It hy%d:  BAR overflow.
5047674ScaelBus address register
5120718Smckusickoverflow error returned from hardware.
5247674Scael.Pp
5347674Scael.It hy%d: Power Off bit set, trying to reset.
5420718SmckusickAdapter has lost power, driver will reset the bit
5520718Smckusickand see if power is still out in the adapter.
5647674Scael.Pp
5747674Scael.It hy%d: Power Off Error, network shutdown.
5820718SmckusickPower was really off in the adapter, network
5920718Smckusickconnections are dropped.
6020718SmckusickSoftware does not shut down the network unless
6120718Smckusickpower has been off for a while.
6247674Scael.Pp
6347674Scael.It hy%d: RECVD MP > MPSIZE (%d).
6420718SmckusickA message proper was received that is too big.
6520718SmckusickProbable a driver bug.
6620718SmckusickShouldn't happen.
6747674Scael.Pp
6847674Scael.It "hy%d: xmit error \- len > hy_olen [%d > %d]."
6920718SmckusickProbable driver error.
7020718SmckusickShouldn't happen.
7147674Scael.Pp
7247674Scael.It hy%d: DRIVER BUG \- INVALID STATE %d.
7320718SmckusickThe driver state machine reached a non-existent state.
7420718SmckusickDefinite driver bug.
7547674Scael.Pp
7647674Scael.It hy%d: watchdog timer expired.
7720718SmckusickA command in the adapter has taken too long to complete.
7820718SmckusickDriver will abort and retry the command.
7947674Scael.Pp
8047674Scael.It hy%d: adapter power restored.
8120718SmckusickSoftware was able to reset the power off bit,
8220718Smckusickindicating that the power has been restored.
8347674Scael.El
8447674Scael.Sh SEE ALSO
8547674Scael.Xr netintro 4 ,
8647674Scael.Xr inet 4
8747674Scael.Sh HISTORY
8847674ScaelThe
8947674Scael.Nm
9047674Scaelinterface appeared in
9147674Scael.Bx 4.2 .
9247674Scael.Sh BUGS
9320718SmckusickIf the adapter does not respond to the status command
9420718Smckusickissued during autoconfigure, the adapter is assumed down.
9520718SmckusickA reboot is required to recognize it.
9647674Scael.Pp
9720718SmckusickThe adapter power fail interrupt seems to occur
9820718Smckusicksporadically when power has, in fact, not failed.
9920718SmckusickThe driver will believe that power has failed
10020718Smckusickonly if it can not reset the power fail latch after
10147674Scaela
10247674Scael.Dq reasonable
10347674Scaeltime interval.
10420718SmckusickThese seem to appear about 2-4 times a day on some machines.
10520718SmckusickThere seems to be no correlation with adapter
10620718Smckusickrev level, number of ports used etc. and whether a
10747674Scaelmachine will get these
10847674Scael.Dq bogus powerfails .
10920718SmckusickThey don't seem to cause any real problems so they have
11020718Smckusickbeen ignored.
111