From owner-freebsd-alpha Tue Jul 27 19:19:33 1999 Delivered-To: freebsd-alpha@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 48FB314D60 for ; Tue, 27 Jul 1999 19:19:23 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:YGAiH1CjCtYH+0FRWWyNc8CgvC/T7et+@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id LAA30075; Wed, 28 Jul 1999 11:18:18 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id LAA01388; Wed, 28 Jul 1999 11:22:36 +0900 (JST) Message-Id: <199907280222.LAA01388@zodiac.mech.utsunomiya-u.ac.jp> To: mjacob@feral.com Cc: alpha@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: breakage du jour.... In-reply-to: Your message of "Tue, 27 Jul 1999 18:03:12 MST." References: Date: Wed, 28 Jul 1999 11:22:35 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Reopening this again... the changes that were made in CVS do not address >the problem that had occurred before- namely the panic. The following >patch is still necessary (at least if you have a serial console). > >-matt ? The latest revision of cons.c is 1.12 on 24 July. Do you mean the latest version still doesn't work? Kazu >Index: cons.c >=================================================================== >RCS file: /cvs-src/src/sys/alpha/alpha/cons.c,v >retrieving revision 1.11 >diff -u -r1.11 cons.c >--- cons.c 1999/06/22 14:13:16 1.11 >+++ cons.c 1999/07/28 00:57:40 >@@ -183,8 +183,12 @@ > cdp->d_close = cnclose; > cn_phys_open = cdp->d_open; > cdp->d_open = cnopen; >+#ifdef worked > cn_tp = (*cdp->d_devtotty)(cn_tab->cn_dev); > cn_dev_t = cn_tp->t_dev; >+#else >+ cn_dev_t = cn_tab->cn_dev; >+#endif > cn_udev_t = dev2udev(cn_dev_t); > } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message