Browse Source

[phantom] Remove warning relating to now-fixed firmware bug

tags/v0.9.4
Michael Brown 16 years ago
parent
commit
d474386336
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      src/drivers/net/phantom/phantom.c

+ 0
- 11
src/drivers/net/phantom/phantom.c View File

@@ -1327,17 +1327,6 @@ static void phantom_close ( struct net_device *netdev ) {
1327 1327
 	struct io_buffer *iobuf;
1328 1328
 	unsigned int i;
1329 1329
 
1330
-	/* BUG5671
1331
-	 *
1332
-	 * When the last TX context is destroyed, the firmware will
1333
-	 * pause the Egress Packet Generator (EPG).  The corresponding
1334
-	 * code that is supposed to unpause the EPG when the first TX
1335
-	 * context is created is #if 0'd out (with a comment saying
1336
-	 * FIXME).  The net result of this is that if you close and
1337
-	 * then reopen the interface, you will no longer be able to
1338
-	 * transmit packets.
1339
-	 */
1340
-
1341 1330
 	/* Shut down the port */
1342 1331
 	phantom_del_macaddr ( phantom_port, netdev->ll_addr );
1343 1332
 	phantom_del_macaddr ( phantom_port,

Loading…
Cancel
Save