From owner-cvs-all Fri Jul 31 02:17:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25994 for cvs-all-outgoing; Fri, 31 Jul 1998 02:17:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25989; Fri, 31 Jul 1998 02:17:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07987; Fri, 31 Jul 1998 02:17:52 -0700 (PDT) Date: Fri, 31 Jul 1998 02:17:52 -0700 (PDT) Message-Id: <199807310917.CAA07987@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/pci cia.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/07/31 02:17:52 PDT Modified files: sys/alpha/pci cia.c Log: Only perform byte/word accesses in the correct EV56 memory space. Sparse macros have moved to . Fix sparse memory access so that it actually works as intended. Tidy up sparse configuration access slightly. Revision Changes Path 1.4 +69 -78 src/sys/alpha/pci/cia.c