1atge(7D) Devices atge(7D)
2
3
4
6 atge - Device driver for Atheros/Attansic Ethernet chipsets
7
9 The atge ethernet driver is GLD based supporting the Atheros/Attansic
10 L1E Gigabit Ethernet 10/100/1000 Base (AR8121/AR8113) chipsets:
11
12 pciex1969,1026 Atheros/Attansic GigabitE 10/100/1000 Base (AR8121/AR8113)
13
14
15
16
17 The atge driver supports IEEE 802.3 auto-negotiation, flow control and
18 VLAN tagging.
19
20 Configuration
21 The default configuration is auto-negotiation with bi-directional flow
22 control. The advertised capabilities for auto-negotiation are based on
23 the capabilities of the PHY.
24
25
26 You can set the capabilities advertised by the atge controlled device
27 using dladm(1M). The driver supports only those parameters which begin
28 with en (enabled) in the parameters listed by the command dladm(1M).
29 Each of these boolean parameters determines if the device advertises
30 that mode of operation when the hardware supports it.
31
33 /dev/atge Special character device
34
35
36 /kernel/drv/atge 32-bit device drive (x86)
37
38
39 /kernel/drv/amd64/atge 64-bit device driver (x86)
40
41
43 See attributes(5) for a description of the following attribute:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Architecture │SPARC, x86 │
52 └─────────────────────────────┴─────────────────────────────┘
53
55 dladm(1M), ndd(1M), netstat(1M), driver.conf(4), attributes(5),
56 ieee802.3(5), dlpi(7P), streamio(7I)
57
58
59 Writing Device Drivers
60
61
62 Network Interface Guide
63
64
65 STREAMS Programmer's Guide
66
67
68 IEEE 802.3ae Specification, 2002
69
70
71
72SunOS 5.11 11 Sep 2009 atge(7D)