From owner-freebsd-commit Fri Sep 8 12:31:40 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29198 for freebsd-commit-outgoing; Fri, 8 Sep 1995 12:31:40 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29081 for cvs-all-outgoing; Fri, 8 Sep 1995 12:30:18 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29065 for cvs-sys-outgoing; Fri, 8 Sep 1995 12:30:16 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29049 ; Fri, 8 Sep 1995 12:30:13 -0700 Date: Fri, 8 Sep 1995 12:30:13 -0700 From: Stefan Esser Message-Id: <199509081930.MAA29049@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: commit-owner@FreeBSD.org Precedence: bulk se 95/09/08 12:30:13 Modified: sys/pci ncr.c Log: Don't use vtophys() for constant addresses, cache the translations in the NCR control block (ncb) and command control block (ccb) instead.