From owner-freebsd-commit Mon Sep 11 12:34:41 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29450 for freebsd-commit-outgoing; Mon, 11 Sep 1995 12:34:41 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29437 for cvs-all-outgoing; Mon, 11 Sep 1995 12:34:38 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29424 for cvs-sys-outgoing; Mon, 11 Sep 1995 12:34:37 -0700 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29414 ; Mon, 11 Sep 1995 12:34:33 -0700 Date: Mon, 11 Sep 1995 12:34:33 -0700 From: Stefan Esser Message-Id: <199509111934.MAA29414@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/11 12:34:33 Modified: sys/pci ncr.c Log: Introduce NCB_SCRIPT_PHYS and CCB_PHYS macros to find physical addresses of NCR script labels and of command control block structure components. This allows for easy modification of the actual virtual to physical mapping operator used ... Make all applicable references to physical address values use the above macros instead of calls to vtophys().