View | Details | Raw Unified | Return to bug 55441
Collapse All | Expand All

(-)share/man/man4/an.4 (-5 / +7 lines)
Lines 55-67 Link Here
55
host as normal ISA and PCI devices and do not require any PCCARD
55
host as normal ISA and PCI devices and do not require any PCCARD
56
support.
56
support.
57
.Pp
57
.Pp
58
The PCMCIA Aironet cards require pccard support, including the
58
The PCMCIA Aironet cards require PCCARD support, including the
59
kernel pccard driver.
59
kernel
60
.Xr pccard 4
61
driver.
60
ISA cards can either be configured to use ISA Plug and Play
62
ISA cards can either be configured to use ISA Plug and Play
61
or to use a particular I/O address and IRQ
63
or to use a particular I/O address and IRQ
62
by properly setting the DIP switches on the board.
64
by properly setting the DIP switches on the board.
63
(The default
65
(The default
64
switch setting is for plug and play.)
66
switch setting is for Plug and Play.)
65
The
67
The
66
.Nm
68
.Nm
67
driver has Plug and Play support and will work in either configuration,
69
driver has Plug and Play support and will work in either configuration,
Lines 87-97 Link Here
87
driver configures the Aironet card for infrastructure operation.
89
driver configures the Aironet card for infrastructure operation.
88
.Pp
90
.Pp
89
For more information on configuring this device, see
91
For more information on configuring this device, see
90
.Xr ifconfig 8
92
.Xr ifconfig 8 .
91
.Sh DIAGNOSTICS
93
.Sh DIAGNOSTICS
92
.Bl -diag
94
.Bl -diag
93
.It "an%d: init failed"
95
.It "an%d: init failed"
94
The Aironet card failed to come ready after an initialization command was
96
The Aironet card failed to become ready after an initialization command was
95
issued.
97
issued.
96
.It "an%d: failed to allocate %d bytes on NIC"
98
.It "an%d: failed to allocate %d bytes on NIC"
97
The driver was unable to allocate memory for transmit frames in the
99
The driver was unable to allocate memory for transmit frames in the

Return to bug 55441