Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-03 | Bring in last change from dev/isa/if_ed.c | Niklas Hallqvist | |
1996-06-02 | Updated to NetBSD 1.100 if_ed.c, and -Wall cleanup | Niklas Hallqvist | |
1996-05-28 | update the isaed driver to better reflect the current MI ed one | Niklas Hallqvist | |
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-02 | Check (once again) the packet length against MCLBYTES always. | Niklas Hallqvist | |
MCLBYTES has recently been raised to >ETHER_MAX_LEN so that is not a problem anymore. The former code could result in memory corruption. | |||
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-02-27 | Adapt to our isa_intr_establish interface | Niklas Hallqvist | |
1996-02-26 | Initial checkin of the Amiga ISA-kit | Niklas Hallqvist | |