vxiUniqueDriverID -> epvxiUniqueDriverID, make reg

This commit is contained in:
Jeff Hill
1992-08-21 17:24:45 +00:00
parent 2200281f06
commit 144eab301b

View File

@@ -30,6 +30,7 @@
* Modification Log:
* -----------------
* .01 071792 joh Added model name registration
* .02 081992 joh vxiUniqueDriverID -> epvxiUniqueDriverID
*
*/
@@ -91,7 +92,7 @@ hpe1368a_init()
return OK;
}
hpe1368aDriverId = vxiUniqueDriverID();
hpe1368aDriverId = epvxiUniqueDriverID();
{
epvxiDeviceSearchPattern dsp;
@@ -171,7 +172,10 @@ unsigned la;
__FILE__,
model);
}
r0 = epvxiRegisterMakeName(VXIMAKE(pcsr), "Hewlett-Packard");
if(r0<0){
logMsg( "%s: failed to register make\n", __FILE__);
}
}