CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2011/07/07 13:09:10
Modified files: sys/dev/pci : if_san_xilinx.c Log message: i NEVER NEVER NEVER want to see ifqueue->ifq_len = anything. sorry, that is horrid and must be wrong. now in this case it is actually harmless - but setting them to 0 just after having malloc'd it with M_ZERO is pointless to begin with. ok claudio