From owner-cvs-all Mon Nov 27 22:17:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D962F37B400; Mon, 27 Nov 2000 22:17:33 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34022; Mon, 27 Nov 2000 22:17:33 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Message-Id: <200011280617.WAA34022@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 27 Nov 2000 22:17:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlx_pci.c mlxvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2000/11/27 22:17:33 PST Modified files: sys/dev/mlx mlx.c mlx_pci.c mlxvar.h Log: Avoid hardcoding the 'rid' and 'type' of the MEM/IOPORT resource. Store the 'rid' and 'type' in the softc and use them in mlx.c:mlx_free(). EISA and MCA front ends will require this. Approved by: msmith Revision Changes Path 1.25 +2 -3 src/sys/dev/mlx/mlx.c 1.11 +11 -8 src/sys/dev/mlx/mlx_pci.c 1.13 +3 -1 src/sys/dev/mlx/mlxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message