Annotation of Examples/DriverKit/SMC16/SMC16_reloc.tproj/SMC16Hdw.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Copyright (c) 1993 NeXT Computer, Inc.
                      3:  *
                      4:  * SMC EtherCard Plus Elite16 adapters.
                      5:  *
                      6:  * HISTORY
                      7:  *
                      8:  * 26 Jan 1993 
                      9:  *     Created.
                     10:  */
                     11:  
                     12: typedef unsigned char  SMC16_off_t;
                     13: typedef unsigned int   SMC16_len_t;
                     14: 
                     15: /*
                     16:  * Hardware Board ID
                     17:  */
                     18: #define SMC16_REV(bid)         (((bid) & 0x1E) >> 1)
                     19: #define SMC16_LARGE_RAM(bid)   (((bid) & 0x40) != 0)
                     20: 
                     21: /*
                     22:  * IO offset to Bus Interface Chip
                     23:  */
                     24: #define SMC16_BIC_OFF  0x00
                     25: 
                     26: /*
                     27:  * IO offset to Network Interface Chip
                     28:  */
                     29: #define SMC16_NIC_OFF  0x10

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.