Module Name: src Committed By: jdolecek Date: Wed Jun 13 19:37:23 UTC 2018
Modified Files: src/sys/dev/pci: if_msk.c if_mskvar.h Log Message: sync and adapt with OpenBSD if_msk.c rev. 1.43-1.65 (modulo some cosmetics, stuff we already had, or stuff which does not apply due to different frameworks): - Add support for fiber on 88E8021/22 - Avoid unnecessary resets. This should make fiber 88E8021/22 work completely - Only probe phy's at address 0; gets rid of bogus phy's on the Marvell Yukon 88E8036 - Remove an unused function msk_setfilt() which was copied from sk(4) - Make msk(4) detachable - Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/if_msk.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_mskvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.