summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1998-03-04 18:10:03 +0000
committeraugustss <augustss@NetBSD.org>1998-03-04 18:10:03 +0000
commit713692a2b5d5bdeb7728c025f0548b7aaa26eda8 (patch)
treea71a1226912c3a15c0544e2ae71c740e34da7d86 /sys/dev
parent2c9f4ad53ad20088fe5ffdbe60dcc2693b66e30e (diff)
For the Rx:Tx split message change "(undefined)" to "3:5".
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/elink3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c
index 07a45b2c59e..8ab9082eda0 100644
--- a/sys/dev/ic/elink3.c
+++ b/sys/dev/ic/elink3.c
@@ -1,4 +1,4 @@
-/* $NetBSD: elink3.c,v 1.37 1998/01/12 09:23:23 thorpej Exp $ */
+/* $NetBSD: elink3.c,v 1.38 1998/03/04 18:10:03 augustss Exp $ */
/*
* Copyright (c) 1996, 1997 Jonathan Stone <jonathan@NetBSD.org>
@@ -390,7 +390,7 @@ ep_internalconfig(sc)
* (Demon, Vortex, and later).
*/
const char *onboard_ram_config[] = {
- "5:3", "3:1", "1:1", "(undefined)" };
+ "5:3", "3:1", "1:1", "3:5" };
GO_WINDOW(3);
config0 = (u_int)bus_space_read_2(iot, ioh, EP_W3_INTERNAL_CONFIG);