diff options
author | yongari <yongari@FreeBSD.org> | 2010-04-14 20:45:33 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2010-04-14 20:45:33 +0000 |
commit | 04d9731c75e02858e2a394e79ccb4b24a7d26b7c (patch) | |
tree | 7e83ce54bd95052ae66dfe2b2e08f55db7e6c41e /sys/boot/forth | |
parent | 87ed606341bc88887382c83b37a05718da5c0548 (diff) | |
download | FreeBSD-src-04d9731c75e02858e2a394e79ccb4b24a7d26b7c.zip FreeBSD-src-04d9731c75e02858e2a394e79ccb4b24a7d26b7c.tar.gz |
Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.
This driver was written by Alexander Pohoyda and greatly enhanced
by Nikolay Denev. I don't have these hardwares but this driver was
tested by Nikolay Denev and xclin.
Because SiS didn't release data sheet for this controller, programming
information came from Linux driver and OpenSolaris. Unlike other open
source driver for SiS190/191, sge(4) takes full advantage of TX/RX
checksum offloading and does not require additional copy operation in
RX handler.
The controller seems to have advanced offloading features like VLAN
hardware tag insertion/stripping, TCP segmentation offload(TSO) as
well as jumbo frame support but these features are not available
yet. Special thanks to xclin <xclin<> cs dot nctu dot edu dot tw>
who sent fix for receiving VLAN oversized frames.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r-- | sys/boot/forth/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index d7f1323..e0e4409 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -271,6 +271,7 @@ if_rl_load="NO" # RealTek 8129/8139 if_rue_load="NO" # RealTek RTL8150 USB to Fast Ethernet if_sbni_load="NO" # Granch SBNI12 leased line adapters if_sf_load="NO" # Adaptec Duralink PCI (AIC-6915 "starfire") +if_sge_load="NO" # Silicon Integrated Systems SiS190/191 if_sis_load="NO" # Silicon Integrated Systems SiS 900/7016 if_sk_load="NO" # SysKonnect SK-984x series PCI Gigabit Ethernet if_sn_load="NO" # SMC 91Cxx |