Re: Version of symbios driver

From: Stefan M. (stefan.marqNOSPAMuardt_at_hagebau.de)
Date: 04/30/04


Date: Fri, 30 Apr 2004 12:53:42 +0200

On 28 Apr 2004 15:00:20 -0400, Jean-Pierre Radley <jpr@jpr.com> wrote:

>Stefan M. typed (on Wed, Apr 28, 2004 at 03:47:06PM +0200):
>| Hello,
>|
>| how can i see the version of the symbios driver in SCO 5.0.5 ?
>|
>| %adapter 0x1C00-0x1C80 5 0 type=slha ha=0 id=7 Chip=896 -7 40402
>| %adapter 0x2000-0x2080 9 0 type=slha ha=1 id=7 Chip=896 -7 40402
>|
>| Is this version 4.04.02 ??
>
>Probably. Read /etc/conf/pack.d/slha/space.c and verify that yourself.

char drvr_VersionÄÜ = "slha 4.04.02";
char DRIVER_VERSIONÄÜ="40402";

Thanks.