diff options
| author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-09 22:41:59 -0400 |
|---|---|---|
| committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-15 20:23:16 -0400 |
| commit | ee446fd5e6dafee4a16fd1bd345d2571dcfd6f5d (patch) | |
| tree | 6c2400cff6bd26c8bfb06bd523b227a0e3aa232e | |
| parent | 211ed865108e24697b44bee5daac502ee6bdd4a4 (diff) | |
tokenring: delete all remaining driver support
This represents the mass deletion of the of the tokenring support.
It gets rid of:
- the net/tr.c which the drivers depended on
- the drivers/net component
- the Kbuild infrastructure around it
- any tokenring related CONFIG_ settings in any defconfigs
- the tokenring headers in the include/linux dir
- the firmware associated with the tokenring drivers.
- any associated token ring documentation.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
43 files changed, 0 insertions, 25869 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index b7413cb46dcb..ef088e55ab2e 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
| @@ -996,7 +996,6 @@ Table 1-9: Network info in /proc/net | |||
| 996 | snmp SNMP data | 996 | snmp SNMP data |
| 997 | sockstat Socket statistics | 997 | sockstat Socket statistics |
| 998 | tcp TCP sockets | 998 | tcp TCP sockets |
| 999 | tr_rif Token ring RIF routing table | ||
| 1000 | udp UDP sockets | 999 | udp UDP sockets |
| 1001 | unix UNIX domain sockets | 1000 | unix UNIX domain sockets |
| 1002 | wireless Wireless interface data (Wavelan etc) | 1001 | wireless Wireless interface data (Wavelan etc) |
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX index 9ad9ddeb384c..2cc3c7733a2f 100644 --- a/Documentation/networking/00-INDEX +++ b/Documentation/networking/00-INDEX | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | 00-INDEX | 1 | 00-INDEX |
| 2 | - this file | 2 | - this file |
| 3 | 3c359.txt | ||
| 4 | - information on the 3Com TokenLink Velocity XL (3c5359) driver. | ||
| 5 | 3c505.txt | 3 | 3c505.txt |
| 6 | - information on the 3Com EtherLink Plus (3c505) driver. | 4 | - information on the 3Com EtherLink Plus (3c505) driver. |
| 7 | 3c509.txt | 5 | 3c509.txt |
| @@ -142,8 +140,6 @@ netif-msg.txt | |||
| 142 | - Design of the network interface message level setting (NETIF_MSG_*). | 140 | - Design of the network interface message level setting (NETIF_MSG_*). |
| 143 | nfc.txt | 141 | nfc.txt |
| 144 | - The Linux Near Field Communication (NFS) subsystem. | 142 | - The Linux Near Field Communication (NFS) subsystem. |
| 145 | olympic.txt | ||
| 146 | - IBM PCI Pit/Pit-Phy/Olympic Token Ring driver info. | ||
| 147 | openvswitch.txt | 143 | openvswitch.txt |
| 148 | - Open vSwitch developer documentation. | 144 | - Open vSwitch developer documentation. |
| 149 | operstates.txt | 145 | operstates.txt |
| @@ -184,8 +180,6 @@ skfp.txt | |||
| 184 | - SysKonnect FDDI (SK-5xxx, Compaq Netelligent) driver info. | 180 | - SysKonnect FDDI (SK-5xxx, Compaq Netelligent) driver info. |
| 185 | smc9.txt | 181 | smc9.txt |
| 186 | - the driver for SMC's 9000 series of Ethernet cards | 182 | - the driver for SMC's 9000 series of Ethernet cards |
| 187 | smctr.txt | ||
| 188 | - SMC TokenCard TokenRing Linux driver info. | ||
| 189 | spider-net.txt | 183 | spider-net.txt |
| 190 | - README for the Spidernet Driver (as found in PS3 / Cell BE). | 184 | - README for the Spidernet Driver (as found in PS3 / Cell BE). |
| 191 | stmmac.txt | 185 | stmmac.txt |
| @@ -200,8 +194,6 @@ tcp-thin.txt | |||
| 200 | - kernel tuning options for low rate 'thin' TCP streams. | 194 | - kernel tuning options for low rate 'thin' TCP streams. |
| 201 | tlan.txt | 195 | tlan.txt |
| 202 | - ThunderLAN (Compaq Netelligent 10/100, Olicom OC-2xxx) driver info. | 196 | - ThunderLAN (Compaq Netelligent 10/100, Olicom OC-2xxx) driver info. |
| 203 | tms380tr.txt | ||
| 204 | - SysKonnect Token Ring ISA/PCI adapter driver info. | ||
| 205 | tproxy.txt | 197 | tproxy.txt |
| 206 | - Transparent proxy support user guide. | 198 | - Transparent proxy support user guide. |
| 207 | tuntap.txt | 199 | tuntap.txt |
diff --git a/Documentation/networking/3c359.txt b/Documentation/networking/3c359.txt deleted file mode 100644 index dadfe8147ab8..000000000000 --- a/Documentation/networking/3c359.txt +++ /dev/null | |||
| @@ -1,58 +0,0 @@ | |||
| 1 | |||
| 2 | 3COM PCI TOKEN LINK VELOCITY XL TOKEN RING CARDS README | ||
| 3 | |||
| 4 | Release 0.9.0 - Release | ||
| 5 | Jul 17th 2000 Mike Phillips | ||
| 6 | |||
| 7 | 1.2.0 - Final | ||
| 8 | Feb 17th 2002 Mike Phillips | ||
| 9 | Updated for submission to the 2.4.x kernel. | ||
| 10 | |||
| 11 | Thanks: | ||
| 12 | Terry Murphy from 3Com for tech docs and support, | ||
| 13 | Adam D. Ligas for testing the driver. | ||
| 14 | |||
| 15 | Note: | ||
| 16 | This driver will NOT work with the 3C339 Token Ring cards, you need | ||
| 17 | to use the tms380 driver instead. | ||
| 18 | |||
| 19 | Options: | ||
| 20 | |||
| 21 | The driver accepts three options: ringspeed, pkt_buf_sz and message_level. | ||
| 22 | |||
| 23 | These options can be specified differently for each card found. | ||
| 24 | |||
| 25 | ringspeed: Has one of three settings 0 (default), 4 or 16. 0 will | ||
| 26 | make the card autosense the ringspeed and join at the appropriate speed, | ||
| 27 | this will be the default option for most people. 4 or 16 allow you to | ||
| 28 | explicitly force the card to operate at a certain speed. The card will fail | ||
| 29 | if you try to insert it at the wrong speed. (Although some hubs will allow | ||
| 30 | this so be *very* careful). The main purpose for explicitly setting the ring | ||
| 31 | speed is for when the card is first on the ring. In autosense mode, if the card | ||
| 32 | cannot detect any active monitors on the ring it will open at the same speed as | ||
| 33 | its last opening. This can be hazardous if this speed does not match the speed | ||
| 34 | you want the ring to operate at. | ||
| 35 | |||
| 36 | pkt_buf_sz: This is this initial receive buffer allocation size. This will | ||
| 37 | default to 4096 if no value is entered. You may increase performance of the | ||
| 38 | driver by setting this to a value larger than the network packet size, although | ||
| 39 | the driver now re-sizes buffers based on MTU settings as well. | ||
| 40 | |||
| 41 | message_level: Controls level of messages created by the driver. Defaults to 0: | ||
| 42 | which only displays start-up and critical messages. Presently any non-zero | ||
| 43 | value will display all soft messages as well. NB This does not turn | ||
| 44 | debugging messages on, that must be done by modified the source code. | ||
| 45 | |||
| 46 | Variable MTU size: | ||
| 47 | |||
| 48 | The driver can handle a MTU size up to either 4500 or 18000 depending upon | ||
| 49 | ring speed. The driver also changes the size of the receive buffers as part | ||
| 50 | of the mtu re-sizing, so if you set mtu = 18000, you will need to be able | ||
| 51 | to allocate 16 * (sk_buff with 18000 buffer size) call it 18500 bytes per ring | ||
| 52 | position = 296,000 bytes of memory space, plus of course anything | ||
| 53 | necessary for the tx sk_buff's. Remember this is per card, so if you are | ||
| 54 | building routers, gateway's etc, you could start to use a lot of memory | ||
| 55 | real fast. | ||
| 56 | |||
| 57 | 2/17/02 Mike Phillips | ||
| 58 | |||
diff --git a/Documentation/networking/olympic.txt b/Documentation/networking/olympic.txt deleted file mode 100644 index b | |||
