Date: Fri, 2 Jul 2004 12:16:02 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bfe if_bfe.c src/sys/dev/em if_em.c src/sys/dev/fxp if_fxp.c src/sys/dev/lnc if_lnc.c src/sys/net if_tun.c src/sys/pci if_de.c if_rl.c if_sis.c if_xl.c Message-ID: <200407021216.i62CG2uK024832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-07-02 12:16:02 UTC FreeBSD src repository Modified files: sys/dev/bfe if_bfe.c sys/dev/em if_em.c sys/dev/fxp if_fxp.c sys/dev/lnc if_lnc.c sys/net if_tun.c sys/pci if_de.c if_rl.c if_sis.c if_xl.c Log: Bring in the first chunk of altq driver modifications. This covers the following drivers: bfe(4), em(4), fxp(4), lnc(4), tun(4), de(4) rl(4), sis(4) and xl(4) More patches are pending on: http://peoples.freebsd.org/~mlaier/ Please take a look and tell me if "your" driver is missing, so I can fix this. Tested-by: many No-objection: -current, -net Revision Changes Path 1.14 +6 -4 src/sys/dev/bfe/if_bfe.c 1.44 +8 -6 src/sys/dev/em/if_em.c 1.216 +9 -4 src/sys/dev/fxp/if_fxp.c 1.109 +4 -2 src/sys/dev/lnc/if_lnc.c 1.143 +30 -7 src/sys/net/if_tun.c 1.155 +14 -9 src/sys/pci/if_de.c 1.141 +6 -4 src/sys/pci/if_rl.c 1.103 +9 -7 src/sys/pci/if_sis.c 1.173 +8 -6 src/sys/pci/if_xl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407021216.i62CG2uK024832>