Home
last modified time | relevance | path

Searched refs:BNC (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/Documentation/networking/
Dde4x5.txt86 from, e.g. TP, reconnect to BNC and things will still work (after a
164 TP, TP_NW, BNC, AUI, BNC_AUI, 100Mb, 10Mb, AUTO
169 insmod de4x5 args='eth1:fdx autosense=BNC eth0:autosense=100Mb'.
174 Yes, I know full duplex isn't permissible on BNC or AUI; they're just
Dsmc9.txt31 2 for AUI ( or BNC on some cards )
Dtlan.txt58 interface. This is also what to do if you want to use the BNC
60 device that does not have an AUI/BNC connector will probably
Darcnet-hardware.txt106 with four BNC connectors containing four 47 Ohm resistors:
552 standard BNC female connector for connection to RG-62/U coax cable.
602 J1 BNC RG62/U Connector (PC130E only)
763 The PC500 is equipped with a standard BNC female connector for connection
810 J1 BNC RG62/U Connector (PC500 only)
1004 only (the JP0 jumper is hardwired), and BNC only.
1023 | -- ##### #### BNC Connector
1328 J1 BNC RG62/U Connector (all except CN120TP)
1537 J1 BNC RG62/U Connector (CN160A/AB only)
1747 | | BNC | |
[all …]
Dvortex.txt44 3c905B Cyclone 10/100/BNC
95 3 10base2 (BNC)
D3c509.txt104 3 10base2 (thin-net == coax / BNC connector)
/linux-2.4.37.9/drivers/net/
Dde4x5.c1244 lp->params.autosense = BNC; in de4x5_hw_init()
2444 } else if ((lp->autosense == BNC) || (lp->autosense == AUI) || (lp->autosense == BNC_AUI)) { in dc21040_autoconf()
2464 case BNC: in dc21040_autoconf()
2600 } else if (lp->autosense == BNC) { in dc21041_autoconf()
2601 lp->media = BNC; in dc21041_autoconf()
2673 lp->media = BNC; in dc21041_autoconf()
2704 lp->media = BNC; in dc21041_autoconf()
2721 case BNC: in dc21041_autoconf()
2760 next_tick = de4x5_suspect_state(dev, 1000, BNC, ping_media, dc21041_autoconf); in dc21041_autoconf()
2923 case BNC: in dc21140m_autoconf()
[all …]
Deexpress.c282 enum eexp_iftype {AUI=0, BNC=1, TPE=2}; enumerator
385 dev->if_port = BNC; in express_probe()
885 case BNC: in eexp_hw_set_interface()
1110 eexp_hw_readeeprom(ioaddr,5) & 0x1 ? TPE : BNC; in eexp_hw_probe()
Deepro.c723 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_probe1() enumerator
804 dev->if_port = BNC; in eepro_probe1()
1070 enum iftype { AUI=0, BNC=1, TPE=2 }; in eepro_open() enumerator
Dde4x5.h817 #define BNC 0x0004 /* Thinwire */ macro