:I have a BookPC with a built in Davi Comm 10/100 ethernet card.
:
:I am always getting
:
:/kernel: dc0: watchdog timeout
:
:every few minutes..
:
:Can thease errors be stopped?
:
:
:Thank you for any reply
:
:RP
:[EMAIL PROTECTED]

    If you've got a kernel build environment setup, try the following
    patch to if_dc (suggested to me by Bill Paul a few months ago).  I
    would be interested in knowing if it reduces the number of wdog 
    timeouts you get.  It seems to help mine.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>

Index: if_dc.c
===================================================================
RCS file: /home/ncvs/src/sys/pci/if_dc.c,v
retrieving revision 1.7
diff -u -r1.7 if_dc.c
--- if_dc.c     2000/01/24 17:19:37     1.7
+++ if_dc.c     2000/01/26 23:27:20
@@ -1548,7 +1548,7 @@
                break;
        case DC_DEVICEID_82C115:
                sc->dc_type = DC_TYPE_PNICII;
-               sc->dc_flags |= DC_TX_POLL|DC_TX_USE_TX_INTR;
+               sc->dc_flags |= DC_TX_POLL|DC_TX_INTR_ALWAYS;
                break;
        case DC_DEVICEID_82C168:
                sc->dc_type = DC_TYPE_PNIC;


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to