| Age | Commit message (Expand) | Author |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bcmp -> memcmp | thorpej |
| 2001-05-15 | delint: need ; between case label and } | lukem |
| 2001-03-23 | Move tx chain result handling into iystart(). This way, ww normally only | is |
| 2001-03-22 | Oops. We _do_ need to receive broadcasts. At least as long as we want ARP. | is |
| 2001-03-16 | Don't need to use the hash filter for a single individual address; make | is |
| 2001-03-16 | Don't abort chain processing on error. | is |
| 2001-03-16 | Full documentation helps. Among other bugs, remove off-by-one-error when | is |
| 2001-03-15 | It's one more if the max. coll. bit is set. | is |
| 2001-03-15 | Thats collisions, not errors! | is |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-08-09 | %b -> bitmask_snprintf() | tv |
| 2000-07-21 | - Big endianness cleanup: | is |
| 2000-07-14 | Do a dummy read after writing through the memory access pipeline, to flush | is |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-23 | s/sc->sc_ethercom.ec_if./ifp->/ where appropriate and formerly forgotten, | is |
| 2000-06-23 | Only "complain" about successful multicast setup if IFF_DEBUG was set. | is |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-08-25 | When padding short packets on transmit, don't include the CRC length | thorpej |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-03-25 | Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them | thorpej |
| 1999-02-28 | Update to slightly altered rnd_attach_source() api | explorer |
| 1999-02-16 | Fix Copyright dates | is |
| 1999-02-16 | Assign my files to The NetBSD Foundation, Inc. | is |
| 1998-08-08 | Use splnet, not splimp. | mycroft |
| 1998-07-31 | Flush spurious #endif after ADDMULTI | rvb |
| 1998-07-30 | Document supported boards near the top of the driver source code. | is |
| 1998-07-30 | Multicast support. | is |
| 1998-07-28 | ic/i82595reg.h | is |
| 1998-07-28 | Remove dead code. | is |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-02-03 | Put a debugging printf inside #ifdef IYDEBUG ... #endif. | is |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-12-02 | The iy driver now uses if_media (it was the last one, at last for i386, to use | bouyer |
| 1997-11-30 | make it compile without "__BROKEN_INDIRECT_CONFIG" | drochner |
| 1997-10-20 | Don't panic if we fail to remap i/o or mem space in the attach function. | thorpej |
| 1997-10-18 | This driver can't handle wildcarded iobase. | drochner |
| 1997-10-15 | Add and/or update rnd_*() hooks | explorer |