patch-2.3.99-pre6 linux/drivers/net/8390.c
Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/net/82596.c
Back to the patch index
Back to the overall index
- Lines: 54
- Date:
Wed Apr 12 09:38:53 2000
- Orig file:
v2.3.99-pre5/linux/drivers/net/8390.c
- Orig date:
Tue Apr 11 15:09:17 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/net/8390.c linux/drivers/net/8390.c
@@ -181,7 +181,7 @@
* ei_close - shut down network device
* @dev: network device to close
*
- * Opposite of ei_open. Only used when "ifconfig <devname> down" is done.
+ * Opposite of ei_open(). Only used when "ifconfig <devname> down" is done.
*/
int ei_close(struct net_device *dev)
{
@@ -416,7 +416,7 @@
* the 8390 via the card specific functions and fire them at the networking
* stack. We also handle transmit completions and wake the transmit path if
* neccessary. We also update the counters and do other housekeeping as
- * needed
+ * needed.
*/
void ei_interrupt(int irq, void *dev_id, struct pt_regs * regs)
@@ -530,7 +530,7 @@
* is a much better solution as it avoids kernel based Tx timeouts, and
* an unnecessary card reset.
*
- * Called with lock held
+ * Called with lock held.
*/
static void ei_tx_err(struct net_device *dev)
@@ -573,7 +573,7 @@
* @dev: network device for which tx intr is handled
*
* We have finished a transmit: check for errors and then trigger the next
- * packet to be sent. Called with lock held
+ * packet to be sent. Called with lock held.
*/
static void ei_tx_intr(struct net_device *dev)
@@ -665,7 +665,7 @@
* @dev: network device with which receive will be run
*
* We have a good packet(s), get it/them out of the buffers.
- * Called with lock held
+ * Called with lock held.
*/
static void ei_receive(struct net_device *dev)
@@ -801,7 +801,7 @@
* This includes causing "the NIC to defer indefinitely when it is stopped
* on a busy network." Ugh.
* Called with lock held. Don't call this with the interrupts off or your
- * computer will hate you - it takes 10mS or so.
+ * computer will hate you - it takes 10ms or so.
*/
static void ei_rx_overrun(struct net_device *dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)