Searched refs:cable (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt108 Multimode optical is adequate for Fibre Channel- the same cable is
113 (the longest I've used is a 15meter cable but it's supposed to go
121 a 100$ for a 3m copper cable.
/freebsd-10-stable/sbin/sconfig/
H A Dsconfig.c115 /*"\tcablen={on,off}\t\t -- T3/STS-1 high transmitter output for long cable\n"*/
586 int cable, dir, scrambler, ami, mtu; local
620 cable_valid = ioctl (fd, SERIAL_GETCABLE, &cable) >= 0;
636 switch (cable) {
642 case 9: printf (" (no cable)"); break;
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c1032 led_on(sc, MII16_HSSI_LED_LL); /* always on (SSI cable) */
1128 /* Set cable length. */
1575 /* Loop towards host thru cable drivers and receivers. */
1576 /* Asserts DCD at the far end of a null modem cable. */
1583 /* Asserts TM at the far end of a null modem cable. */
1606 u_int16_t cable; local
1622 /* Check the external cable. */
1623 cable = read_mii(sc, 17);
1624 cable = cable
[all...]

Completed in 110 milliseconds