Deleted Added
full compact
23c23
< * $Id: if_ed.c,v 1.23 1993/11/22 11:08:14 davidg Exp $
---
> * $Id: if_ed.c,v 2.16 1993/11/29 16:55:56 davidg Exp davidg $
28a29,35
> * Revision 2.16 1993/11/29 16:55:56 davidg
> * merged in Garrett Wollman's strict prototype changes
> *
> * Revision 2.15 1993/11/29 16:32:58 davidg
> * From Thomas Sandford <t.d.g.sandford@comp.brad.ac.uk>
> * Add support for the 8013W board type
> *
188,195c195,203
< 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);
---
> 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);
>
380a389,393
> case ED_TYPE_WD8013W:
> sc->type_str = "WD8013W";
> memsize = 16384;
> isa16bit = 1;
> break;