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 msm...@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"); _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"