1.\" $NetBSD: fmv.4,v 1.9 2012/03/13 19:25:40 njoly Exp $ 2.\" 3.\" Copyright (c) 1999 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25.\" POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd October 5, 2002 28.Dt FMV 4 29.Os 30.Sh NAME 31.Nm fmv 32.Nd 33.Tn Fujitsu 34FMV-18x Ethernet cards device driver 35.Sh SYNOPSIS 36.Cd "fmv0 at isa? port 0x2a0 irq ?" 37.Cd "fmv* at isapnp?" 38.Sh DESCRIPTION 39The 40.Nm 41driver supports the 42.Tn Fujitsu 43FMV-18x ISA network adapters based on the 44.Tn Fujitsu 45MB86964/MB86965A 46.Tn Ethernet 47controllers. 48Supported boards include: 49.Pp 50.Bl -tag -width xxxx -offset indent 51.It Tn Fujitsu FMV-181 ISA Ethernet 52.It Tn Fujitsu FMV-181A ISA Ethernet 53.It Tn Fujitsu FMV-182 ISA Ethernet 54.It Tn Fujitsu FMV-182A ISA Ethernet 55.It Tn Fujitsu FMV-183 ISA-PnP Ethernet 56.El 57.Pp 58For Fujitsu FMV-186/186A/188 PCI Ethernet adapters, use 59.Xr fxp 4 60driver. 61.Sh SEE ALSO 62.Xr ate 4 , 63.Xr ifmedia 4 , 64.Xr intro 4 , 65.Xr isa 4 , 66.Xr isapnp 4 , 67.Xr mbe 4 , 68.Xr ifconfig 8 69.Pp 70.Lk http://www.fujitsumicro.com/ "Fujitsu Semiconductor America" 71.Sh HISTORY 72The 73.Nm 74driver 75appeared in 76.Nx 1.4 . 77