History log of /src/sys/dev/pci/igc/igc_defines.h |
Revision | | Date | Author | Comments |
1.4 |
| 22-Aug-2024 |
andvar | s/Shfit/Shift/ in comment.
|
1.3 |
| 21-Feb-2024 |
msaitoh | igc(4): Print EtrackID.
|
1.2 |
| 04-Oct-2023 |
rin | branches: 1.2.2; igc(4): Add support to Intel I225 / I226 series ethernet devices
Originally written by kevlo@o for OpenBSD, and ported by knakahara@, msaitoh@, and myself.
The driver is *EXPERIMENTAL* at the moment, as some minor error handling paths are not fully implemented.
Hardware VLAN tagging and TSO are not supported yet.
Although, we have never observed strange behaviors at least on amd64, aarch64{,eb}, and evbppc (IBM405), except for PR port-arm/57643.
We will send pullup request to netbsd-10, after successful snapshot build for -current.
|
1.1 |
| 04-Oct-2023 |
rin | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 04-Oct-2023 |
rin | Import igc(4) from OpenBSD-current as of 2023-10-04
|
1.2.2.4 |
| 12-Sep-2024 |
martin | Pull up following revision(s) (requested by rin in ticket #853):
sys/dev/pci/igc/igc_defines.h: revision 1.4 share/man/man4/igc.4: revision 1.2
Fix typo in email. s/Shfit/Shift/ in comment.
|
1.2.2.3 |
| 23-Feb-2024 |
martin | Pull up following revision(s) (requested by msaitoh in ticket #605):
sys/dev/pci/igc/if_igc.c: revision 1.12 sys/dev/pci/igc/if_igc.c: revision 1.13 sys/dev/pci/igc/igc_defines.h: revision 1.3 sys/dev/pci/igc/if_igc.c: revision 1.10 sys/dev/pci/igc/if_igc.c: revision 1.11
igc(4): Count iqdrops.
TODO: RQDPC should be visible via evcnt(9).
igc: Add missing igc_check_for_link() call.
It's required to set the collision distance, configure flow control from the negotiated result and set the LTR thresholds.
With this change, ifconfig igcN show the flow control status correctly.
igc(4): Modify dmesg output of PHY and NVM info. - Print PHY info first and then print NVM info. - Remove debug output.
igc(4): Print EtrackID.
|
1.2.2.2 |
| 08-Oct-2023 |
martin | Pull up following revision(s) (requested by rin in ticket #393):
sys/dev/pci/igc/if_igc.c up to 1.3 sys/dev/pci/igc/if_igc.h up to 1.2 sys/dev/pci/igc/igc_api.c up to 1.2 sys/dev/pci/igc/igc_api.h up to 1.2 sys/dev/pci/igc/igc_base.c up to 1.2 sys/dev/pci/igc/igc_base.h up to 1.2 sys/dev/pci/igc/igc_defines.h up to 1.2 sys/dev/pci/igc/igc_evcnt.h up to 1.1 sys/dev/pci/igc/igc_hw.h up to 1.2 sys/dev/pci/igc/igc_i225.c up to 1.2 sys/dev/pci/igc/igc_i225.h up to 1.2 sys/dev/pci/igc/igc_mac.c up to 1.2 sys/dev/pci/igc/igc_mac.h up to 1.2 sys/dev/pci/igc/igc_nvm.c up to 1.2 sys/dev/pci/igc/igc_nvm.h up to 1.2 sys/dev/pci/igc/igc_phy.c up to 1.2 sys/dev/pci/igc/igc_phy.h up to 1.2 sys/dev/pci/igc/igc_regs.h up to 1.2 distrib/sets/lists/man/mi: revision 1.1766 sys/arch/amd64/conf/GENERIC: revision 1.606 sys/arch/evbppc/conf/DHT: revision 1.5 sys/arch/evbarm/conf/GENERIC64: revision 1.213 share/man/man4/Makefile: revision 1.733 sys/arch/amd64/conf/ALL: revision 1.181 share/man/man4/igc.4: revision 1.1 sys/dev/pci/files.pci: revision 1.447 sys/arch/amd64/conf/XEN3_DOM0: revision 1.200 doc/CHANGES (apply patch)
Add igc(4) for Intel I225/I226 series ethernet devices
|
1.2.2.1 |
| 04-Oct-2023 |
martin | file igc_defines.h was added on branch netbsd-10 on 2023-10-08 13:19:34 +0000
|