Home
last modified time | relevance | path

Searched refs:cable (Results 1 – 25 of 49) sorted by relevance

12

/linux-2.4.37.9/Documentation/networking/
DPLIP.txt22 LapLink null-printer cable [can also work in turbo mode, with a PLIP
23 cable]. [The protocol used to pack IP packages, is a simple one
31 The PLIP cable is all that's needed to connect two Linux boxes, and it
68 PLIP driver is signaled whenever data is sent to it via the cable, such that
114 printer "null" cable to transfer data four bits at a time using
125 The cable for the first transfer mode is a standard
126 printer "null" cable which transfers data four bits at a time using
133 A cable that implements this protocol is available commercially as a
134 "Null Printer" or "Turbo Laplink" cable. It can be constructed with
151 If the cable you are using has a metallic shield it should be
[all …]
DREADME.sb10002 as NextLevel) SURFboard1000 internal cable modem board. This is an ISA card
3 which is used by a number of cable TV companies to provide cable modem access.
4 It's a one-way downstream-only cable modem, meaning that your upstream net link
17 to configure the cable modem and network interface (usually called "cm0");
21 cable modem easy.
31 http://linuxpower.cx/~cable/
86 phone number, and frequency for the cable modem. Also edit pap-secrets
102 connect successfully the cable modem interface will come up and you'll see a
109 The command "cmconfig cm0" will give you information about the cable modem
181 (and typically during a lengthy download through the cable modem)!
Darcnet-hardware.txt46 even if it can't possibly be delivered properly (ie. because of a cable
94 For a coax network, you "should" use 93 Ohm RG-62 cable. But other cables
96 Ohm TV antenna cable.
130 (Avery's note: oops, I didn't know that. Mine (TV cable) works
157 difference is in cable and terminators: they should be 93 Ohm. Ethernet
159 line of cable, the bus. You have to put terminators at both ends of the
160 cable. A typical BUS ARCnet network looks like:
186 anywhere in middle of a cable in a STAR topology network. And more - you
206 then daisy-chained together using a cable connecting every two neighboring
233 Like any network, ARCnet has a limited cable length. These are the maximum
[all …]
D00-INDEX16 - info on General Instrument/NextLevel SURFboard1000 cable modem.
/linux-2.4.37.9/Documentation/usb/
Dsilverlink.txt2 Readme for Linux device driver for the Texas Instruments SilverLink cable
10 This is a driver for the TI-GRAPH LINK USB (aka SilverLink) cable, a cable
48 There is currently no way to set these on a per-cable basis.
58 The following problem seems to be specific to the link cable since it appears
Dusb-serial.txt105 cable/cradle.
129 Start/Programs/Connections, connect the cable and select "usbdial" (or
145 Toshiba's $350 serial cable for flashing!! :D
Drio.txt43 into the USB cable.
/linux-2.4.37.9/Documentation/
Dtipar.txt2 Parallel link cable for Texas Instruments handhelds
12 This is a driver for the very common home-made parallel link cable, a cable
58 There is currently no way to set these on a per-cable basis.
Dspecialix.txt208 NULL cable. I don't know who is going to use these except for
209 testing purposes, but I tested the cards with this cable. (It
227 Same NULL cable, but now sorted on the second column.
239 This is a modem cable usable for hardware handshaking:
250 This is a modem cable usable for software handshaking:
266 I bought a 6 wire flat cable. It was colored as indicated.
278 When you use this, you have to use the appropriate cable. The
279 cable will either be compatible with hardware handshaking or with
285 change DTR are always ignored. I have a cable that is configured
Dparide.txt21 the device being addressed via the parallel cable is a standard SCSI
29 that interconnected a standard PC parallel port cable and a standard
30 IDE cable. It is usually possible to exchange the CD-ROM device with
80 friq Freecom IQ cable (DE)
/linux-2.4.37.9/arch/cris/drivers/lpslave/
De100lpslave.README38 To ease the use of flat-cable connectors, here are the notes of wich wires to cross and cut with pi…
/linux-2.4.37.9/Documentation/fb/
Dpvr2fb.txt46 cable:X - cable type. This can be any of the following: vga, rgb, and
DREADME-sstfb.txt19 with the vga passthrou cable, I can only suggest borrowing a screen
84 vgapass=0 vganopass Enable or disable VGA passthrou cable.
123 sst_dbg_vgapass /dev/fb1 1 (enables vga cable)
124 sst_dbg_vgapass /dev/fb1 0 (disables vga cable)
/linux-2.4.37.9/drivers/ide/pci/
Dpdc202xx_new.c313 u8 cable = 0; in config_chipset_for_dma() local
326 cable = pdcnew_new_cable_detect(hwif); in config_chipset_for_dma()
330 cable ? "40" : "80", cable); in config_chipset_for_dma()
352 if ((ultra_66) && (cable)) { in config_chipset_for_dma()
Dpdc202xx_old.c371 u8 AP = 0, CLKSPD = 0, cable = 0; in config_chipset_for_dma() local
381 cable = pdc202xx_old_cable_detect(hwif); in config_chipset_for_dma()
385 cable ? "40" : "80", cable); in config_chipset_for_dma()
410 if ((ultra_66) && (cable)) { in config_chipset_for_dma()
/linux-2.4.37.9/drivers/usb/
Dusb-midi.c387 struct usb_mididev *cable = ep->cables[cab]; in usb_bulk_read() local
388 if ( cable ) { in usb_bulk_read()
391 cable->min.buf[cable->min.bufWrPtr] = data[1+i+j]; in usb_bulk_read()
392 cable->min.bufWrPtr = (cable->min.bufWrPtr+1)%MIDI_IN_BUFSIZ; in usb_bulk_read()
393 if (cable->min.bufRemains < MIDI_IN_BUFSIZ) in usb_bulk_read()
394 cable->min.bufRemains += 1; in usb_bulk_read()
396 cable->min.bufRdPtr += (cable->min.bufRdPtr+1)%MIDI_IN_BUFSIZ; in usb_bulk_read()
DConfig.in106 …dep_tristate ' Texas Instruments Graph Link USB (aka SilverLink) cable support' CONFIG_USB_TIGL $…
/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_media.c569 int cable; in lmc_ssi_init() local
575 cable = (mii17 & LMC_MII17_SSI_CABLE_MASK) >> LMC_MII17_SSI_CABLE_SHIFT; in lmc_ssi_init()
576 sc->ictl.cable_type = cable; in lmc_ssi_init()
918 unsigned short dtr:1, dsr:1, rts:1, cable:3, crc:1, led0:1, led1:1, in lmc_ssi_watchdog() member
924 if (ssicsr->cable == 7) in lmc_ssi_watchdog()
/linux-2.4.37.9/Documentation/arm/SA1100/
DADSBitsy37 - 16bpp mode requires a different cable than what ships with the board.
DGraphicsMaster47 - 16bpp mode requires a different cable than what ships with the board.
DGraphicsClient91 - 16bpp mode requires a different cable than what ships with the board.
/linux-2.4.37.9/Documentation/input/
Djoystick.txt199 y-joy | Two 2-button 2-axis joysticks on an Y-cable
200 y-pad | Two 2-button 2-axis gamepads on an Y-cable
285 combination of) devices on a single gameport, using an Y-cable or chained
306 of up to two of these pads either chained together or using an Y-cable on a
348 an Y-cable.
357 Up to two of these can be used on a single gameport, using an Y-cable.
/linux-2.4.37.9/drivers/atm/
Dnicstarmac.copyright7 * interrupts us (except possibly for removal/insertion of the cable?)
/linux-2.4.37.9/Documentation/sound/
Dbtaudio22 playback). As most TV cards come with a short cable which can be plugged
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c1113 char* cable = get_property(np, "cable-type", NULL); in pmac_ide_probe() local
1114 if (cable && !strncmp(cable, "80-", 3)) in pmac_ide_probe()

12