diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-08 06:42:34 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-06-08 06:42:34 +0000 |
| commit | 59fde8c360d828745b740b76b2b3a03eb0a005db (patch) | |
| tree | 41064db5d121aa522731bac2402cb7c9b413d3d0 /sys/dev/tx | |
| parent | 3121d4cbe0e74ae75e281626834aaf51908a7731 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 691f2fc37702..399fce181c9a 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_tx.c,v 1.10 1998/04/15 17:47:05 bde Exp $ + * $Id: if_tx.c,v 1.11 1998/06/07 17:12:38 dfr Exp $ * */ @@ -879,7 +879,7 @@ epic_pci_attach( i=epic_read_phy_register( sc, DP83840_BMSR ); if( !(i & BMSR_LINK_STATUS) ) - printf("tx%d: WARNING! no link estabilished\n",sc->unit); + printf("tx%d: WARNING! no link established\n",sc->unit); /* Set shut down routine to stop DMA processes on reboot */ at_shutdown(epic_shutdown, sc, SHUTDOWN_POST_SYNC); |
