freebsd-src/sys/dev/sge
Pyun YongHyeon 8775710a1d SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN
hardware tag insertion/stripping. Remove conditional code that
disables these hardware features on SiS190. Also nuke RX fixup code
which is no more required on strict-alignment architectures because
SiS190 supports RX 10 bytes padding.
Now all hardware features except jumbo frame and WOL are supported.
Thanks to Masa Murayama who confirmed SiS190 also has the same
hardware features of SiS191.
I guess the only difference between SiS191 and SiS190 would be
jumbo frame support. It will be implemented in near future.
2010-05-10 17:35:17 +00:00
..
if_sge.c SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN 2010-05-10 17:35:17 +00:00
if_sgereg.h Implement TSO and TSO over VLAN. Increase number of allowed 2010-05-10 17:14:14 +00:00