Date: Tue, 17 Feb 2009 16:02:46 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188719 - head/sys/dev/tsec Message-ID: <200902171602.n1HG2kme020239@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: raj Date: Tue Feb 17 16:02:45 2009 New Revision: 188719 URL: http://svn.freebsd.org/changeset/base/188719 Log: tsec(4) cosmetics. Modified: head/sys/dev/tsec/if_tsec.c Modified: head/sys/dev/tsec/if_tsec.c ============================================================================== --- head/sys/dev/tsec/if_tsec.c Tue Feb 17 15:59:27 2009 (r188718) +++ head/sys/dev/tsec/if_tsec.c Tue Feb 17 16:02:45 2009 (r188719) @@ -968,7 +968,7 @@ tsec_ioctl(struct ifnet *ifp, u_long com } } #endif - break; + break; default: error = ether_ioctl(ifp, command, data); @@ -1710,7 +1710,6 @@ tsec_add_sysctls(struct tsec_softc *sc) * 100 Mbps, or 1Gbps, respectively. For detailed discussion consult the * TSEC reference manual. */ - static int tsec_sysctl_ic_time(SYSCTL_HANDLER_ARGS) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902171602.n1HG2kme020239>