CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2010/03/16 16:48:43

Modified files:
        sys/dev/pci    : if_em.c if_ix.c 

Log message:
Set rx_ndescs to zero when initializing the rx ring.  Otherwise we'll
effectively lose receive descriptors each time we reset the interface, until
we run out of descriptors and panic.  Should fix the "em_rxeof: NULL mbuf in
slot 0 (nrx 256, filled 255)" panic on em(4).

ok jsing@ (for the em(4) bits), jsg@

Reply via email to