CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/03/29 20:38:54
Modified files: sys/dev/pci : if_bnx.c Log message: switch to MCLGETI. this conversion is the easiest ive done so far. the mbuf allocation wrapper in the driver already had code to handle a failing cluster allocator as part of a test harness, now we test that code all the time with MCLGETI. ok kettenis@ tested by phessler@