diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 13:47:01 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-11 13:47:01 +0000 |
commit | 4040aa4f3c760cd6c0db56d066e8a84a5e6eb92c (patch) | |
tree | 32606e36df5bb5c51a8975e2d4e351f9e81038f2 /sys/dev/pcmcia/pcmciadevs.h | |
parent | bda603bd61572eba5ccc500aadea950ab93662d0 (diff) |
fix typo.
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs.h')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index d5052d8dd5a..b22edd43b9d 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.1 1998/09/11 10:47:15 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.2 1998/09/11 13:46:59 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD + * OpenBSD: pcmciadevs,v 1.1 1998/09/11 10:47:15 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -93,9 +93,9 @@ #define PCMCIA_CIS_MOTOROLA_PM100C { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_MOTOROLA_PM100C 0x0302 #define PCMCIA_STR_MOTOROLA_PM100C "Motorola Personal Messenger 100C CDPD Modem" -#define PCMCIA_CIS_MOTOROLA_MONTANA_33.6 { NULL, NULL, NULL, NULL } -#define PCMCIA_PRODUCT_MOTOROLA_MONTANA_33.6 0x0505 -#define PCMCIA_STR_MOTOROLA_MONTANA_33.6 "Motorola Montana 33.6 Fax/Modem" +#define PCMCIA_CIS_MOTOROLA_MONTANA_336 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_MOTOROLA_MONTANA_336 0x0505 +#define PCMCIA_STR_MOTOROLA_MONTANA_336 "Motorola Montana 33.6 Fax/Modem" /* IBM Products */ #define PCMCIA_CIS_IBM_INFOMOVER { NULL, NULL, NULL, NULL } |