Home    Prev Next    
Contents
RapidDriver Explorer
Introduction
The User Interface (Overview)
Device Description
Test Devices
Driver Description
New RapidDriver Project
Step 1: Select Device
Step 2: Project Description
Step 3: ISA Resources
Step 4: Driver Installation
Generic RapidDriver Project
Port I/O
Memory-mapped I/O
PCI Devices
Working With ISA/PC-104 Devices
New ISA/PC-104 Project
Hardware Resources for ISA/PC-104
Input/Output (I/O) Port Ranges
Memory Address Ranges
Interrupt Request (IRQ) Line
Direct Memory Access (DMA) Channel
Test ISA/PC-104 Device
Working With PCI Devices
New PCI Driver Project
Test PCI Device
PCI Header
Configuration Space
Base Address Registers (BARs)
Interruptions
Settings for bus-master DMA
Working with Parallel Port Devices
New Parallel Port Project
Test Parallel Port Device
Parallel Port Settings
LPT Pins
Ports And Bits
Interrupts
Working With USB Devices
New USB Project
Test USB Device
Descriptors and Configuration
Vendor/Class Requests
Pipe Operations
Feature Requests
Hardware Resources for ISA/PC-104
Go to RapidDriver Main Page

The operating system allocates resources to PnP hardware devices automatically. But, in the case of legacy devices, like ISA and PC-104, you will have to use the "ISA Resources" tab page to manually specify a logical configuration of hardware resources - the interrupt request lines, memory ranges, I/O ports, and DMA channels that can be used by the device. In some cases the operating system will not be able to satisfy these resource requirements due to the hardware conflicts reason. It is why you should always check a hardware resources tab in Device Manager after you install the driver for your device.

The RapidDriver allows to describe the ISA hardware resources for two possible configurations: "Hardwired Config" and "Soft Configured":

clip0004  
 
Hardwired Config: The hardware resources of your device can not be changed by any way.

Soft Configured:
You can set a "range" of acceptable resources.

RapidDriver will generate an installation INF-file for your device and you can edit this text file if necessary. For more information about the hardware configurations see the Windows DDK documentation for the "LogConfig" directive in INF-files.

·Input/Output (I/O) Port Ranges  
 
·Memory Address Ranges  
 
·Interrupt Request (IRQ) Line  
 
·Direct Memory Access (DMA) Channel