[BACK]Return to if_ne_pcmcia.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pcmcia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pcmcia/if_ne_pcmcia.c between version 1.68 and 1.69

version 1.68, 2001/02/12 18:49:05 version 1.69, 2001/02/19 21:30:39
Line 99  static const struct ne2000dev {
Line 99  static const struct ne2000dev {
 #define NE2000DVF_DL10019       0x0001          /* chip is D-Link DL10019 */  #define NE2000DVF_DL10019       0x0001          /* chip is D-Link DL10019 */
 #define NE2000DVF_AX88190       0x0002          /* chip is ASIX AX88190 */  #define NE2000DVF_AX88190       0x0002          /* chip is ASIX AX88190 */
 } ne2000devs[] = {  } ne2000devs[] = {
       { PCMCIA_STR_SYNERGY21_S21810,
         PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
         PCMCIA_CIS_SYNERGY21_S21810,
         0, -1, { 0x00, 0x47, 0x43 } },
   
     { PCMCIA_STR_AMBICOM_AMB8002T,      { PCMCIA_STR_AMBICOM_AMB8002T,
       PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,        PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
       PCMCIA_CIS_AMBICOM_AMB8002T,        PCMCIA_CIS_AMBICOM_AMB8002T,

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb <webmaster@jp.NetBSD.org>