Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mjacob
Sat Jul 18 14:10:16 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv27466

Modified Files:
        isp.c 
Log Message:
Locking is now in the outer framework for isp_init/isp_reset- this allows
us to call isp_reset/isp_init internally with impunity.

Rename isp_phoenix to isp_restart and make it global. Clean it up a tad.

If we get an ASYNC_SYSTEM_ERROR code in isp_intr, call isp_restart and
return- the f/w is toasted at this point (usually), so we have to bring
things back to a known state.

In isp_mboxcmd, when we don't see the HOST_INT bit go clear, try and
find out if the isp is trying to tell us something and try again. This
may avoid a potential deadlock where the previous mailbox command hasn't
been cleared by the ISP.

In isp_init don't try and get device parameters if we already have them-
this typically doesn't work if we're in the middle of an isp_restart.



frueauf
Sat Jul 18 14:19:44 PDT 1998
Update of /cvsroot/pkgsrc/mail/fetchmail
In directory nb00:/tmp/cvs-serv27713

Modified Files:
        Makefile 
Log Message:
Update fetchmail to 4.5.2.


frueauf
Sat Jul 18 14:19:44 PDT 1998
Update of /cvsroot/pkgsrc/mail/fetchmail/files
In directory nb00:/tmp/cvs-serv27713/files

Modified Files:
        md5 
Log Message:
Update fetchmail to 4.5.2.




Home | Main Index | Thread Index | Old Index