Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.illumos | H A D | 22-Feb-2024 | 801 | 16 | 13 | |
THIRDPARTYLICENSE | H A D | 22-Feb-2024 | 1.6 KiB | 30 | 23 | |
THIRDPARTYLICENSE.descrip | H A D | 22-Feb-2024 | 11 | 2 | 1 | |
igc_api.c | H A D | 22-Feb-2024 | 18.5 KiB | 718 | 301 | |
igc_api.h | H A D | 22-Feb-2024 | 2.2 KiB | 56 | 45 | |
igc_base.c | H A D | 22-Feb-2024 | 4.8 KiB | 186 | 91 | |
igc_base.h | H A D | 22-Feb-2024 | 4.5 KiB | 130 | 97 | |
igc_defines.h | H A D | 22-Feb-2024 | 58 KiB | 1,346 | 990 | |
igc_hw.h | H A D | 22-Feb-2024 | 11.8 KiB | 547 | 452 | |
igc_i225.c | H A D | 22-Feb-2024 | 31.8 KiB | 1,214 | 686 | |
igc_i225.h | H A D | 22-Feb-2024 | 4.6 KiB | 111 | 90 | |
igc_mac.c | H A D | 22-Feb-2024 | 29.8 KiB | 1,048 | 496 | |
igc_mac.h | H A D | 22-Feb-2024 | 2 KiB | 47 | 36 | |
igc_nvm.c | H A D | 22-Feb-2024 | 17.2 KiB | 719 | 403 | |
igc_nvm.h | H A D | 22-Feb-2024 | 1.1 KiB | 31 | 21 | |
igc_phy.c | H A D | 22-Feb-2024 | 29.5 KiB | 1,072 | 591 | |
igc_phy.h | H A D | 22-Feb-2024 | 5.4 KiB | 132 | 100 | |
igc_regs.h | H A D | 22-Feb-2024 | 21.5 KiB | 423 | 351 |
README.illumos
1This directory contains the 'core' or 'common' code for the igc driver 2that is generally speaking developed by Intel for use for different 3operating systems. We pick this up via FreeBSD, which places this code 4in sys/dev/igc. Most files that begin with 'igc_' are part of this with 5the exception of igc_osdep.h (an OS-specific file) and igc_txrx.c 6(FreeBSD's tie into iflib). 7 8These files were snapshotted in January 2024 from the FreeBSD main git 9branch (53df7e58cca7e6726b44f447f10ddc3451cfa851). The last change to 10them was 685dc743dc3b5645e34836464128e1c0558b404b. The only difference 11from the upstream files right now is the removal of the '<sys/cdefs.h>' 12includes. 13 14For more information on how this fits in, please see the 'Organization' 15section of the uts/common/io/igc/igc.c theory statement. 16