Date: Fri, 01 Jun 2001 15:56:44 -0700 From: Peter Wemm <peter@wemm.org> To: Warner Losh <imp@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/isa orm.c Message-ID: <20010601225644.B8FCF380C@overcee.netplex.com.au> In-Reply-To: <200106012058.f51KwWU01189@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010601225644.B8FCF380C>