Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2000-05-28 | Disable cross for UVM until I figure out what the #$%&! is happening in here. | Artur Grabowski | |
1999-03-05 | Add forgotten file, espie@ has checked it compiles | Niklas Hallqvist | |
1999-01-19 | Add isa_intr_check functionality | Niklas Hallqvist | |
1998-10-05 | Obsoleted by new ISA drivers, finally | Niklas Hallqvist | |
1998-06-29 | Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code. | Jason Downs | |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-01-07 | Dummy PnP support until I get to fix it properly | Niklas Hallqvist | |
1997-09-09 | KNF return nits | Niklas Hallqvist | |
1997-09-09 | Make the bus_addr_t shift amount in addr calculations dynamic | Niklas Hallqvist | |
1997-03-21 | 64-bit clean. if_ed.c now works on alpha. | Niklas Hallqvist | |
1997-02-21 | We do not use the rsr field | Niklas Hallqvist | |
1997-01-05 | First stab at making a VM-controlled bankswitching driver | Niklas Hallqvist | |
for the CrossLink driver | |||
1997-01-04 | bus.h not bus.old.h | Niklas Hallqvist | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-05 | Avoid odd aligned 16-bit entities for mips sake | Niklas Hallqvist | |
1996-10-04 | Two functions collide with the Zorro if_ed driver | Niklas Hallqvist | |
1996-09-26 | Fix alignment for mips & other strict architectures, mostly used lance stuff. | Niklas Hallqvist | |
1996-08-04 | Implement correct bus.h functions and our extensions | Niklas Hallqvist | |
1996-08-03 | Bring in last change from dev/isa/if_ed.c | Niklas Hallqvist | |
1996-06-04 | Cleanup for -Wall & -Wstrict-prototypes | 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-04 | Reintroduce GG2_GET_STATUS macro | Niklas Hallqvist | |
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 | |