Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2017 21:56:32 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313827 - in head: share/man/man4 sys/dev/mlx
Message-ID:  <201702162156.v1GLuW13043319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Feb 16 21:56:32 2017
New Revision: 313827
URL: https://svnweb.freebsd.org/changeset/base/313827

Log:
  Remove references to EISA support in mlx. The driver never supported
  the EISA cards and EISA bus support is being removed.

Modified:
  head/share/man/man4/mlx.4
  head/sys/dev/mlx/mlx.c

Modified: head/share/man/man4/mlx.4
==============================================================================
--- head/share/man/man4/mlx.4	Thu Feb 16 21:56:27 2017	(r313826)
+++ head/share/man/man4/mlx.4	Thu Feb 16 21:56:32 2017	(r313827)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 10, 2004
+.Dd February 15, 2017
 .Dt MLX 4
 .Os
 .Sh NAME
@@ -245,7 +245,6 @@ This manual page was written by
 and
 .An Michael Smith Aq Mt msmith@FreeBSD.org .
 .Sh BUGS
-The driver does not yet support EISA adapters.
 The DEC KZPSC has insufficient flash ROM to hold any reasonably recent firmware.
 This has caused problems for this driver.
 .Pp

Modified: head/sys/dev/mlx/mlx.c
==============================================================================
--- head/sys/dev/mlx/mlx.c	Thu Feb 16 21:56:27 2017	(r313826)
+++ head/sys/dev/mlx/mlx.c	Thu Feb 16 21:56:32 2017	(r313827)
@@ -450,7 +450,7 @@ mlx_attach(struct mlx_softc *sc)
 	}
 	sc->mlx_enq2->me_firmware_id = ('0' << 24) | (0 << 16) | (meo->me_fwminor << 8) | meo->me_fwmajor;
 	
-	/* XXX require 2.42 or better (PCI) or 2.14 or better (EISA) */
+	/* XXX require 2.42 or better (PCI) */
 	if (meo->me_fwminor < 42) {
 	    device_printf(sc->mlx_dev, " *** WARNING *** This firmware revision is not recommended\n");
 	    device_printf(sc->mlx_dev, " *** WARNING *** Use revision 2.42 or later\n");



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