From owner-cvs-all Fri Jun 1 15:56:51 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id EDEAF37B422; Fri, 1 Jun 2001 15:56:44 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f51MuiM30044; Fri, 1 Jun 2001 15:56:44 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id B8FCF380C; Fri, 1 Jun 2001 15:56:44 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/isa orm.c In-Reply-To: <200106012058.f51KwWU01189@freefall.freebsd.org> Date: Fri, 01 Jun 2001 15:56:44 -0700 From: Peter Wemm Message-Id: <20010601225644.B8FCF380C@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh wrote: > imp 2001/06/01 13:58:32 PDT > > Modified files: > sys/conf files > Added files: > sys/isa orm.c > Log: > The orm device. This device gobbles up the Option ROMs in the ISA > memory I/O space. Otherwise, our resource allocation system might > mistakenly assign pccard, plug and play devices or other things > addresses that conflict with ROMs. Hmm. This might make oldcard work out of the box on my VAIO again. The video bios goes from 0xc0000 -> 0xd3fff (80K, not 64k). But then again, XFree86 was still hosed last time I checked. First, it tried to copy the whole 80K rom into a 64K buffer and crashed. Now, the driver copies the first 64k only, and then tries to execute the bios under x86emu (or whatever it is called). This is not your problem though. :-) Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message