From owner-p4-projects Fri Nov 29 9:30:28 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9192837B406; Fri, 29 Nov 2002 09:30:25 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3588237B404 for ; Fri, 29 Nov 2002 09:30:25 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA0543E4A for ; Fri, 29 Nov 2002 09:30:22 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gATHhxxQ024089; Fri, 29 Nov 2002 12:43:59 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gATHhuNL024088; Fri, 29 Nov 2002 12:43:56 -0500 (EST) Date: Fri, 29 Nov 2002 12:43:55 -0500 From: Jake Burkholder To: Marcel Moolenaar Cc: Perforce Change Reviews Subject: Re: PERFORCE change 21643 for review Message-ID: <20021129124355.O4948@locore.ca> References: <200211281908.gASJ8pFc092675@repoman.freebsd.org> <20021128144127.F4948@locore.ca> <20021128201834.GA1060@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021128201834.GA1060@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Thu, Nov 28, 2002 at 12:18:34PM -0800 Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Thu, Nov 28, 2002 at 12:18:34PM -0800, Marcel Moolenaar said words to the effect of; > On Thu, Nov 28, 2002 at 02:41:27PM -0500, Jake Burkholder wrote: > > Apparently, On Thu, Nov 28, 2002 at 11:08:51AM -0800, > > Marcel Moolenaar said words to the effect of; > > > > > http://perforce.freebsd.org/chv.cgi?CH=21643 > > > > > > Change 21643 by marcel@marcel_nfs on 2002/11/28 11:08:12 > > > > > > Conditionally compile-out I/O port addresses and memory addresses > > > in structs. Use tags and handles instead (as much as possible). > > > Not the final state, but compilable and useable. > > > > Hi, > > > > It looks like we'll have to do a lot of the same stuff to get syscons to > > work on sparc64. It would be cool if you could take this into account > > when adding ifdefs not to make it so ia64 specific. > > If there's agreement/consensus that this code is (potentially) useful > then yes. I'm mostly working with the assumption that it will not be > used in the end and I'm allowing myself to take all sorts of shortcuts. Ok, understood. > > If we do want to proceed in this direction, then it's probably a good > idea to get more people involved. I'm in no way a vga(4), fb(4) or > syscons(4) wizard and I don't intend to take this on by myself: it's > just too hairy... Hmm, ok. I don't really know what to suggest in that case. Kazu was the last person to do extensive work on syscons I think. It may be less work, for sparc64 at least, to look at importing wscons from netbsd or openbsd which is much more multi platform aware than syscons. > > As a start: I think we should minimize conditional compilation based > on architecture. I'd rather we introduce FB_NEWBUS as an option and > use that. Thoughts? This sounds fine. > > Secondly: In vga_vid_config we need to actually probe for a VGA device. > Can I assume that for sparc64 the legacy memory and I/O exists as well? Don't really know what you mean by legacy memory and I/O. Most sparc64 machines have UPA graphics, which I imagine is quite different from vga, I haven't looked into it, but there are some with just vga. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message