summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc_obsd.c
AgeCommit message (Expand)Author
2005-11-07first round of lmc(4) cleaning. removes a good portion of the ifdefBrad Smith
2005-11-06also attach on LMC cPCI HSSI cards.Brad Smith
2005-11-05add bus_dma and big endian support.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
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-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
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-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-02-22slightly less verbose dmesgChris Cappuccio
2000-02-01general cleanup (remove LMC_IOMAPPED crud entirely)Chris Cappuccio
1999-11-04Make sure bus mastering is enabled, from freebsd if_de.cChris Cappuccio
1999-10-26Support LMC1200Chris Cappuccio
1999-07-24use pci_mapreg_map(); chris@dqc.orgTheo de Raadt
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt