AMCC Device Driver for Windows 98/2000/XP |
|
|
|
|
| The Sheldon Instruments SI-DDK-AMCC-WDM is source code used to create Windows 98/2000/XP WDM drivers (SYS files) using the Win32 Driver Model for AMCC's family of PCI Matchmaker ICs. The WDM driver paradigm will allow for a single driver to support all current and future versions of Windows starting with Windows 98 and beyond. In this manner, the provided API is identical for all versions of Windows making it possible for a single application to run under all Windows versions. The device driver is written so as to access general PCI devices, with full support for AMCC's family of PCI Matchmakers as a Memory Mapped peripheral. The source code for this driver is intended to be used as a model of how to write device drivers for Windows 98/2000/XP, saving you precious time while giving you actual and comprehensive control of your software development. For convenience, the compiled and 'ready to go' drivers are also supplied, along with examples and accompanying source code on how to call the drivers. Their common API facilitates the use of any C/C++ compiler for application development. In the case you want to build the drivers from the source code, you will need the Microsoft Windows 98/2000/XP DDK, the Microsoft Platform SDK, and the Microsoft Visual C/C++ (5.0 or later).
|
The source code supports the following functions:
|
 |
Memory mapped access (I/O space not supported, but step-by-step guidelines included for easy adaptation).
|
 |
PCI initiated bus mastered reads and writes (5933/35 and 5335 only), including asynchronous/overlapped transfers using a scatter-gather implementation.
|
 |
Event based application Call-Back routines.
|
 |
Handling of the PC interrupts on transfer complete and mailbox read/written.
|
 |
Access to the 59xx/53xx's FIFO, mail boxes, and status registers.
|
 |
Access to the 59xx/53xx's configuration space memory.
|
 |
Access to the 59xx/53xx's pass-through regions.
|
 |
Multiple board support, limited only by available slots on system motherboard/backplane.
|
 |
Ability to read and write the configuration serial EEPROM.
|
|
The SI-DDK-AMCC-WDM package includes:
|
 |
Common API to Windows 98/2000/XP WDM drivers
|
 |
Source code for building Windows 98/2000/XP WDM drivers.
|
 |
Compiled and 'ready to go' drivers, callable from any C/C++ development environment.
|
 |
Source code to a command line executable demonstrating all calls to the drivers.
|
 |
Source code to a DLL demonstrating all calls to the drivers; ideal for use by any high level application thus abstracting the complexities of device drivers in general.
|
 |
LabVIEW VI library invoking the DLL.
|
 |
Simple documentation describing the step by step process used to build the driver.
|
 |
30 day limited technical support over the phone, extended e-mail support.
|
 |
Royalty-free unlimited license to distribute your driver built with the SI-DDK-AMCC-WDM.
|
|
|
|
| ©Copyright 2008 Sheldon Instruments Incorporated. All rights reserved. Product and company names listed are trademarks or trade names of their respective companies.
|
|