Date: Wed, 28 Jul 1999 11:22:35 +0900 From: Kazutaka YOKOTA <yokota@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.... Message-ID: <199907280222.LAA01388@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Tue, 27 Jul 1999 18:03:12 MST." <Pine.BSF.4.05.9907271756300.31508-100000@semuta.feral.com> References: <Pine.BSF.4.05.9907271756300.31508-100000@semuta.feral.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907280222.LAA01388>