Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 22:17:33 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mlx mlx.c mlx_pci.c mlxvar.h
Message-ID:  <200011280617.WAA34022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011280617.WAA34022>