mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2015-02-27 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'SAS User Serial Interface' driver to 'SAS USI (3 digit)'. * Added an 'SAS USI (2 digit)' swticher driver in 'ripcd/sasusi2digit.cpp' and 'ripcd/sasusi2digit.h'.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
#include <sas32000.h>
|
||||
#include <sas64000.h>
|
||||
#include <sas64000gpi.h>
|
||||
#include <sasusi2digit.h>
|
||||
#include <sasusi3digit.h>
|
||||
#include <starguide3.h>
|
||||
#include <swauthority.h>
|
||||
@@ -175,6 +176,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new Sas64000Gpi(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::SasUsi2Digit:
|
||||
ripcd_switcher[matrix_num]=new SasUsi2Digit(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::SasUsi3Digit:
|
||||
ripcd_switcher[matrix_num]=new SasUsi3Digit(matrix,this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user