xref: /illumos-gate/usr/src/man/man4d/amd8111s.4d (revision d17be682)
te
Copyright (c) 2007 by Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
AMD8111S 4D "Jul 30, 2007"
NAME
amd8111s - AMD-8111 Fast Ethernet Network Adapter driver
SYNOPSIS

/dev/amd8111s
DESCRIPTION

The amd8111s Fast Ethernet driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface, dlpi(4P), on the AMD-8111 Fast Ethernet Network Adapter.

The amd8111s driver functions include controller initialization, frame transmit and receive, promiscuous and multicast support, and error recovery and reporting.

APPLICATION PROGRAMMING INTERFACE

The cloning, character-special device /dev/amd8111 is used to access all AMD-8111 Fast Ethernet devices installed within the system.

The amd8111s driver is managed by the dladm(8) command line utility, which allows VLANs to be defined on top of amd8111s instances and for amd8111s instances to be aggregated. See dladm(8) for more details.

CONFIGURATION

By default, the amd8111s driver performs auto-negotiation to select the link speed and mode. Link speed and mode can be any of the following:

100 Mbps, full-duplex.

100 Mbps, half-duplex.

10 Mbps, full-duplex.

10 Mbps, half-duplex.

FILES
/dev/amd8111s*

Special character device.

/kernel/drv/amd8111s*

32-bit ELF kernel module (x86).

/kernel/drv/amd64/amd8111s*

64-bit ELF Kernel module (x86).

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Architecture x86
Interface Stability Committed
SEE ALSO

streamio (4I), dlpi (4P), attributes (7), dladm (8)

Writing Device Drivers

STREAMS Programming Guide

Network Interfaces Programmer's Guide