summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc.c
AgeCommit message (Expand)Author
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
2010-01-04remove dead assignment and newly created unused variable.Charles Longeau
2006-05-13add IFQ_SET_MAXLENBrad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-16Move lmc_system_errors[] so that there is only one instance of it in theMiod Vallat
2005-11-07first round of lmc(4) cleaning. removes a good portion of the ifdefBrad Smith
2005-11-05add bus_dma and big endian support.Brad Smith
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-06-02withough -> withoutTheo de Raadt
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-07-09Remove dubious #include MACRO "string" construct (non-ANSI)Marc Espie
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-27recieve -> receiveNathan Binkert
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2000-04-27Cleanup SIOCSIFMTUChris Cappuccio
2000-02-06Maintain tx clock state and set RED LED appropriately for SSI cardChris Cappuccio
2000-02-06Make LEDs (mostly) accurate for all models instead of just LMC1000Chris Cappuccio
2000-02-01general cleanup (remove LMC_IOMAPPED crud entirely)Chris Cappuccio
1999-12-15Require privileges in LMCSIOINFO.Angelos D. Keromytis
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt