Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-27 | Previous commit contained things that I want to keep local for now | Chris Cappuccio | |
2000-04-27 | Remove MTU cruft | Chris Cappuccio | |
1999-07-18 | Added pci_mapreg* interface from NetBSD. | Constantine Sapuntzakis | |
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface | |||
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright | |
has moved to ether_input() | |||
1999-02-04 | correct attach printing for 4-port cards | Theo de Raadt | |
1999-01-11 | remove pnic stuff | Jason Wright | |
1998-12-02 | cogent-compatible adapters appearing in an adaptec ethernet block range | Theo de Raadt | |
1998-10-28 | Partial merge from netBSD 102498. Seems to fix autonegotation difficulties | Constantine Sapuntzakis | |
on Bay Networks FA310TX card. | |||
1998-10-08 | Support for the Lite-On PNIC found on Netgear FA310TX rev D1 and | Jason Wright | |
several other boards. | |||
1998-09-09 | Dont swab the data twice, only when assiging to the structure. | Dale S. Rahn | |
This only affect big endian machines (powerpc). | |||
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale S. Rahn | |
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor. | |||
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1998-05-28 | do not panic | Theo de Raadt | |
1998-05-22 | EM100FX | Theo de Raadt | |
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-11-16 | compile on alpha, needs testing | Todd C. Miller | |
1997-11-13 | merge netbsd 1.56.2.1 for de500B (and other 21143) support | Jim Rees | |
1997-10-20 | Few minor changes to make if_de work big endian on 21140 | Per Fogelstrom | |
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-07-28 | pretty | Theo de Raadt | |
1997-06-24 | Force driver into store-forward mode on cards that support it. This increases | Constantine Sapuntzakis | |
reliability (less underflows) at the expense of speed. | |||
1997-06-20 | Comment out some superfluous const declarations that cause cast warnings | grr | |
with gcc/alpha. We have bcopy(const void *...) so casting a const foo *bar as in bcopy((caddr_t) bar,...) for bcopy seems to be fairly pointless in the first place, but there are too many of these to hack out at the moment. | |||
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. | |||
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom | |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom | |
1996-12-19 | do SIOCGIFADDR in ether_ioctl | Michael Shalayeff | |
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-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-08-23 | __OpenBSD__ messup fixed | Niklas Hallqvist | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-06-10 | sync to 0607 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
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-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-05 | sc_dev -> tulip_dev | dm | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1995-12-27 | from netbsd; merge latest Thomas version with our minimal changes | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |