NetBSD Problem Report #12327

Received: (qmail 699 invoked from network); 4 Mar 2001 09:08:20 -0000
Message-Id: <200103040908.f2498JA00755@lager.hitl.washington.edu>
Date: Sun, 4 Mar 2001 01:08:19 -0800 (PST)
From: perseant@hitl.washington.edu
Reply-To: perseant@hitl.washington.edu
To: gnats-bugs@gnats.netbsd.org
Subject: TCWSCONS kernel does not recognize sfb console on DEC 3000/800
X-Send-Pr-Version: 3.95

>Number:         12327
>Category:       port-alpha
>Synopsis:       DEC 3000/800 with TCWSCONS kernel does not take sfb as console
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    thorpej
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 04 09:09:00 +0000 2001
>Closed-Date:    
>Last-Modified:  Tue Oct 13 15:39:54 +0000 2020
>Originator:     
>Release:        20010303, and 1.5
>Organization:
------------------------------------------------------------------------
Konrad Schroder          http://www.hitl.washington.edu/people/perseant/
Information Tech & Services   Box 352142 -or- 215 Fluke Hall, Mason Road
Human Interface Technology Lab                  University of Washington
Voice: 206.616.1478   FAX: 206.543.5380          Seattle, WA, 98195, USA
>Environment:

System: NetBSD lager 1.5.1_ALPHA NetBSD 1.5.1_ALPHA (TCWSCONS) #7: Sun Mar 4 00:35:27 PST 2001 root@lager:/usr/src/sys/arch/alpha/compile/TCWSCONS alpha


>Description:
	The DEC 3000/800 (at least the one I have access to) does not actually
	have on-board graphics, but it does have all six TC slots.  This
	causes the PMAGB-B not to be recognized at console selection time,
	though it is recognized after the system has switched over to serial
	console.
>How-To-Repeat:
	Boot a 3000/800 with TCWSCONS kernel.
>Fix:

	The following seems to do the trick for me:

Index: tc_3000_500.c
===================================================================
RCS file: /cvsroot/syssrc/sys/arch/alpha/tc/tc_3000_500.c,v
retrieving revision 1.23
diff -u -r1.23 tc_3000_500.c
--- tc_3000_500.c	2000/06/05 21:47:31	1.23
+++ tc_3000_500.c	2001/03/04 08:46:24
@@ -312,13 +312,13 @@
 			return ENXIO;
 #endif
 		}
-	} else {
+	} else if ((hwrpb->rpb_variation & SV_ST_MASK) != SV_ST_FLAMINGOPLUS) {
 		/*
 		 * Slots 0-2 in the tc_3000_500_slots array are only
-		 * on the 500 models that also have the CXTurbo
-		 * (500/800/900) and a total of 6 TC slots.  For the
-		 * 400/600/700, slots 0-2 are in table locations 3-5, so
-		 * offset the CTB slot by 3 to get the address in our table.
+		 * on the 500 models that have and a total of 6 TC slots.
+		 * (500/800/900).  For the 400/600/700, slots 0-2 are in
+		 * table locations 3-5, so offset the CTB slot by 3 to get
+		 * the address in our table.
 		 */
 		output_slot += 3;
 	}
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: port-alpha-maintainer->thorpej
Responsible-Changed-By: thorpej@NetBSD.org
Responsible-Changed-When: Tue, 13 Oct 2020 15:39:54 +0000
Responsible-Changed-Why:
Take.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.