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: David Gwynne (dlgcvs.openbsd.org)
Date: Wed May 16 2007 - 04:27:44 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2007/05/16 03:27:44

Modified files:
        sys/dev/pci : if_tht.c

Log message:
add support for multicast addresses. this adds the add/del multi handlers
to the ioctl, and programs the multicast filter in tht_iff.

we are not using the perfect multicast filters, only the imperfect one. i
think there is a requirement that addresses in the perfect filter be in
order, but im not sure how to do that nicely (yet).

this has taken a long time because i dont know how to write c.