Date: Sun, 23 May 2004 14:05:08 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_rl.c if_sis.c if_ste.c src/sys/dev/fxp if_fxp.c src/sys/dev/nge if_nge.c src/sys/dev/re if_re.c Message-ID: <200405232105.i4NL58vw082762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2004/05/23 14:05:08 PDT FreeBSD src repository Modified files: sys/pci if_dc.c if_rl.c if_sis.c if_ste.c sys/dev/fxp if_fxp.c sys/dev/nge if_nge.c sys/dev/re if_re.c Log: A handler for ioctl(SIOCSIFCAP) should not alter a bit in if_capenable unless the interface driver is actually able to toggle the respective capability on and off. Reviewed by: ru Revision Changes Path 1.207 +2 -1 src/sys/dev/fxp/if_fxp.c 1.61 +2 -1 src/sys/dev/nge/if_nge.c 1.22 +3 -1 src/sys/dev/re/if_re.c 1.143 +2 -1 src/sys/pci/if_dc.c 1.136 +2 -1 src/sys/pci/if_rl.c 1.98 +2 -1 src/sys/pci/if_sis.c 1.73 +2 -1 src/sys/pci/if_ste.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232105.i4NL58vw082762>