From owner-freebsd-bugs Thu Feb 22 12:21:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA14950 for bugs-outgoing; Thu, 22 Feb 1996 12:21:48 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA14945 for ; Thu, 22 Feb 1996 12:21:43 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA16386; Thu, 22 Feb 1996 21:21:30 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA05578; Thu, 22 Feb 1996 21:21:27 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id VAA26313; Thu, 22 Feb 1996 21:17:05 +0100 (MET) From: J Wunsch Message-Id: <199602222017.VAA26313@uriah.heep.sax.de> Subject: Re: /usr/bin/mt core dumped To: avl@kiam1.rssi.ru (Lapinsky Alexander) Date: Thu, 22 Feb 1996 21:17:04 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, bugs@FreeBSD.ORG Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602210958.MAA12958@flox.kiam1.rssi.ru> from "Lapinsky Alexander" at Feb 21, 96 12:58:46 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk As Lapinsky Alexander wrote: > And how about bug in wt driver ? ( Fix see below :-) > I sent my fix to authors, but have no answer yet. What's the appearance of this bug (i.e., how could i verify that the fix is correct)? Btw., mt(1) in FreeBSD-current can now properly print the status and error register bits. So strictly spoken, neither your fix or the previous one (regarding the ``bits == 0'' thing) would still be necessary. :) The trick was to move the definitions for #define WTDS_BITS #define WTER_BITS out from /sys/i386/isa/wtreg.h into a separate /sys/i386/include/wtio.h, so it's visible from userland as . This way, both definitions can be passed down to print_register(). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)