Bring code into line with comment and ensure
authorkrw <krw@openbsd.org>
Mon, 3 Apr 2000 00:04:01 +0000 (00:04 +0000)
committerkrw <krw@openbsd.org>
Mon, 3 Apr 2000 00:04:01 +0000 (00:04 +0000)
commit16db48d2fca6b72705cce71da960cd9563a953f3
tree9a58c82c5b7550ed98e22284e1254c0828654c8c
parentdfb9bd9fbff736e49646d8b0e0d5878dd4eeb866
Bring code into line with comment and ensure
that carr_freelist always has a carrier on
it. This should fix a problem where carr_freelist
has become NULL and then AdvISR() attempts to
put a carrier back on the list without checking
if carr_freelist is non-NULL.

This and the previous two changes to adwlib.c
and the change committed to adw.c at the same
time were derived in whole or part from work
done by/with dante@ from NetBSD.
sys/dev/ic/adwlib.c