summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/isa/if_isaed.c
AgeCommit message (Collapse)Author
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-05Avoid odd aligned 16-bit entities for mips sakeNiklas Hallqvist
1996-10-04Two functions collide with the Zorro if_ed driverNiklas Hallqvist
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
1996-08-03Bring in last change from dev/isa/if_ed.cNiklas Hallqvist
1996-06-02Updated to NetBSD 1.100 if_ed.c, and -Wall cleanupNiklas Hallqvist
1996-05-28update the isaed driver to better reflect the current MI ed oneNiklas Hallqvist
1996-05-09From 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-05add 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-02Check (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-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist
1996-02-27Adapt to our isa_intr_establish interfaceNiklas Hallqvist
1996-02-26Initial checkin of the Amiga ISA-kitNiklas Hallqvist