home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / pcc / v08n03 / netwrk.exe / WDPOST.ZIP / WDPOST.TAR / wdpost.dir / sample.drv / maccons.h < prev    next >
Text File  |  1988-06-21  |  1KB  |  39 lines

  1. /************************************************************************
  2. * RCS  $Revision$            $Date$                *
  3. *                                    *
  4. * MACCONS.H                                *
  5. *                                    *
  6. * Environment                                *
  7. *     MS-DOS, WD8003                             *
  8. *                                    *
  9. * (c) Copyright 1987 Western Digital Corporation(R).
  10. * All reghts reserved. Contains confidential information
  11. * and trade secrets proprietary to Western Digital Corporation
  12. *                                    *
  13. * Module Description                             *
  14. *    MAC module constants for the 82588 based WD8000 LAN         *
  15. *    controller card.                        *
  16. *                                    *
  17. * Activity:                                *
  18. *    DATE:    06/02/87                        *
  19. *    LEVEL:    et.bb.00                        *
  20. *    WHO:    KC                             *
  21. *    CHANGE: Netbios emulator WD8003 port.                *
  22. *                                    *
  23. ************************************************************************/
  24. /************************************************************************
  25. *                                    *
  26. *  (c) Copyright Retix 1985.                        *
  27. *  This software is furnished under a license and use, duplication,    *
  28. *  disclosure and all other uses are restricted to the rights        *
  29. *  specified in the written license between the licensee and Retix.    *
  30. *                                    *
  31. ************************************************************************/
  32.  
  33.  
  34. # define MIN_FRM    64        /* minimum frame size */    
  35. # define MIN_TXBLK    (MIN_FRM-(MPCI_LEN))    /* minimum transmit block size 
  36.             (since the MAC inserts the address and length bytes to the frame */
  37.  
  38. 
  39.