CVSROOT: /cvs Module name: src Changes by: ke...@cvs.openbsd.org 2018/08/03 00:19:15
Modified files: sys/dev/usb : if_mue.c Log message: - use memset() for for clearing hashtbl - the switch case for IFM_100_TX was the same code as for IFM_1000_T so it can be rolled into one. >From Michael W. Bombardieri