Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/ic pull up rev 1.2 from trunk (cgd):
details: https://anonhg.NetBSD.org/src/rev/b9a8ca1a1986
branches: netbsd-1-4
changeset: 469406:b9a8ca1a1986
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Sep 18 00:56:34 1999 +0000
description:
pull up rev 1.2 from trunk (cgd):
Select the right tranceiver type when configuring the driver,
and change the timing for the MII code a bit. Fixes a problem
with MII not being reported correctly (PR#8363). (cgd)
diffstat:
sys/dev/ic/elinkxlreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r acd8ed2a9bd2 -r b9a8ca1a1986 sys/dev/ic/elinkxlreg.h
--- a/sys/dev/ic/elinkxlreg.h Sat Sep 18 00:56:24 1999 +0000
+++ b/sys/dev/ic/elinkxlreg.h Sat Sep 18 00:56:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elinkxlreg.h,v 1.1 1998/11/04 00:29:29 fvdl Exp $ */
+/* $NetBSD: elinkxlreg.h,v 1.1.6.1 1999/09/18 00:56:34 cgd Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -177,6 +177,8 @@
#define CONFIG_XCVR_SEL (u_int16_t) 0x00f0
#define CONFIG_XCVR_SEL_SHIFT 4
+#define ELINKMEDIA_AUTO 8
+
#define CONFIG_AUTOSEL (u_int16_t) 0x0100
#define CONFIG_AUTOSEL_SHIFT 8
Home |
Main Index |
Thread Index |
Old Index