/****************************************************************************** * * Name: skversion.h * Project: GEnesis, PCI Gigabit Ethernet Adapter * Version: $Revision: 1.3 $ * Date: $Date: 2004/07/09 13:33:59 $ * Purpose: specific version strings and numbers * ******************************************************************************/ /****************************************************************************** * * (C)Copyright 1998-2002 SysKonnect GmbH. * (C)Copyright 2002-2004 Marvell. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * The information in this file is provided "AS IS" without warranty. * ******************************************************************************/ #define BOOT_STRING "sk98lin: Network Device Driver v8.16.2.3\n" \ "(C)Copyright 1999-2005 Marvell(R)." #define VER_STRING "8.16.2.3" #define PATCHLEVEL "02" #define DRIVER_FILE_NAME "sk98lin" #define DRIVER_REL_DATE "Mar-30-2005" /******************************************************************************* * * End of file * ******************************************************************************/