⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcmcia_core.4

📁 pcmcia source code
💻 4
字号:
.\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net.\" pcmcia_core.4 1.26 2002/07/10 05:08:16.\".TH PCMCIA_CORE 4 "2002/07/10 05:08:16" "pcmcia-cs".SH NAMEpcmcia_core \- PCMCIA Card Services core module.SH SYNOPSIS.B insmod pcmcia_core.o[\fBpc_debug=\fIn\fR][\fBsetup_delay=\fIn\fR][\fBresume_delay=\fIn\fR][\fBshutdown_delay=\fIn\fR][\fBvcc_settle=\fIn\fR][\fBreset_time=\fIn\fR][\fBunreset_delay=\fIn\fR][\fBunreset_check=\fIn\fR][\fBunreset_limit=\fIn\fR][\fBcis_speed=\fIn\fR][\fBio_speed=\fIn\fR][\fBcis_width=\fIn\fR][\fBprobe_io=\fIn\fR][\fBprobe_mem=\fIn\fR][\fBcb_mem_base=\fIn\fR][\fBcb_bus_base=\fIn\fR][\fBcb_bus_step=\fIn\fR][\fBcb_pci_irq=\fIn\fR].SH DESCRIPTION.B Pcmcia_coreis the core Card Services module, required for all drivers forspecific PCMCIA cards.  It is loaded prior to loading any socketdevice drivers..PPIn the event that kernel version mismatches prevent this module frombeing loaded, version information can be extracted from the moduleitself by doing:.sp.RS.nfstrings -n 10 pcmcia_core.o | head -3.RE.fi.sp.SH PARAMETERS.TP.BI pc_debug= nSelects the PCMCIA debugging level.  This parameter is only availableif the module is compiled with debugging enabled.  A non-zero valueenables debugging..TP.BI setup_delay= nSets the delay between when a card is first detected, and when it willbe powered up.  In 1/100 second increments, the default is 5..TP.BI resume_delay= nSets the delay between when a resume event is processed, and when asuspended card will be powered up.  In 1/100 second increments, thedefault is 20..TP.BI shutdown_delay= nSets the delay between when when a card removal event is detected, andwhen the socket will be disabled.  In 1/100 second increments, thedefault is 5..TP.BI vcc_settle= nSets the time to wait after first applying power to a socket beforeaccessing a card.  In 1/100 second increments, the default is 40..TP.BI reset_time= nSets how long the software reset signal will be asserted, inmicroseconds.  The default is 10..TP.BI unreset_delay= nSets the delay between when a card is reset, and when the card willfirst be checked to see if it is ready.  In 1/100 second increments,the default is 10.  This delay should be increased for cards thatraise the ready signal prematurely..TP.BI unreset_check= nSets how often to check to see if a card is ready after it is sent asoftware reset.  In 1/100 second increments, the default is 10..TP.BI unreset_limit= nSets the maximum number of checks to make before pronouncing a card tobe dead.  The default is 50 (i.e., 5 seconds)..TP.BI cis_speed= nSets the access delay in nanoseconds for CIS memory windows.  Thisparameter only affects card identification.  The default is 300 ns..TP.BI cis_width= nIf this flag is set, then CIS windows are configured for 16-bittransfers.  The default is 0 (i.e., use 8-bit transfers)..TP.BI io_speed= nSets the access delay in nanoseconds for IO port windows.  The defaultis 0..TP.BI probe_io= nA flag indicating if Card Services should probe IO port regions forconflicts with other devices unknown to Linux.  The default is 1(true)..TP.BI probe_mem= nA flag indicating if Card Services should probe memory windows forconflicts with ROM extensions or memory-mapped devices.  The defaultis 1 (true)..SH CardBus bridge configuration settingsThe following module parameters are only available under pre-2.4.*kernels.  Under 2.4.* kernels, we rely on the kernel's PCI subsystemto set up the bridge correctly..TP.BI cb_mem_base= nSets the base address to use for memory mapping CardBus bridgeregisters.  By default, bridges that are not already initialized bythe PCI BIOS will be mapped at 0x68000000.  If this parameter is set,then this value will override any existing mappings..TP.BI cb_bus_base= nSpecifies that PCI bus numbers for CardBus busses should be renumberedstarting with this value.  By default, bus values that areuninitialized at boot time will be numbered starting with bus 0x20..TP.BI cb_bus_step= nSpecifies the number of bus slots to reserve for secondary PCIbusses, for each CardBus socket, when busses are renumbered.  Thedefault is 2..TP.BI cb_pci_irq= nSpecifies an interrupt number 1..15 to be assigned to any CardBusbridge whose PCI interrupt was not set by the BIOS.  The default is topick an interrupt based on the BIOS PCI Interrupt Routing table onlywhen the table is unambiguous..SH AUTHORDavid Hinds \- dahinds@users.sourceforge.net.SH "SEE ALSO"cardmgr(8), pcmcia(5).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -