CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/11/05 13:05:39
Modified files: sys/dev/pci : if_oce.c if_ocereg.h if_ocevar.h Log message: Steal SIMPLEQ-based packet descriptor managing code from myx(4) to simplify a whole bunch of things. And despite this being the main purpose of the commit I'm also sneaking in loads of minor and unrelated cleanup since separating it out would be just too much work. Enjoy!