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