summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lmc_obsd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-3/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-18/+1
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* first round of lmc(4) cleaning. removes a good portion of the ifdefbrad2005-11-071-83/+4
* also attach on LMC cPCI HSSI cards.brad2005-11-061-1/+6
* add bus_dma and big endian support.brad2005-11-051-7/+109
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* remove __BROKEN_INDIRECT_CONFIG cruftbrad2005-07-161-5/+1
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* withough -> withoutderaadt2002-06-021-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* absolutely no need to include vm_parm.h after vm.hmickey2001-08-121-2/+1
* Remove dubious #include MACRO "string" construct (non-ANSI)espie2001-07-091-2/+6
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-6/+4
* slightly less verbose dmesgchris2001-02-221-5/+5
* general cleanup (remove LMC_IOMAPPED crud entirely)chris2000-02-011-3/+3
* Make sure bus mastering is enabled, from freebsd if_de.cchris1999-11-041-0/+5
* Support LMC1200chris1999-10-261-7/+13
* use pci_mapreg_map(); chris@dqc.orgderaadt1999-07-241-28/+1
* lmc driver; ported by chris@dqc.orgderaadt1999-07-011-0/+427