s/tranceiver/transceiver/ in comment and definition.
This commit is contained in:
parent
9d265f7937
commit
d7585e97b6
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: dp8390var.h,v 1.36 2021/08/09 20:49:10 andvar Exp $ */
|
||||
/* $NetBSD: dp8390var.h,v 1.37 2024/02/02 22:23:53 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Device driver for National Semiconductor DS8390/WD83C690 based ethernet
|
||||
|
@ -110,9 +110,9 @@ struct dp8390_softc {
|
|||
* Compile-time config flags
|
||||
*/
|
||||
/*
|
||||
* This sets the default for enabling/disabling the tranceiver.
|
||||
* This sets the default for enabling/disabling the transceiver.
|
||||
*/
|
||||
#define DP8390_DISABLE_TRANCEIVER 0x0001
|
||||
#define DP8390_DISABLE_TRANSCEIVER 0x0001
|
||||
|
||||
/*
|
||||
* This forces the board to be used in 8/16-bit mode even if it autoconfigs
|
||||
|
|
Loading…
Reference in New Issue