Deleted Added
full compact
23c23
< * $Id: if_ed.c,v 2.14 1993/11/22 10:55:30 davidg Exp davidg $
---
> * $Id: if_ed.c,v 1.23 1993/11/22 11:08:14 davidg Exp $
188,189c188,197
< int ed_attach(), ed_init(), edintr(), ed_ioctl(), ed_probe(),
< ed_start(), ed_reset(), ed_watchdog();
---
> int ed_attach(struct isa_device *);
> void ed_init(int);
> void edintr(int);
> int ed_ioctl(struct ifnet *, int, caddr_t);
> int ed_probe(struct isa_device *);
> void ed_start(struct ifnet *);
> void ed_reset(int, int);
> void ed_watchdog(int);
> static void ed_get_packet(struct ed_softc *, char *, int /*u_short*/);
> static void ed_stop(int);
191,192d198
< static void ed_stop();
<
1116c1122
<
---
> return 1;
1122,1123c1128,1129
< int
< ed_reset(unit)
---
> void
> ed_reset(unit, uban)
1124a1131
> int uban; /* XXX */
1170c1177
< int
---
> void
1179c1186
< ed_reset(unit);
---
> ed_reset(unit, 0);
1184a1192
> void
1413c1421
< int
---
> void
1669c1677
< ed_reset(unit);
---
> ed_reset(unit, 0);
1711c1719
< int
---
> void
1834c1842
< ed_reset(unit);
---
> ed_reset(unit, 0);
2056a2065
> static void
2063c2072
< struct mbuf *m, *head, *ed_ring_to_mbuf();
---
> struct mbuf *m, *head = 0, *ed_ring_to_mbuf();
2384c2393
< ed_reset(sc->arpcom.ac_if.if_unit);
---
> ed_reset(sc->arpcom.ac_if.if_unit, 0);