| plan 9 kernel history: overview | file list | diff list |
1999/0415/alphapc/etherif.h (diff list | history)
| 1999/0415/sys/src/9/alphapc/etherif.h:10,21 – 2001/0727/sys/src/9/alphapc/etherif.h:10,25 (short | long | prev | next) | ||
| 1999/0415 | int ctlrno; int tbdf; /* type+busno+devno+funcno */ int mbps; /* Mbps */ | |
| 2001/0727 | int minmtu; int maxmtu; | |
| 1999/0415 | uchar ea[Eaddrlen]; | |
| 2001/0727 | int encry; | |
| 1999/0415 | void (*attach)(Ether*); /* filled in by reset routine */ void (*transmit)(Ether*); void (*interrupt)(Ureg*, void*); long (*ifstat)(Ether*, void*, long, ulong); | |
| 2001/0727 | long (*ctl)(Ether*, void*, long); /* custom ctl messages */ | |
| 1999/0415 | void *ctlr; Queue* oq; | |