summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/isa
AgeCommit message (Collapse)Author
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-25cold is in systm nowMichael Shalayeff
2000-05-28Disable cross for UVM until I figure out what the #$%&! is happening in here.Artur Grabowski
1999-03-05Add forgotten file, espie@ has checked it compilesNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1998-10-05Obsoleted by new ISA drivers, finallyNiklas Hallqvist
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-03-01GCC 2.8 -WallNiklas Hallqvist
1998-01-07Dummy PnP support until I get to fix it properlyNiklas Hallqvist
1997-09-09KNF return nitsNiklas Hallqvist
1997-09-09Make the bus_addr_t shift amount in addr calculations dynamicNiklas Hallqvist
1997-03-2164-bit clean. if_ed.c now works on alpha.Niklas Hallqvist
1997-02-21We do not use the rsr fieldNiklas Hallqvist
1997-01-05First stab at making a VM-controlled bankswitching driverNiklas Hallqvist
for the CrossLink driver
1997-01-04bus.h not bus.old.hNiklas 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-23added const to second parameter of cfprint_t routineskstailey
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-04Implement correct bus.h functions and our extensionsNiklas Hallqvist
1996-08-03Bring in last change from dev/isa/if_ed.cNiklas Hallqvist
1996-06-04Cleanup for -Wall & -Wstrict-prototypesNiklas 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-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
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