OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Sun Jul 02 2006 - 21:28:40 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2006/07/02 20:28:39

Modified files:
        sys/dev/ic : re.c rtl81x9reg.h

Log message:
- re_attach(): Use bus_dma* directly instead of calling re_allocmem().
- re_attach(): Free bus_dma* resources if attach fails.
- re_newbuf(): Remove unnecessary error check.
- re_encap(): Better error handling.
- re_start(): Drop the packet if there are not enough TX descriptors.

From NetBSD