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: Reyk Floeter (reykcvs.openbsd.org)
Date: Fri May 04 2007 - 20:54:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2007/05/04 19:54:02

Modified files:
        sys/dev/pci : if_nx.c if_nxreg.h

Log message:
allocate dma memory, setup rx/tx/status rings, initialize the ring
context, and enable interrupts. it is not yet ready - i still need to
implement the rx/tx handlers, handle the producer/consumer ids, and
make it work.