···486486 the Ethernet-HOWTO, available from487487 <http://www.tldp.org/docs.html#howto>.488488489489-config SGI_IOC3_ETH_HW_RX_CSUM490490- bool "Receive hardware checksums"491491- depends on SGI_IOC3_ETH && INET492492- default y493493- help494494- The SGI IOC3 network adapter supports TCP and UDP checksums in495495- hardware to offload processing of these checksums from the CPU. At496496- the moment only acceleration of IPv4 is supported. This option497497- enables offloading for checksums on receive. If unsure, say Y.498498-499499-config SGI_IOC3_ETH_HW_TX_CSUM500500- bool "Transmit hardware checksums"501501- depends on SGI_IOC3_ETH && INET502502- default y503503- help504504- The SGI IOC3 network adapter supports TCP and UDP checksums in505505- hardware to offload processing of these checksums from the CPU. At506506- the moment only acceleration of IPv4 is supported. This option507507- enables offloading for checksums on transmit. If unsure, say Y.508508-509489config MIPS_SIM_NET510490 tristate "MIPS simulator Network device"511491 depends on MIPS_SIM