mention ARP support

This commit is contained in:
is 1997-03-23 01:32:38 +00:00
parent 69ad8a6988
commit a36535a1c0

View File

@ -1,6 +1,6 @@
.\" $NetBSD: bah.4,v 1.2 1995/06/06 23:41:37 cgd Exp $
.\" $NetBSD: bah.4,v 1.3 1997/03/23 01:32:38 is Exp $
.\"
.\" Copyright (c) 1995 Ignatios Souvatzis
.\" Copyright (c) 1995, 1997 Ignatios Souvatzis
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -44,46 +44,51 @@ The
.Nm
interface provides access to the 2.5 Mb/s ARCnet network via the
.Tn SMC
COM90C26
COM90C26 + COM90C32
ARCnet chip set.
.Pp
Each of the host's network addresses
is specified at boot time with an
.Dv SIOCSIFADDR
.Xr ioctl .
The
.Nm
interface does not employ the address resolution protocol described in
When the NOARP flag is set on the
.Nm
interface,
it does not employ the address resolution protocol described in
.Xr arp 4
to dynamically map between Internet and Ethernet addresses on the local
network. Instead, it uses the least significant 8 bits of the IP address
as hardware address, as described in
.Xr RFC 1051
and
.Xr RFC 1201
as one option.
.Xr RFC 1201 .
.Pp
With the IFF_LINK0 flag cleared, IP encoding is done according to the
With the IFF_LINK0 flag cleared, IP and ARP encoding is done according to the
deprecated, but popular among Amiga users, RFC 1051 encoding (that
is, with simple header, packet type 240), and the MTU is 507.
is, with simple header, packet type 240 / 241), and the MTU is 507.
.Pp
With the IFF_LINK0 flag set, IP encoding is done according to RFC 1201 (that
is, with Packet Header Definition Standard header and packet type 212). The MTU
is normally 1500.
With the IFF_LINK0 flag set, IP/ARP/RARP encoding is done according to RFC 1201
(that is, with Packet Header Definition Standard header and packet type
212/213). The MTU is normally 1500.
.Pp
When switching between the two modes, do a
.Cd ifconfig interfacename down up
to switch the mtu.
.Pp
When the IFF_LINK2 flag is set, ARP packets are sent with the protocol type
encoded as it would be in the ARCnet header, and decoded to the right protocol
encoding on reception. According to "assigned numbers", this is wrong, but
some legacy software (namely, AmiTCP 3.0beta) shows this bug.
.Pp
.Sh HARDWARE
The
.Nm
interface supports the following Zorro II expansion cards:
.Bl -tag -width "AMERISTAR" -offset indent
.It Em A2060
Commodore's arcnet card, manufacturer\ 514, product\ 9
Commodore's ARCnet card, manufacturer\ 514, product\ 9
.It Em AMERISTAR
Ameristar's arcnet card, manufacturer\ 1053, product\ 9
Ameristar's ARCnet card, manufacturer\ 1053, product\ 9
.El
.Sh SEE ALSO
.Xr arp 4 ,
@ -96,7 +101,7 @@ Ameristar's arcnet card, manufacturer\ 1053, product\ 9
.br
ARCnet Packet Header Definition Standard, Novell Inc., 1989
.Sh STANDARDS
RFC 1051 / RFC1201 without ARP, using direct mapping of lower 8 IP
RFC 1051 / RFC1201 with ARP, or without, using direct mapping of lower 8 IP
address bits instead.
.Sh HISTORY
The
@ -104,5 +109,7 @@ The
.Nm
interface first appeared in
.Nx 1.0a
ARP support was added in
.Nx 1.2d .
.Sh AUTHOR
Ignatios Souvatzis