Date: Thu, 13 Nov 2003 12:55:54 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/ed if_ed.c src/sys/dev/fe if_fe.c src/sys/dev/lge if_lge.c src/sys/dev/lnc if_lnc.c src/sys/dev/my if_my.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c src/sys/dev/sn if_sn.c src/sys/dev/tx ... Message-ID: <200311132055.hADKtsse054341@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/11/13 12:55:54 PST FreeBSD src repository Modified files: sys/dev/bge if_bge.c sys/dev/ed if_ed.c sys/dev/fe if_fe.c sys/dev/lge if_lge.c sys/dev/lnc if_lnc.c sys/dev/my if_my.c sys/dev/nge if_nge.c sys/dev/re if_re.c sys/dev/sn if_sn.c sys/dev/tx if_tx.c sys/dev/usb if_aue.c if_axe.c if_cue.c if_rue.c sys/dev/wl if_wl.c sys/dev/xe if_xe.c sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Try to create some sort of consistency in how the routings to find the multicast hash are written. There are still two distinct algorithms used, and there actually isn't any reason each driver should have its own copy of this function as they could all share one copy of it (if it grew an additional argument). Revision Changes Path 1.59 +6 -4 src/sys/dev/bge/if_bge.c 1.222 +11 -13 src/sys/dev/ed/if_ed.c 1.79 +14 -16 src/sys/dev/fe/if_fe.c 1.25 +10 -13 src/sys/dev/lge/if_lge.c 1.99 +14 -14 src/sys/dev/lnc/if_lnc.c 1.20 +9 -11 src/sys/dev/my/if_my.c 1.50 +10 -13 src/sys/dev/nge/if_nge.c 1.13 +11 -13 src/sys/dev/re/if_re.c 1.32 +16 -15 src/sys/dev/sn/if_sn.c 1.78 +9 -12 src/sys/dev/tx/if_tx.c 1.75 +7 -5 src/sys/dev/usb/if_aue.c 1.9 +9 -17 src/sys/dev/usb/if_axe.c 1.42 +8 -6 src/sys/dev/usb/if_cue.c 1.7 +10 -12 src/sys/dev/usb/if_rue.c 1.56 +4 -5 src/sys/dev/wl/if_wl.c 1.45 +28 -27 src/sys/dev/xe/if_xe.c 1.132 +23 -20 src/sys/pci/if_dc.c 1.50 +7 -5 src/sys/pci/if_pcn.c 1.123 +12 -14 src/sys/pci/if_rl.c 1.61 +10 -12 src/sys/pci/if_sf.c 1.88 +10 -11 src/sys/pci/if_sis.c 1.69 +8 -6 src/sys/pci/if_sk.c 1.57 +11 -13 src/sys/pci/if_ste.c 1.86 +6 -6 src/sys/pci/if_tl.c 1.75 +12 -13 src/sys/pci/if_vr.c 1.64 +12 -13 src/sys/pci/if_wb.c 1.159 +12 -13 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311132055.hADKtsse054341>