summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc.c
AgeCommit message (Expand)Author
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