transceiver, not transciever.

This commit is contained in:
wiz 2001-06-11 01:19:53 +00:00
parent c86430e7a1
commit 0a3b1c29a1
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: tulipreg.h,v 1.23 2000/10/03 04:32:00 thorpej Exp $ */
/* $NetBSD: tulipreg.h,v 1.24 2001/06/11 01:19:54 wiz Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@ -76,7 +76,7 @@
* - No SIO facility (due to the above two differences).
* - GPIO interface is different than the 21140's.
* - Boards that lack PHYs use the internal NWay block
* and transciever.
* and transceiver.
*
* - Winbond 89C840F
*
@ -1038,7 +1038,7 @@ struct tulip_desc {
#define CSR_PNIC_NWAY 0xb8
#define PNIC_NWAY_RS 0x00000001 /* reset NWay block */
#define PNIC_NWAY_PD 0x00000002 /* power down NWay block */
#define PNIC_NWAY_BX 0x00000004 /* bypass transciever */
#define PNIC_NWAY_BX 0x00000004 /* bypass transceiver */
#define PNIC_NWAY_LC 0x00000008 /* AUI low current mode */
#define PNIC_NWAY_UV 0x00000010 /* low squelch voltage */
#define PNIC_NWAY_DX 0x00000020 /* disable TP pol. correction */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ec.c,v 1.12 2001/02/12 18:49:04 thorpej Exp $ */
/* $NetBSD: if_ec.c,v 1.13 2001/06/11 01:19:53 wiz Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -356,7 +356,7 @@ ec_attach(parent, self, aux)
/*
* Unmap PROM - select NIC registers. The proper setting of the
* transciever is set in later in ec_init_card() via dp8390_init().
* transceiver is set in later in ec_init_card() via dp8390_init().
*/
bus_space_write_1(asict, asich, ELINK2_CR, ELINK2_CR_XSEL);