mention something about increasing iomem space;
mention more cards
This commit is contained in:
parent
06a4c7fe53
commit
48d1e144b3
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pcmcia.4,v 1.6 1999/04/13 20:25:29 augustss Exp $
|
||||
.\" $NetBSD: pcmcia.4,v 1.7 1999/11/04 19:32:08 sommerfeld Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -38,7 +38,8 @@
|
|||
.Dt PCMCIA 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm pcmcia
|
||||
.Nm pcmcia ,
|
||||
.Nm pcic
|
||||
.Nd introduction to PCMCIA (PC Card) support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000"
|
||||
|
@ -65,6 +66,8 @@ drivers, sorted by function and driver name:
|
|||
.Pp
|
||||
.Ss Network interfaces
|
||||
.Bl -tag -width speaker -offset indent -compact
|
||||
.It awi
|
||||
BayStack 650 wireless 802.11FH controller.
|
||||
.It ep
|
||||
3com 3c589 Etherlink-III Ethernet card.
|
||||
.It mbe
|
||||
|
@ -73,6 +76,8 @@ Ethernet card based on the Fujitsu MB86960A/MB86965A chipset.
|
|||
NE2000 compatible cards.
|
||||
.It sm
|
||||
Megahertz Ethernet card.
|
||||
.It wi
|
||||
Lucent WaveLan/IEEE 802.11 controller.
|
||||
.El
|
||||
.\"
|
||||
.Pp
|
||||
|
@ -89,14 +94,27 @@ Digital Hinote Ultra Mobile Media Adapter
|
|||
.\"
|
||||
.Pp
|
||||
The supported PCMCIA controllers are those that are i82365 compatible.
|
||||
.Sh NOTES
|
||||
The default configuration of the pcic gives each controller 16
|
||||
kilobytes of memory, to be shared between slots. Some PC card devices
|
||||
require somewhat more memory than this; it may therefore be necessary
|
||||
to adjust the
|
||||
.Va iomem
|
||||
and
|
||||
.Va iosiz
|
||||
parameters of the
|
||||
.Va pcic
|
||||
devices in the kernel config file to accomodate these cards.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr aic 4 ,
|
||||
.Xr awi 4 ,
|
||||
.Xr com 4 ,
|
||||
.Xr ep 4 ,
|
||||
.Xr isa 4 ,
|
||||
.Xr ne 4 ,
|
||||
.Xr sm 4
|
||||
.Xr sm 4 ,
|
||||
.Xr wi 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue