···43804380W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous43814381S: Supported43824382F: Documentation/networking/s2io.txt43834383-F: drivers/net/s2io*43844383F: Documentation/networking/vxge.txt43854385-F: drivers/net/vxge/43844384+F: drivers/net/ethernet/neterion/4386438543874386NETFILTER/IPTABLES/IPCHAINS43884387P: Rusty Russell
-34
drivers/net/Kconfig
···14851485 help14861486 This enables the support for the Cisco VIC Ethernet card.1487148714881488-config S2IO14891489- tristate "Exar Xframe 10Gb Ethernet Adapter"14901490- depends on PCI14911491- ---help---14921492- This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.14931493-14941494- More specific information on configuring the driver is in 14951495- <file:Documentation/networking/s2io.txt>.14961496-14971497- To compile this driver as a module, choose M here. The module14981498- will be called s2io.14991499-15001500-config VXGE15011501- tristate "Exar X3100 Series 10GbE PCIe Server Adapter"15021502- depends on PCI && INET15031503- ---help---15041504- This driver supports Exar Corp's X3100 Series 10 GbE PCIe15051505- I/O Virtualized Server Adapter.15061506-15071507- More specific information on configuring the driver is in15081508- <file:Documentation/networking/vxge.txt>.15091509-15101510- To compile this driver as a module, choose M here. The module15111511- will be called vxge.15121512-15131513-config VXGE_DEBUG_TRACE_ALL15141514- bool "Enabling All Debug trace statments in driver"15151515- default n15161516- depends on VXGE15171517- ---help---15181518- Say Y here if you want to enabling all the debug trace statements in15191519- the vxge driver. By default only few debug trace statements are15201520- enabled.15211521-15221488config PASEMI_MAC15231489 tristate "PA Semi 1/10Gbit MAC"15241490 depends on PPC_PASEMI && PCI && INET
···11+#22+# Exar device configuration33+#44+55+config NET_VENDOR_EXAR66+ bool "Exar devices"77+ depends on PCI88+ ---help---99+ If you have a network (Ethernet) card belonging to this class, say1010+ Y and read the Ethernet-HOWTO, available from1111+ <http://www.tldp.org/docs.html#howto>.1212+1313+ Note that the answer to this question doesn't directly affect the1414+ kernel: saying N will just cause the configurator to skip all1515+ the questions about Exar cards. If you say Y, you will be asked for1616+ your specific card in the following questions.1717+1818+if NET_VENDOR_EXAR1919+2020+config S2IO2121+ tristate "Exar Xframe 10Gb Ethernet Adapter"2222+ depends on PCI2323+ ---help---2424+ This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters.2525+2626+ More specific information on configuring the driver is in2727+ <file:Documentation/networking/s2io.txt>.2828+2929+ To compile this driver as a module, choose M here. The module3030+ will be called s2io.3131+3232+config VXGE3333+ tristate "Exar X3100 Series 10GbE PCIe Server Adapter"3434+ depends on PCI && INET3535+ ---help---3636+ This driver supports Exar Corp's X3100 Series 10 GbE PCIe3737+ I/O Virtualized Server Adapter.3838+3939+ More specific information on configuring the driver is in4040+ <file:Documentation/networking/vxge.txt>.4141+4242+ To compile this driver as a module, choose M here. The module4343+ will be called vxge.4444+4545+config VXGE_DEBUG_TRACE_ALL4646+ bool "Enabling All Debug trace statements in driver"4747+ default n4848+ depends on VXGE4949+ ---help---5050+ Say Y here if you want to enabling all the debug trace statements in5151+ the vxge driver. By default only few debug trace statements are5252+ enabled.5353+5454+endif # NET_VENDOR_EXAR
+6
drivers/net/ethernet/neterion/Makefile
···11+#22+# Makefile for the Exar network device drivers.33+#44+55+obj-$(CONFIG_S2IO) += s2io.o66+obj-$(CONFIG_VXGE) += vxge/