# translation of pt_BR.po to Brazilian Portuguese # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the KERNEL package. # Arnaldo Carvalho de Melo , 2005. # Roberto Alcantara Filho , 2005. # msgid "" msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-06-26 01:06+0100\n" "PO-Revision-Date: 2005-03-06 16:32-0400\n" "Last-Translator: Roberto Alcantara Filho \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: drivers/atm/Kconfig:5 msgid "ATM drivers" msgstr "" #: drivers/atm/Kconfig:9 msgid "ATM over TCP" msgstr "" # drivers/atm/Kconfig:8, ATM_TCP:00000 # drivers/atm/Kconfig:11 # drivers/atm/Kconfig:8, ATM_TCP:00000 #: drivers/atm/Kconfig:11 msgid "" "ATM over TCP driver. Useful mainly for development and for\n" "experiments. If unsure, say N.\n" msgstr "" #: drivers/atm/Kconfig:16 msgid "Efficient Networks Speedstream 3010" msgstr "" # drivers/atm/Kconfig:15, ATM_LANAI:00000 # drivers/atm/Kconfig:18 # drivers/atm/Kconfig:15, ATM_LANAI:00000 #: drivers/atm/Kconfig:18 msgid "" "Supports ATM cards based on the Efficient Networks \"Lanai\"\n" "chipset such as the Speedstream 3010 and the ENI-25p. The\n" "Speedstream 3060 is currently not supported since we don't\n" "have the code to drive the on-board Alcatel DSL chipset (yet).\n" msgstr "" #: drivers/atm/Kconfig:25 msgid "Efficient Networks ENI155P" msgstr "" # drivers/atm/Kconfig:24, ATM_ENI:00000 # drivers/atm/Kconfig:27 # drivers/atm/Kconfig:24, ATM_ENI:00000 #: drivers/atm/Kconfig:27 msgid "" "Driver for the Efficient Networks ENI155p series and SMC ATM\n" "Power155 155 Mbps ATM adapters. Both, the versions with 512KB and\n" "2MB on-board RAM (Efficient calls them \"C\" and \"S\", respectively),\n" "and the FPGA and the ASIC Tonga versions of the board are supported.\n" "The driver works with MMF (-MF or ...F) and UTP-5 (-U5 or ...D)\n" "adapters.\n" "\n" "To compile this driver as a module, choose M here: the module will\n" "be called eni.\n" msgstr "" # drivers/atm/Kconfig:153, drivers/atm/Kconfig:38 # drivers/atm/Kconfig:39 drivers/atm/Kconfig:154 # drivers/atm/Kconfig:153, drivers/atm/Kconfig:38 #: drivers/atm/Kconfig:39 drivers/atm/Kconfig:154 msgid "Enable extended debugging" msgstr "" # drivers/atm/Kconfig:153, drivers/atm/Kconfig:38, ATM_ENI_DEBUG:00000 # drivers/atm/Kconfig:41 drivers/atm/Kconfig:156 # drivers/atm/Kconfig:153, drivers/atm/Kconfig:38, ATM_ENI_DEBUG:00000 #: drivers/atm/Kconfig:41 drivers/atm/Kconfig:156 msgid "" "Extended debugging records various events and displays that list\n" "when an inconsistency is detected. This mechanism is faster than\n" "generally using printks, but still has some impact on performance.\n" "Note that extended debugging may create certain race conditions\n" "itself. Enable this ONLY if you suspect problems with the driver.\n" msgstr "" #: drivers/atm/Kconfig:49 msgid "Fine-tune burst settings" msgstr "" # drivers/atm/Kconfig:48, ATM_ENI_TUNE_BURST:00000 # drivers/atm/Kconfig:51 # drivers/atm/Kconfig:48, ATM_ENI_TUNE_BURST:00000 #: drivers/atm/Kconfig:51 msgid "" "In order to obtain good throughput, the ENI NIC can transfer\n" "multiple words of data per PCI bus access cycle. Such a multi-word\n" "transfer is called a burst.\n" "\n" "The default settings for the burst sizes are suitable for most PCI\n" "chipsets. However, in some cases, large bursts may overrun buffers\n" "in the PCI chipset and cause data corruption. In such cases, large\n" "bursts must be disabled and only (slower) small bursts can be used.\n" "The burst sizes can be set independently in the send (TX) and\n" "receive (RX) direction.\n" "\n" "Note that enabling many different burst sizes in the same direction\n" "may increase the cost of setting up a transfer such that the\n" "resulting throughput is lower than when using only the largest\n" "available burst size.\n" "\n" "Also, sometimes larger bursts lead to lower throughput, e.g. on an\n" "Intel 440FX board, a drop from 135 Mbps to 103 Mbps was observed\n" "when going from 8W to 16W bursts.\n" msgstr "" #: drivers/atm/Kconfig:73 msgid "Enable 16W TX bursts (discouraged)" msgstr "" # drivers/atm/Kconfig:72, ATM_ENI_BURST_TX_16W:00000 # drivers/atm/Kconfig:75 # drivers/atm/Kconfig:72, ATM_ENI_BURST_TX_16W:00000 #: drivers/atm/Kconfig:75 msgid "" "Burst sixteen words at once in the send direction. This may work\n" "with recent PCI chipsets, but is known to fail with older chipsets.\n" msgstr "" #: drivers/atm/Kconfig:80 msgid "Enable 8W TX bursts (recommended)" msgstr "" # drivers/atm/Kconfig:79, ATM_ENI_BURST_TX_8W:00000 # drivers/atm/Kconfig:82 # drivers/atm/Kconfig:79, ATM_ENI_BURST_TX_8W:00000 #: drivers/atm/Kconfig:82 msgid "" "Burst eight words at once in the send direction. This is the default\n" "setting.\n" msgstr "" #: drivers/atm/Kconfig:87 msgid "Enable 4W TX bursts (optional)" msgstr "" # drivers/atm/Kconfig:86, ATM_ENI_BURST_TX_4W:00000 # drivers/atm/Kconfig:89 # drivers/atm/Kconfig:86, ATM_ENI_BURST_TX_4W:00000 #: drivers/atm/Kconfig:89 msgid "" "Burst four words at once in the send direction. You may want to try\n" "this if you have disabled 8W bursts. Enabling 4W if 8W is also set\n" "may or may not improve throughput.\n" msgstr "" #: drivers/atm/Kconfig:95 msgid "Enable 2W TX bursts (optional)" msgstr "" # drivers/atm/Kconfig:94, ATM_ENI_BURST_TX_2W:00000 # drivers/atm/Kconfig:97 # drivers/atm/Kconfig:94, ATM_ENI_BURST_TX_2W:00000 #: drivers/atm/Kconfig:97 msgid "" "Burst two words at once in the send direction. You may want to try\n" "this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W\n" "are also set may or may not improve throughput.\n" msgstr "" #: drivers/atm/Kconfig:103 msgid "Enable 16W RX bursts (discouraged)" msgstr "" # drivers/atm/Kconfig:102, ATM_ENI_BURST_RX_16W:00000 # drivers/atm/Kconfig:105 # drivers/atm/Kconfig:102, ATM_ENI_BURST_RX_16W:00000 #: drivers/atm/Kconfig:105 msgid "" "Burst sixteen words at once in the receive direction. This may work\n" "with recent PCI chipsets, but is known to fail with older chipsets.\n" msgstr "" #: drivers/atm/Kconfig:110 msgid "Enable 8W RX bursts (discouraged)" msgstr "" # drivers/atm/Kconfig:109, ATM_ENI_BURST_RX_8W:00000 # drivers/atm/Kconfig:112 # drivers/atm/Kconfig:109, ATM_ENI_BURST_RX_8W:00000 #: drivers/atm/Kconfig:112 msgid "" "Burst eight words at once in the receive direction. This may work\n" "with recent PCI chipsets, but is known to fail with older chipsets,\n" "such as the Intel Neptune series.\n" msgstr "" #: drivers/atm/Kconfig:118 msgid "Enable 4W RX bursts (recommended)" msgstr "" # drivers/atm/Kconfig:117, ATM_ENI_BURST_RX_4W:00000 # drivers/atm/Kconfig:120 # drivers/atm/Kconfig:117, ATM_ENI_BURST_RX_4W:00000 #: drivers/atm/Kconfig:120 msgid "" "Burst four words at once in the receive direction. This is the\n" "default setting. Enabling 4W if 8W is also set may or may not\n" "improve throughput.\n" msgstr "" #: drivers/atm/Kconfig:126 msgid "Enable 2W RX bursts (optional)" msgstr "" # drivers/atm/Kconfig:125, ATM_ENI_BURST_RX_2W:00000 # drivers/atm/Kconfig:128 # drivers/atm/Kconfig:125, ATM_ENI_BURST_RX_2W:00000 #: drivers/atm/Kconfig:128 msgid "" "Burst two words at once in the receive direction. You may want to\n" "try this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or\n" "8W are also set may or may not improve throughput.\n" msgstr "" #: drivers/atm/Kconfig:134 msgid "Fujitsu FireStream (FS50/FS155) " msgstr "" # drivers/atm/Kconfig:133, ATM_FIRESTREAM:00000 # drivers/atm/Kconfig:136 # drivers/atm/Kconfig:133, ATM_FIRESTREAM:00000 #: drivers/atm/Kconfig:136 msgid "" "Driver for the Fujitsu FireStream 155 (MB86697) and\n" "FireStream 50 (MB86695) ATM PCI chips.\n" "\n" "To compile this driver as a module, choose M here: the module will\n" "be called firestream.\n" msgstr "" #: drivers/atm/Kconfig:144 msgid "ZeitNet ZN1221/ZN1225" msgstr "" # drivers/atm/Kconfig:143, ATM_ZATM:00000 # drivers/atm/Kconfig:146 # drivers/atm/Kconfig:143, ATM_ZATM:00000 #: drivers/atm/Kconfig:146 msgid "" "Driver for the ZeitNet ZN1221 (MMF) and ZN1225 (UTP-5) 155 Mbps ATM\n" "adapters.\n" "\n" "To compile this driver as a module, choose M here: the module will\n" "be called zatm.\n" msgstr "" #: drivers/atm/Kconfig:163 msgid "Rolfs TI TNETA1570" msgstr "" #: drivers/atm/Kconfig:165 #, fuzzy msgid " Enable extended debugging" msgstr "Kernel hacking (Opções para Desenvolvedores do Kernel)" #: drivers/atm/Kconfig:168 msgid "IDT 77201 (NICStAR) (ForeRunnerLE)" msgstr "" # drivers/atm/Kconfig:167, ATM_NICSTAR:00000 # drivers/atm/Kconfig:170 # drivers/atm/Kconfig:167, ATM_NICSTAR:00000 #: drivers/atm/Kconfig:170 msgid "" "The NICStAR chipset family is used in a large number of ATM NICs for\n" "25 and for 155 Mbps, including IDT cards and the Fore ForeRunnerLE\n" "series. Say Y if you have one of those.\n" "\n" "To compile this driver as a module, choose M here: the module will\n" "be called nicstar.\n" msgstr "" #: drivers/atm/Kconfig:179 msgid "Use suni PHY driver (155Mbps)" msgstr "" # drivers/atm/Kconfig:178, ATM_NICSTAR_USE_SUNI:00000 # drivers/atm/Kconfig:181 # drivers/atm/Kconfig:178, ATM_NICSTAR_USE_SUNI:00000 #: drivers/atm/Kconfig:181 msgid "" "Support for the S-UNI and compatible PHYsical layer chips. These are\n" "found in most 155Mbps NICStAR based ATM cards, namely in the\n" "ForeRunner LE155 cards. This driver provides detection of cable~\n" "removal and reinsertion and provides some statistics. This driver\n" "doesn't have removal capability when compiled as a module, so if you\n" "need that capability don't include S-UNI support (it's not needed to\n" "make the card work).\n" msgstr "" #: drivers/atm/Kconfig:191 msgid "Use IDT77015 PHY driver (25Mbps)" msgstr "" # drivers/atm/Kconfig:190, ATM_NICSTAR_USE_IDT77105:00000 # drivers/atm/Kconfig:193 # drivers/atm/Kconfig:190, ATM_NICSTAR_USE_IDT77105:00000 #: drivers/atm/Kconfig:193 msgid "" "Support for the PHYsical layer chip in ForeRunner LE25 cards. In\n" "addition to cable removal/reinsertion detection, this driver allows\n" "you to control the loopback mode of the chip via a dedicated IOCTL.\n" "This driver is required for proper handling of temporary carrier\n" "loss, so if you have a 25Mbps NICStAR based ATM card you must say Y.\n" msgstr "" #: drivers/atm/Kconfig:201 msgid "IDT 77252 (NICStAR II)" msgstr "" # drivers/atm/Kconfig:200, ATM_IDT77252:00000 # drivers/atm/Kconfig:203 # drivers/atm/Kconfig:200, ATM_IDT77252:00000 #: drivers/atm/Kconfig:203 msgid "" "Driver for the IDT 77252 ATM PCI chips.\n" "\n" "To compile this driver as a module, choose M here: the module will\n" "be called idt77252.\n" msgstr "" # drivers/atm/Kconfig:299, drivers/atm/Kconfig:267, drivers/atm/Kconfig:243, drivers/atm/Kconfig:209 # drivers/atm/Kconfig:210 drivers/atm/Kconfig:244 drivers/atm/Kconfig:268 # drivers/atm/Kconfig:300 # drivers/atm/Kconfig:299, drivers/atm/Kconfig:267, drivers/atm/Kconfig:243, drivers/atm/Kconfig:209 #: drivers/atm/Kconfig:210 drivers/atm/Kconfig:244 drivers/atm/Kconfig:268 #: drivers/atm/Kconfig:300 msgid "Enable debugging messages" msgstr "" # drivers/atm/Kconfig:209, ATM_IDT77252_DEBUG:00000 # drivers/atm/Kconfig:212 # drivers/atm/Kconfig:209, ATM_IDT77252_DEBUG:00000 #: drivers/atm/Kconfig:212 msgid "" "Somewhat useful debugging messages are available. The choice of\n" "messages is controlled by a bitmap. This may be specified as a\n" "module argument. See the file for\n" "the meanings of the bits in the mask.\n" "\n" "When active, these messages can have a significant impact on the\n" "speed of the driver, and the size of your syslog files! When\n" "inactive, they will have only a modest impact on performance.\n" msgstr "" #: drivers/atm/Kconfig:223 msgid "Receive ALL cells in raw queue" msgstr "" # drivers/atm/Kconfig:222, ATM_IDT77252_RCV_ALL:00000 # drivers/atm/Kconfig:225 # drivers/atm/Kconfig:222, ATM_IDT77252_RCV_ALL:00000 #: drivers/atm/Kconfig:225 msgid "" "Enable receiving of all cells on the ATM link, that do not match\n" "an open connection in the raw cell queue of the driver. Useful\n" "for debugging or special applications only, so the safe answer is N.\n" msgstr "" #: drivers/atm/Kconfig:236 msgid "Madge Ambassador (Collage PCI 155 Server)" msgstr "" # drivers/atm/Kconfig:235, ATM_AMBASSADOR:00000 # drivers/atm/Kconfig:238 # drivers/atm/Kconfig:235, ATM_AMBASSADOR:00000 #: drivers/atm/Kconfig:238 msgid "" "This is a driver for ATMizer based ATM card produced by Madge\n" "Networks Ltd. Say Y (or M to compile as a module named ambassador)\n" "here if you have one of these cards.\n" msgstr "" # drivers/atm/Kconfig:243, ATM_AMBASSADOR_DEBUG:00000 # drivers/atm/Kconfig:246 # drivers/atm/Kconfig:243, ATM_AMBASSADOR_DEBUG:00000 #: drivers/atm/Kconfig:246 msgid "" "Somewhat useful debugging messages are available. The choice of\n" "messages is controlled by a bitmap. This may be specified as a\n" "module argument (kernel command line argument as well?), changed\n" "dynamically using an ioctl (not yet) or changed by sending the\n" "string \"Dxxxx\" to VCI 1023 (where x is a hex digit). See the file\n" " for the meanings of the bits in the\n" "mask.\n" "\n" "When active, these messages can have a significant impact on the\n" "speed of the driver, and the size of your syslog files! When\n" "inactive, they will have only a modest impact on performance.\n" msgstr "" #: drivers/atm/Kconfig:260 msgid "Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)" msgstr "" # drivers/atm/Kconfig:259, ATM_HORIZON:00000 # drivers/atm/Kconfig:262 # drivers/atm/Kconfig:259, ATM_HORIZON:00000 #: drivers/atm/Kconfig:262 msgid "" "This is a driver for the Horizon chipset ATM adapter cards once\n" "produced by Madge Networks Ltd. Say Y (or M to compile as a module\n" "named horizon) here if you have one of these cards.\n" msgstr "" # drivers/atm/Kconfig:267, ATM_HORIZON_DEBUG:00000 # drivers/atm/Kconfig:270 # drivers/atm/Kconfig:267, ATM_HORIZON_DEBUG:00000 #: drivers/atm/Kconfig:270 msgid "" "Somewhat useful debugging messages are available. The choice of\n" "messages is controlled by a bitmap. This may be specified as a\n" "module argument (kernel command line argument as well?), changed\n" "dynamically using an ioctl (not yet) or changed by sending the\n" "string \"Dxxxx\" to VCI 1023 (where x is a hex digit). See the file\n" " for the meanings of the bits in the\n" "mask.\n" "\n" "When active, these messages can have a significant impact on the\n" "speed of the driver, and the size of your syslog files! When\n" "inactive, they will have only a modest impact on performance.\n" msgstr "" #: drivers/atm/Kconfig:284 msgid "Interphase ATM PCI x575/x525/x531" msgstr "" # drivers/atm/Kconfig:283, ATM_IA:00000 # drivers/atm/Kconfig:286 # drivers/atm/Kconfig:283, ATM_IA:00000 #: drivers/atm/Kconfig:286 msgid "" "This is a driver for the Interphase (i)ChipSAR adapter cards\n" "which include a variety of variants in term of the size of the\n" "control memory (128K-1KVC, 512K-4KVC), the size of the packet\n" "memory (128K, 512K, 1M), and the PHY type (Single/Multi mode OC3,\n" "UTP155, UTP25, DS3 and E3). Go to:\n" " \n" "for more info about the cards. Say Y (or M to compile as a module\n" "named iphase) here if you have one of these cards.\n" "\n" "See the file for further\n" "details.\n" msgstr "" # drivers/atm/Kconfig:299, ATM_IA_DEBUG:00000 # drivers/atm/Kconfig:302 # drivers/atm/Kconfig:299, ATM_IA_DEBUG:00000 #: drivers/atm/Kconfig:302 msgid "" "Somewhat useful debugging messages are available. The choice of\n" "messages is controlled by a bitmap. This may be specified as a\n" "module argument (kernel command line argument as well?), changed\n" "dynamically using an ioctl (Get the debug utility, iadbg, from\n" ").\n" "\n" "See the file for the meanings of the\n" "bits in the mask.\n" "\n" "When active, these messages can have a significant impact on the\n" "speed of the driver, and the size of your syslog files! When\n" "inactive, they will have only a modest impact on performance.\n" msgstr "" #: drivers/atm/Kconfig:317 msgid "FORE Systems 200E-series" msgstr "" # drivers/atm/Kconfig:316, ATM_FORE200E_MAYBE:00000 # drivers/atm/Kconfig:319 # drivers/atm/Kconfig:316, ATM_FORE200E_MAYBE:00000 #: drivers/atm/Kconfig:319 msgid "" "This is a driver for the FORE Systems 200E-series ATM adapter\n" "cards. It simultaneously supports PCA-200E and SBA-200E models\n" "on PCI and SBUS hosts. Say Y (or M to compile as a module\n" "named fore_200e) here if you have one of these ATM adapters.\n" "\n" "Note that the driver will actually be compiled only if you\n" "additionally enable the support for PCA-200E and/or SBA-200E\n" "cards.\n" "\n" "See the file for\n" "further details.\n" msgstr "" #: drivers/atm/Kconfig:333 msgid "PCA-200E support" msgstr "" # drivers/atm/Kconfig:332, ATM_FORE200E_PCA:00000 # drivers/atm/Kconfig:335 # drivers/atm/Kconfig:332, ATM_FORE200E_PCA:00000 #: drivers/atm/Kconfig:335 msgid "Say Y here if you want your PCA-200E cards to be probed.\n" msgstr "" #: drivers/atm/Kconfig:339 msgid "Use default PCA-200E firmware (normally enabled)" msgstr "" # drivers/atm/Kconfig:338, ATM_FORE200E_PCA_DEFAULT_FW:00000 # drivers/atm/Kconfig:341 # drivers/atm/Kconfig:338, ATM_FORE200E_PCA_DEFAULT_FW:00000 #: drivers/atm/Kconfig:341 msgid "" "Use the default PCA-200E firmware data shipped with the driver.\n" "\n" "Normal users do not have to deal with the firmware stuff, so\n" "they should say Y here.\n" msgstr "" # drivers/atm/Kconfig:375, drivers/atm/Kconfig:347 # drivers/atm/Kconfig:348 drivers/atm/Kconfig:376 # drivers/atm/Kconfig:375, drivers/atm/Kconfig:347 #: drivers/atm/Kconfig:348 drivers/atm/Kconfig:376 msgid "Pathname of user-supplied binary firmware" msgstr "" # drivers/atm/Kconfig:347, ATM_FORE200E_PCA_FW:00000 # drivers/atm/Kconfig:351 # drivers/atm/Kconfig:347, ATM_FORE200E_PCA_FW:00000 #: drivers/atm/Kconfig:351 msgid "" "This defines the pathname of an alternative PCA-200E binary\n" "firmware image supplied by the user. This pathname may be\n" "absolute or relative to the drivers/atm directory.\n" "\n" "The driver comes with an adequate firmware image, so normal users do\n" "not have to supply an alternative one. They just say Y to \"Use\n" "default PCA-200E firmware\" instead.\n" msgstr "" #: drivers/atm/Kconfig:361 msgid "SBA-200E support" msgstr "" # drivers/atm/Kconfig:360, ATM_FORE200E_SBA:00000 # drivers/atm/Kconfig:363 # drivers/atm/Kconfig:360, ATM_FORE200E_SBA:00000 #: drivers/atm/Kconfig:363 msgid "Say Y here if you want your SBA-200E cards to be probed.\n" msgstr "" #: drivers/atm/Kconfig:367 msgid "Use default SBA-200E firmware (normally enabled)" msgstr "" # drivers/atm/Kconfig:366, ATM_FORE200E_SBA_DEFAULT_FW:00000 # drivers/atm/Kconfig:369 # drivers/atm/Kconfig:366, ATM_FORE200E_SBA_DEFAULT_FW:00000 #: drivers/atm/Kconfig:369 msgid "" "Use the default SBA-200E firmware data shipped with the driver.\n" "\n" "Normal users do not have to deal with the firmware stuff, so\n" "they should say Y here.\n" msgstr "" # drivers/atm/Kconfig:375, ATM_FORE200E_SBA_FW:00000 # drivers/atm/Kconfig:379 # drivers/atm/Kconfig:375, ATM_FORE200E_SBA_FW:00000 #: drivers/atm/Kconfig:379 msgid "" "This defines the pathname of an alternative SBA-200E binary\n" "firmware image supplied by the user. This pathname may be\n" "absolute or relative to the drivers/atm directory.\n" "\n" "The driver comes with an adequate firmware image, so normal users do\n" "not have to supply an alternative one. They just say Y to \"Use\n" "default SBA-200E firmware\", above.\n" msgstr "" #: drivers/atm/Kconfig:389 msgid "Defer interrupt work to a tasklet" msgstr "" # drivers/atm/Kconfig:388, ATM_FORE200E_USE_TASKLET:00000 # drivers/atm/Kconfig:392 # drivers/atm/Kconfig:388, ATM_FORE200E_USE_TASKLET:00000 #: drivers/atm/Kconfig:392 msgid "" "This defers work to be done by the interrupt handler to a\n" "tasklet instead of hanlding everything at interrupt time. This\n" "may improve the responsive of the host.\n" msgstr "" #: drivers/atm/Kconfig:398 #, fuzzy msgid "Maximum number of tx retries" msgstr "Número máximo de CPUs (2-255)" # drivers/atm/Kconfig:397, ATM_FORE200E_TX_RETRY:00000 # drivers/atm/Kconfig:401 # drivers/atm/Kconfig:397, ATM_FORE200E_TX_RETRY:00000 #: drivers/atm/Kconfig:401 msgid "" "Specifies the number of times the driver attempts to transmit\n" "a message before giving up, if the transmit queue of the ATM card\n" "is transiently saturated.\n" "\n" "Saturation of the transmit queue may occur only under extreme\n" "conditions, e.g. when a fast host continuously submits very small\n" "frames (<64 bytes) or raw AAL0 cells (48 bytes) to the ATM adapter.\n" "\n" "Note that under common conditions, it is unlikely that you encounter\n" "a saturation of the transmit queue, so the retry mechanism never\n" "comes into play.\n" msgstr "" #: drivers/atm/Kconfig:415 msgid "Debugging level (0-3)" msgstr "" # drivers/atm/Kconfig:414, ATM_FORE200E_DEBUG:00000 # drivers/atm/Kconfig:418 # drivers/atm/Kconfig:414, ATM_FORE200E_DEBUG:00000 #: drivers/atm/Kconfig:418 msgid "" "Specifies the level of debugging messages issued by the driver.\n" "The verbosity of the driver increases with the value of this\n" "parameter.\n" "\n" "When active, these messages can have a significant impact on\n" "the performances of the driver, and the size of your syslog files!\n" "Keep the debugging level to 0 during normal operations.\n" msgstr "" #: drivers/atm/Kconfig:434 msgid "ForeRunner HE Series" msgstr "" # drivers/atm/Kconfig:433, ATM_HE:00000 # drivers/atm/Kconfig:436 # drivers/atm/Kconfig:433, ATM_HE:00000 #: drivers/atm/Kconfig:436 msgid "" "This is a driver for the Marconi ForeRunner HE-series ATM adapter\n" "cards. It simultaneously supports the 155 and 622 versions.\n" msgstr "" #: drivers/atm/Kconfig:441 msgid "Use S/UNI PHY driver" msgstr "" # drivers/atm/Kconfig:440, ATM_HE_USE_SUNI:00000 # drivers/atm/Kconfig:443 # drivers/atm/Kconfig:440, ATM_HE_USE_SUNI:00000 #: drivers/atm/Kconfig:443 msgid "" "Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner\n" "HE cards. This driver provides carrier detection some statistics.\n" msgstr ""