From owner-freebsd-arch@FreeBSD.ORG Thu Oct 2 12:34:03 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E43827C for ; Thu, 2 Oct 2014 12:34:03 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4841DB34 for ; Thu, 2 Oct 2014 12:34:03 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XZfZw-0002b3-2b; Thu, 02 Oct 2014 16:33:52 +0400 Date: Thu, 2 Oct 2014 16:33:52 +0400 From: Slawa Olhovchenkov To: Peter Jeremy Subject: Re: Removing disconnected tty drivers Message-ID: <20141002123351.GA9212@zxy.spb.ru> References: <1789815.bS8Ac2qsJ6@ralph.baldwin.cx> <20141001100353.GF20707@server.rulingia.com> <20141001175952.GZ43300@funkthat.com> <20141001185011.GA12174@server.rulingia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141001185011.GA12174@server.rulingia.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 12:34:03 -0000 On Thu, Oct 02, 2014 at 04:50:11AM +1000, Peter Jeremy wrote: > On 2014-Oct-01 10:59:52 -0700, John-Mark Gurney wrote: > >Peter Jeremy wrote this message on Wed, Oct 01, 2014 at 20:03 +1000: > >> See > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=152253 > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=158086 > >> unfortunately, I no longer have access to the hardware. I'm happy to > >> update the patches to compile on -current but can't do more than that. > > > >I think I have digi hardware (an old ISA card), and I just recently > >upgraded a box to HEAD that has ISA slots, so I'll look at testing > >out these patches... > > Note that I only had access to PCI hardware and the ISA bus interface > was significantly different so those patches only support PCI cards. > (I'm not sure how much effort would be necessary to get it working > with both ISA and PCI). As I remember ISA/EISA and PCI different only in interrupt path. All other logic is common.