Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
6480448 Sunvts netlbtest external loopback failed on 82546 chipset
6521984 Sunvts netlbtest failed on Northstar QGE cards 6531842 e1000g link goes down and up frequently on T2000 systems 6540535 Sunvts netlbtest internal loopback failed on ophir devices 6579605 Sunvts netlbtest internal loopback failed on Northstar fiber card 6595668 e1000g postinstall script missed 5 device ids which had been supported by shared code
- Loading branch information
Showing
with
713 additions
and 216 deletions.
- +8 −0 usr/src/pkgdefs/SUNWintgige/postinstall
- +10 −0 usr/src/uts/common/io/e1000g/README
- +30 −0 usr/src/uts/common/io/e1000g/e1000_osdep.c
- +409 −0 usr/src/uts/common/io/e1000g/e1000g_debug.c
- +8 −1 usr/src/uts/common/io/e1000g/e1000g_debug.h
- +134 −83 usr/src/uts/common/io/e1000g/e1000g_main.c
- +66 −63 usr/src/uts/common/io/e1000g/e1000g_ndd.c
- +38 −69 usr/src/uts/common/io/e1000g/e1000g_stat.c
- +10 −0 usr/src/uts/common/io/e1000g/e1000g_sw.h
Oops, something went wrong.