summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_el.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-11-07*** Summary ***dyoung
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-01-15Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
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-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
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-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
1998-12-12Simplify the copy loops a bit.mycroft
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-12Update for config changes.thorpej
1997-11-30make it compile without "__BROKEN_INDIRECT_CONFIG"drochner
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-09-10The 501 uses 16 ports, and has a wider range of possible I/O address.mycroft
1997-04-28Oops; forgot to GC the last mbuf allocated when out of clusters.mycroft
1997-04-24Fix typo in previous.mycroft
1997-04-24If we fail to allocate a cluster to hold a large packet, simplymycroft
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10- printf to kprintf, sprintf -> ksprintfchristos
1996-08-03Two changes:thorpej