|  | >>Customer runs UNIX V32.C or UNIX V4.0A on alphastations 255/300
>>with DEFTA-DA (but maybe it is DEFPA ?).
It would be a DEFPA-DA.
>>Customer noticed that UNIX boot is 25 seconds slower than usual if the cables
>>are deconnected from the FDDI interface. At the kernel level the interface
>>is seen as potentialy usable, as there is an IP address on it.
I believe the console firmware tries to go out on the network device during
boot.  I don't know if the UNIX driver does the same thing.  Anyway, I would
tell the customer not to be concerned over this.
/l
 | 
|  | Thank you very much for your input
>I believe the console firmware tries to go out on the network device during
>boot.
should I ask the platform specific notesfile to have a definitive answer,
or do you mean this is it ?
I understand that low level FDDI operations (LCT, Recovery, Framing error,
etc..) is done directly by the hardware (board), so even before UNIX starts,
it could already try several times itself.
>I don't know if the UNIX driver does the same thing.
I think so. UNIX would say in this case something like "No link" 
>Anyway, I would tell the customer not to be concerned over this.
Unfortunately, they request a written answer.
Regards
 | 
|  | >>>I believe the console firmware tries to go out on the network device during
>>>boot.
>>
>>should I ask the platform specific notesfile to have a definitive answer,
>>or do you mean this is it ?
You should check the platform specific notesfile.  Perhaps the console
engineers could tell you what happens if they detect a DEFPA, but the link
isn't up.  Perhaps their timeout rate is long, but configurable.  I don't know.
>>I understand that low level FDDI operations (LCT, Recovery, Framing error,
>>etc..) is done directly by the hardware (board), so even before UNIX starts,
>>it could already try several times itself.
The board powers up in DMA_UNAVAILABLE state.  In this state it doesn't do much
of anything.  Some host-based driver must configure a number of registers and
issue a series of commands to get the adapter into the
LINK_UNAVAILABLE/LINK_AVAILABLE states.  It is in these states that the green
LED comes on and if the cable is disconnected, the constant blinking green LED
occurs.
Note that I said "some host-based driver".  The console firmware certainly has
a DEFPA driver to support network boots.  The DIGITAL UNIX kernel contains
a different DEFPA driver to support normal network operations under UNIX.  It's
possible that either or both environments are timing out trying to perform some
network connection that isn't happening.
-Larry
 |