xref: /openbsd/share/man/man4/ne.4 (revision 133306f0)
1.\"	$OpenBSD: ne.4,v 1.5 2000/10/18 02:38:23 aaron Exp $
2.\"	$NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $
3.\"
4.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9.\" NASA Ames Research Center.
10.\"
11.\" Redistribution and use in source and binary forms, with or without
12.\" modification, are permitted provided that the following conditions
13.\" are met:
14.\" 1. Redistributions of source code must retain the above copyright
15.\"    notice, this list of conditions and the following disclaimer.
16.\" 2. Redistributions in binary form must reproduce the above copyright
17.\"    notice, this list of conditions and the following disclaimer in the
18.\"    documentation and/or other materials provided with the distribution.
19.\" 3. All advertising materials mentioning features or use of this software
20.\"    must display the following acknowledgement:
21.\"        This product includes software developed by the NetBSD
22.\"        Foundation, Inc. and its contributors.
23.\" 4. Neither the name of The NetBSD Foundation nor the names of its
24.\"    contributors may be used to endorse or promote products derived
25.\"    from this software without specific prior written permission.
26.\"
27.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37.\" POSSIBILITY OF SUCH DAMAGE.
38.\"
39.Dd September 22, 1998
40.Dt NE 4
41.Os
42.Sh NAME
43.Nm ne
44.Nd NE2000 and compatible Ethernet driver
45.Sh SYNOPSIS
46.Cd "ne0 at isa? port 0x300 irq 9"
47.Cd "ne* at isapnp?"
48.Cd "ne* at pci? dev ? function ?"
49.Cd "ne* at pcmcia? function ?"
50.Sh DESCRIPTION
51The
52.Nm
53device driver supports NE2000 and compatible (including NE1000) Ethernet
54cards.
55.Sh MEDIA SELECTION
56The RealTek 8019 (ISA, ISAPnP, some PCMCIA) and RealTek 8029 (PCI)
57NE2000-compatible Ethernet chips include support for software media
58selection.  If one of these chips is detected by the driver, the list
59of supported media will be displayed.
60.Pp
61Media selection is not currently supported by this driver.  Any media
62selection must be performed either via card jumper settings or
63by vendor-supplied configuration programs.
64.Sh DIAGNOSTICS
65.Bl -diag
66.It "ne0: where did the card go?"
67The driver found the card, but was unable to make the card respond
68to complete the configuration sequence.
69.El
70.Sh SEE ALSO
71.Xr intro 4 ,
72.Xr isa 4 ,
73.Xr isapnp 4 ,
74.Xr pci 4 ,
75.Xr pcmcia 4 ,
76.Xr ifconfig 8
77