CONTRIBUTORS
author Christian Taedcke <hacking@taedcke.com>
Wed, 09 Nov 2011 15:02:47 +0000
changeset 689 d6fcd388f2db
parent 391 7802a7d5584f
permissions -rw-r--r--
Win32 IXXAT driver:
CHANGED: - Removed deprecated call to VCI_GetBrdTypeByName().
- The board type given to VCI2_PrepareBoard() is now always 0, because this parameter is not used.
- Removed the board_name parameter from IXXAT::open(). The board that should be opened is identified by the parameter board_number.
The correct parameter board_number can be determined using XAT_EnumHwEntry() and XAT_GetConfig().
- Changed the constructor IXXAT::IXXAT(). board->busname now only contains the board_number, see XAT_EnumHwEntry() and XAT_GetConfig().

Contributors :
==============

Leonid Tochinski ltochinski _at_ chattenassociates.com ( native win32 port (visual studio))

Vladimir Chren (kernel space port)

Raphael Zulliger (author of slavelib project)

Other unsorted contribs:
	Camille BOSSARD
	David DUMINY (sté A6R)
	Laurent ROMIEUX
	Zakaria BELAMRI
	Luis JIMENEZ

Many thanks to the main contributors for their great work.