summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_sf_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Convert a number of old private copies of code which predatesderaadt2012-10-181-8/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove redundant enabling of bus master which pci_mapreg_map() dealsbrad2008-05-251-6/+1
* unmap on error and correct some output in those cases.fgsch2007-10-291-10/+17
* only output on situations where power state is D3. unify the message infgsch2007-10-221-10/+5
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-19/+8
* - de-staticmartin2006-12-061-93/+9
* replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ablemartin2006-12-061-0/+289