From owner-freebsd-alpha Sun Feb 18 12:11:51 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id E8B5837B4EC for ; Sun, 18 Feb 2001 12:11:46 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id HAA09275 for ; Mon, 19 Feb 2001 07:11:42 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01K0AAWA1JHCI8TJA9@cim.alcatel.com.au> for freebsd-alpha@FreeBSD.ORG; Mon, 19 Feb 2001 07:11:26 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f1IKBdk63146 for freebsd-alpha@FreeBSD.ORG; Mon, 19 Feb 2001 07:11:39 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Mon, 19 Feb 2001 07:11:39 +1100 From: Peter Jeremy Subject: Re: TGA driver available In-reply-to: <01c0983b$f195e980$0f0136a9@erdos.fc.hp.com>; from miklic@fc.hp.com on Fri, Feb 16, 2001 at 10:14:39AM -0700 To: freebsd-alpha@FreeBSD.ORG Mail-followup-to: freebsd-alpha@FreeBSD.ORG Message-id: <20010219071139.C70642@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <01c0983b$f195e980$0f0136a9@erdos.fc.hp.com> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 2001-Feb-16 10:14:39 -0700, "Andrew M. Miklic" wrote: > I've managed to complete a somewhat-functional TGA driver, I'd like to thank Andrew, Drew and Thomas for their efforts. > 1) Color scheme for text is "off" > 2) Mouse does not work > 3) Font loading does not work > 4) X-vty switching > > In order of priority, I am looking at the above in reverse order, And I'm working on the above in that order. I hope to have sane colours within a few days. I also have some patches to Andrew's code as follows: 1) Fix files.alpha for TGA without VGA 2) `generic' -STABLE to -CURRENT patches avoiding bus abstraction issues. 3) Horrible hack to make TGA work on a -CURRENT LCA machine This patch basically re-creates pci_cfg{read,write}() and pci_cvt_to_dense() which were removed last year. It additionally requires the removal of the `static' on lca_pcib_write_config() as well as adding a prototype for it in 4) General type and code cleanups (part 1) - use tga_reg_t ISO u_int32_t for accessing/copying TGA registers - avoid signed characters - Remove unused variables 5) General type and code cleanups (part 2) - Conversion of magic numbers to macros. This step is not complete - the patch covers the GDER, GMOR, VHCR and VVCR registers. See my e-mail of a couple of days ago for background on points 2 and 3. The remainder of the patches will work on -stable or -current. Patch 3 is very much a `quick-and-dirty' hack - I'm not sure what the correct fix is and didn't want to waste too much effort. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message