NS3000/iX Error Messages Reference Manual (36923-90041)

266 Chapter16
100VG-AnyLAN and 100Base-T Error Messages
SDI Driver Specific Status Values
If a duplicate address is in the table already, either an attempt has been
made to start the same subsystem twice, or a previous instance of that
subsystem did not properly shut down; a system reboot may be required
to shut it. Otherwise there could be a driver bug, if two protocols are
truly different but the driver thinks they are the same. Shut down the
network and restart it. If the problem happens every time, see
Appendix A, “Submitting an SR.
MESSAGE: Driver encountered a software problem.
8450 CLAS0001 CAUSE: The driver received a bind (rendezvous) from an upper layer
protocol module and added it to driver tables, but encountered an error
trying to obtain a block of buffers from that protocol’s inbound buffer
pool (“Cause”= 32-bit status from the call to
vg_isr_fill_buf_cache). Most likely a serious, unexpected Buffer
Manager error was reported on a call to bmgr_get_buffer, which was
not one of the expected, legal errors the driver is designed to handle.
ACTION: This problem most likely occurred while starting a new
network subsystem. Attempt to determine which subsystem was being
started when the error occurred and, if possible, which upper layer
protocol was binding.
The bind failed. The driver logged the error, then attempted to clean up,
send an error reply message back to the protocol module, and continue.
There may be something wrong with the buffer pool or Buffer Manager,
system memory may be low, or there may be a driver bug. Shut down
the network and restart it. If the problem happens every time, see
Appendix A, “Submitting an SR.
MESSAGE: Subsystem is binding to link driver.
8480 CLAS0003 CAUSE: An upper layer protocol has successfully bound (rendezvoused)
to the link driver (“Addr”= 32-bit encoded protocol address (SAP) value
for this protocol module). Being bound means the driver can now route
incoming data frames to this protocol.
ACTION: None. This is an informational message only. A similar
message is logged later, when the protocol unbinds. If this is the first
bind, the link driver will now attempt to reconnect the link.
MESSAGE: Driver encountered a software problem.
8510 CLAS0001 CAUSE: While beginning a driver start or restart operation, the driver
tried to set the heartbeat timer, but encountered an error (“Cause”=
32-bit status from the call to vg_start_timer). This timer was to be
used to periodically awaken the driver so it could verify card health; the
driver cannot start if a PHY timer cannot be started. If this error is
reported, it is because the driver has already encountered some other
error.