diff options
Diffstat (limited to 'drivers/net/pcnet32.c')
-rw-r--r-- | drivers/net/pcnet32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcnet32.c b/drivers/net/pcnet32.c index eb7ac4e48c7..e89afb92974 100644 --- a/drivers/net/pcnet32.c +++ b/drivers/net/pcnet32.c | |||
@@ -1633,7 +1633,7 @@ pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev) | |||
1633 | /* | 1633 | /* |
1634 | * On selected chips turn on the BCR18:NOUFLO bit. This stops transmit | 1634 | * On selected chips turn on the BCR18:NOUFLO bit. This stops transmit |
1635 | * starting until the packet is loaded. Strike one for reliability, lose | 1635 | * starting until the packet is loaded. Strike one for reliability, lose |
1636 | * one for latency - although on PCI this isnt a big loss. Older chips | 1636 | * one for latency - although on PCI this isn't a big loss. Older chips |
1637 | * have FIFO's smaller than a packet, so you can't do this. | 1637 | * have FIFO's smaller than a packet, so you can't do this. |
1638 | * Turn on BCR18:BurstRdEn and BCR18:BurstWrEn. | 1638 | * Turn on BCR18:BurstRdEn and BCR18:BurstWrEn. |
1639 | */ | 1639 | */ |