ALLOW SELECTION OF 3COM 3C503 AUI/BNC FROM IFCONFIG
authorHerb Peyerl <hpeyerl@novatel.cuc.ab.ca>
Wed, 10 Mar 1993 00:00:00 +0000 (00:00 +0000)
committerHerb Peyerl <hpeyerl@novatel.cuc.ab.ca>
Wed, 10 Mar 1993 00:00:00 +0000 (00:00 +0000)
commitc3bee3e4fa4f05307ae2e8a7bff4a047bd44f82e
treebb3e69436fd45a56e698351a9ef76197fb4f0b33
parent2a317ca25fa5ec1b0ac221043d2c1164c4ecba72
ALLOW SELECTION OF 3COM 3C503 AUI/BNC FROM IFCONFIG

Herb Peyerl:
There have been questions about the configuration of the AUI/BNC
connectors on the 3Com 3c503 card.  The way the selection is made is to
check for IFF_LLC0 being set in the "ifnet" struct.  If set, the driver
uses AUI, else BNC.  The ifconfig program now allows the following syntax:

ifconfig ec0 inet $hostname aui

ifconfig ec0 inet $hostname bnc

Default with no options yields BNC operation.

Rodney Grimes:
Added llc[0-2] and -llc[0-2] and MORE OUTPUT BITS TO IFCONFIG

AUTHOR: Herb Peyerl (hpeyerl@novatel.cuc.ab.ca
AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com)
386BSD-Patchkit: patch00102
usr/src/sbin/ifconfig/ifconfig.c