Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 1999 18:03:12 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        alpha@FreeBSD.ORG
Subject:   Re: breakage du jour....
Message-ID:  <Pine.BSF.4.05.9907271756300.31508-100000@semuta.feral.com>
In-Reply-To: <Pine.BSF.4.05.9907220939030.18011-100000@herring.nlsystems.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
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?Pine.BSF.4.05.9907271756300.31508-100000>