From owner-cvs-sys Fri Apr 26 15:26:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08522 for cvs-sys-outgoing; Fri, 26 Apr 1996 15:26:55 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08504 Fri, 26 Apr 1996 15:26:47 -0700 (PDT) Date: Fri, 26 Apr 1996 15:26:47 -0700 (PDT) From: Bruce Evans Message-Id: <199604262226.PAA08504@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/26 15:26:46 Modified: sys/i386/i386 locore.s Log: Fixed a bug introoduced in the previous change. ISA device memory was mapped to semi-random place(s) depending on the content(s) of physical address 0xA0000. This was fatal at least on my system with a some memory-mapped devices. Console syscons somehow wasn't affected. It bogusly hardcodes the address. Sigh. Revision Changes Path 1.66 +3 -3 src/sys/i386/i386/locore.s