summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/if_le.c
AgeCommit message (Expand)Author
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2006-07-21Some KNF.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-08-28Use ANSI function decls, static, and const.thorpej
2003-11-17TAB/space cleanup.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-24Clean-up the DIO bus. Includes two main changes:gmcgarry
2002-10-20- merge if_levar.h into if_le.cgmcgarry
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-15Add RCSIDs.gmcgarry
2001-05-30use _KERNEL_OPTmrg
1998-08-15Assign my copyrights to TNF.mycroft
1998-07-21adapt to LANCE driver splitdrochner
1998-07-05defopt INET, NETATALK.jonathan
1998-01-11Convert the hp300 LANCE driver to use bus.hthorpej
1997-05-05- Use dio_intr_establish().thorpej
1997-05-03Eliminate unused variable when !USELEDS.mycroft
1997-04-14Update for interrupt function and header name changes.thorpej
1997-03-31Add prototypes, and make this compile with -Wall. Remove registerscottr
1997-03-17#include <net/if_media.h>thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-01-30Garbage-collect all old-style autoconfiguration support; it is nothorpej
1996-12-17Snapshot of new config for NetBSD/hp300. This isn't quite finished yet.thorpej
1996-12-09isrlink() now returns a cookie. We're not interested in the cookie, sothorpej
1996-10-14Set the device class on non-dull devices. This is a transitional thing.thorpej
1996-10-13backout previous kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-05-09Correct typos, PR #2382.thorpej
1996-05-07Make the MI LANCE driver standalone, and use cfattach to resolvethorpej
1996-04-22Add a hardware dependent initialization function lehwinit()christos
1996-04-18change LANCE copy & zero functions' names to start with amd7990_, andcgd
1996-02-14All interrupt routines (except the HIL; don't ask) now take a pointerthorpej
1996-01-02Implement a suggestion from Charles; use a wrapper function beforethorpej
1995-12-30Fix something the switch to the MI LANCE code broke: use LE_TINT_HOOKthorpej
1995-12-10Use the MI LANCE code.mycroft
1995-12-02Use a "match/attach" rather than "init" scheme for probing devices.thorpej
1995-08-04Kill bogus if_addrlist check.thorpej
1995-04-19Update for global changes.mycroft
1994-10-26new RCS ID format.cgd
1994-09-29Fix byte order problem in multicast filter calculation.mycroft
1994-09-18Add LED frobnication code, from 4.4-Lite.mycroft
1994-07-25Look for errors in the right place in a transmit descriptor, and countmycroft
1994-07-15Fix a bogon relating to >16-bit addresses that I introduced. Fix up BPFmycroft
1994-07-10Clean up a bit.mycroft
1994-07-07This #endif got truncated...mycroft
1994-07-06Speed this up a bit, do multiple transmit buffers, etc.mycroft