diff options
Diffstat (limited to 'sys/dev/isa/if_ed.c')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 |
1 files changed, 2 insertions, 2 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) |