diff options
author | 2015-04-01 13:35:32 +0000 | |
---|---|---|
committer | 2015-04-01 13:35:32 +0000 | |
commit | 747f8d37f152d15892f276e16593a6dc56f621e9 (patch) | |
tree | 6c25422a5800f01674f0b7e1ef13e199e145eb95 | |
parent | Let man(1) and apropos(1) work even when the current directory (diff) | |
download | wireguard-openbsd-747f8d37f152d15892f276e16593a6dc56f621e9.tar.xz wireguard-openbsd-747f8d37f152d15892f276e16593a6dc56f621e9.zip |
Remove annoying comment mentionning ether_output().
-rw-r--r-- | sys/dev/pci/if_de.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index 1d6a13aebd9..3d0236d767e 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.118 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_de.c,v 1.119 2015/04/01 13:35:32 mpi Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -4218,9 +4218,6 @@ tulip_ifioctl(struct ifnet * ifp, u_long cmd, caddr_t data) * the modification becomes a bit complicated since tulip_txput() might * copy and modify the mbuf passed. */ -/* - * These routines gets called at device spl (from ether_output). - */ void tulip_ifstart(struct ifnet * const ifp) |