diff options
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/if_fe.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 6013873cc62..f33096edd26 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.54 2005/01/15 05:24:11 brad Exp $ */ +/* $OpenBSD: if_ed.c,v 1.55 2005/04/03 10:20:47 brad Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -2518,7 +2518,7 @@ edioctl(ifp, cmd, data) /* * Retreive packet from shared memory and send to the next level up via - * ether_input(). If there is a BPF listener, give a copy to BPF, too. + * ether_input_mbuf(). If there is a BPF listener, give a copy to BPF, too. */ void edread(sc, buf, len) diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index 5057ac94e13..1441ab991f6 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.22 2005/02/17 19:05:36 miod Exp $ */ +/* $OpenBSD: if_fe.c,v 1.23 2005/04/03 10:20:47 brad Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -1995,7 +1995,7 @@ fe_ioctl(ifp, command, data) /* * Retreive packet from receive buffer and send to the next level up via - * ether_input(). If there is a BPF listener, give a copy to BPF, too. + * ether_input_mbuf(). If there is a BPF listener, give a copy to BPF, too. * Returns 0 if success, -1 if error (i.e., mbuf allocation failure). */ int |