summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc_media.c
AgeCommit message (Expand)Author
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
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-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-02-11be consistant on Hz vs hzMichael Shalayeff
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-23recieve -> receiveAaron Campbell
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-27missed oneNathan Binkert
2001-06-27recieve -> receiveNathan Binkert
2001-05-14From PR 1820 - initialize builin CSU/DSU card properlyChris Cappuccio
2000-02-06missing \n on printfChris Cappuccio
2000-02-01general cleanup (remove LMC_IOMAPPED crud entirely)Chris Cappuccio
1999-10-26Support LMC1200Chris Cappuccio
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt