skversion.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /******************************************************************************
  2. *
  3. * Name: version.h
  4. * Project: GEnesis, PCI Gigabit Ethernet Adapter
  5. * Version: $Revision: 1.4 $
  6. * Date: $Date: 2003/02/25 14:16:40 $
  7. * Purpose: SK specific Error log support
  8. *
  9. ******************************************************************************/
  10. /******************************************************************************
  11. *
  12. * (C)Copyright 1998-2003 SysKonnect GmbH.
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * The information in this file is provided "AS IS" without warranty.
  20. *
  21. ******************************************************************************/
  22. /******************************************************************************
  23. *
  24. * History:
  25. * $Log: skversion.h,v $
  26. * Revision 1.4 2003/02/25 14:16:40 mlindner
  27. * Fix: Copyright statement
  28. *
  29. * Revision 1.3 2003/02/25 13:30:18 mlindner
  30. * Add: Support for various vendors
  31. *
  32. * Revision 1.1.2.1 2001/09/05 13:38:30 mlindner
  33. * Removed FILE description
  34. *
  35. * Revision 1.1 2001/03/06 09:25:00 mlindner
  36. * first version
  37. *
  38. *
  39. *
  40. ******************************************************************************/
  41. static const char SysKonnectFileId[] = "@(#) (C) SysKonnect GmbH.";
  42. static const char SysKonnectBuildNumber[] =
  43. "@(#)SK-BUILD: 6.05 PL: 01";
  44. #define BOOT_STRING "sk98lin: Network Device Driver v6.05\n" \
  45. "(C)Copyright 1999-2003 Marvell(R)."
  46. #define VER_STRING "6.05"