summaryrefslogtreecommitdiff
path: root/sys/dev/tsec
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2009-02-17 16:02:45 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2009-02-17 16:02:45 +0000
commitfb20e2aeac104f5f5d9568f96093b097880a1923 (patch)
tree33c090df98beca1bd439d39500ac668bab125da6 /sys/dev/tsec
parent371bf7cc81a1576455b21830e12563b3c916c6cd (diff)
Notes
Diffstat (limited to 'sys/dev/tsec')
-rw-r--r--sys/dev/tsec/if_tsec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c
index eed6004a69d1..7c11229e131c 100644
--- a/sys/dev/tsec/if_tsec.c
+++ b/sys/dev/tsec/if_tsec.c
@@ -968,7 +968,7 @@ tsec_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
}
}
#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)
{