summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_em_soc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sprinkle DEVNAMEdlg2016-01-071-4/+4
* rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.dlg2016-01-071-4/+4
* use device_lookup to find gcu0 rather than iterating over alldevs.dlg2015-03-181-10/+10
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part isdms2009-11-251-0/+136