xref: /netbsd-src/share/man/man4/man4.amiga/qn.4 (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1.\"
2.\" Copyright (c) 1995 Mika Kortelainen. All rights reserved.
3.\" Copyright (c) 1995 Bernd Ernesti and Klaus Burkert. All rights reserved.
4.\" Copyright (c) 1992, 1993
5.\" 	The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\"    must display the following acknowledgement:
17.\"	This product includes software developed by Klaus Burkert,by Bernd
18.\"	Ernesti, by Michael van Elst, and by the University of California,
19.\"	Berkeley and its contributors.
20.\" 4. The name of the author may not be used to endorse or promote products
21.\"    derived from this software without specific prior written permission
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
27.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33.\"
34.\" Thanks for Aspecs Oy (Finland) for the data book for the NIC used
35.\" in this card and also many thanks for the Resource Management Force
36.\" (QuickNet card manufacturer) and especially Daniel Koch for providing
37.\" me with the necessary 'inside' information to write the driver.
38.\"
39.\" This is partly based on other code:
40.\" - if_ed.c: basic function structure for Ethernet driver
41.\" - if_es.c: used as an example of -current driver
42.\"
43.\" The following requests are required for all man pages.
44.Dd Oct 5, 1995
45.Os NetBSD 1.0
46.Dt QN 4 amiga
47.Sh NAME
48.Nm qn
49.Nd Ethernet driver for Fujitsu MB86950 based boards
50.Sh SYNOPSIS
51.Cd "qn* at zbus0"
52.Sh DESCRIPTION
53The
54.Nm
55interface provides access to the 10 Mb/s Ethernet network via the
56.Tn Fujitsu
57MB86950
58Ethernet chip set.
59.Pp
60Each of the host's network addresses
61is specified at boot time with an
62.Dv SIOCSIFADDR
63.Xr ioctl .
64The
65.Nm
66interface employs the address resolution protocol described in
67.Xr arp 4
68to dynamically map between Internet and Ethernet addresses on the local
69network.
70.Pp
71.Sh HARDWARE
72The
73.Nm
74interface supports the following Zorro II expansion cards:
75.Bl -tag -width "QuickNet" -offset indent
76.It Em QuickNet
77Resource Management Force's ethernet card, manufacturer\ 2011, product\ 2
78.El
79.Pp
80.Sh NOTES
81Multicasting not done yet. If the driver happens to lock up, you may use
82.Xr ifconfig
83to force the driver down and up again. This usually helps.
84.Pp
85.Sh HISTORY
86The
87.Nm
88interface first appeared in
89.Nx 1.0a
90.Sh SEE ALSO
91.Xr arp 4 ,
92.Xr ifconfig 8 ,
93.Xr inet 4 ,
94.Xr intro 4
95