diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-25 19:52:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-11-25 19:52:09 +0000 |
commit | d830412f59d4c069c8fc20e462e7821d9f9e58c2 (patch) | |
tree | 7151e539272cb4bbeabd5598d91c73aa17d5f9fb /sys/dev/pci | |
parent | 92a67c9fe74254f56ef7ffafd255af190cbd2a83 (diff) |
spelling; from miod
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_devar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/if_devar.h b/sys/dev/pci/if_devar.h index 30c5585be33..8aba79d8a0e 100644 --- a/sys/dev/pci/if_devar.h +++ b/sys/dev/pci/if_devar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_devar.h,v 1.38 2016/08/14 04:51:29 dlg Exp $ */ +/* $OpenBSD: if_devar.h,v 1.39 2018/11/25 19:52:08 jmc Exp $ */ /* $NetBSD: if_devar.h,v 1.13 1997/06/08 18:46:36 thorpej Exp $ */ /*- @@ -292,11 +292,11 @@ typedef struct { * out for special merit or scorn). */ typedef enum { - TULIP_21040_GENERIC, /* Generic 21040 (works with most any board) */ - TULIP_21140_ISV, /* Digital Semicondutor 21140 ISV SROM Format */ - TULIP_21142_ISV, /* Digital Semicondutor 21142 ISV SROM Format */ - TULIP_21143_ISV, /* Digital Semicondutor 21143 ISV SROM Format */ - TULIP_21140_DEC_EB, /* Digital Semicondutor 21140 Evaluation Board */ + TULIP_21040_GENERIC, /* Generic 21040 (works with most boards) */ + TULIP_21140_ISV, /* Digital Semiconductor 21140 ISV SROM Format */ + TULIP_21142_ISV, /* Digital Semiconductor 21142 ISV SROM Format */ + TULIP_21143_ISV, /* Digital Semiconductor 21143 ISV SROM Format */ + TULIP_21140_DEC_EB, /* Digital Semiconductor 21140 Evaluation Board */ TULIP_21140_MII, /* 21140[A] with MII */ TULIP_21140_DEC_DE500, /* Digital DE500-?? 10/100 */ TULIP_21140_SMC_9332, /* SMC 9332 */ |