Remove references to EISA support in mlx. The driver never supported

the EISA cards and EISA bus support is being removed.
This commit is contained in:
Warner Losh 2017-02-16 21:56:32 +00:00
parent d4bfe93950
commit 572f2440a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313827
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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");