diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-26 05:40:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-26 05:40:37 +0000 |
| commit | b6607329778b331312eddf64904f4edf8e4713d4 (patch) | |
| tree | 37ad3f9fa2a4f8bd379bbd045eeee63ac981c014 | |
| parent | 0158a52468025d29ba06e5d97b001aad4121e410 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 7778939df926..f508e98c2bde 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -144,6 +144,7 @@ static const struct ed_product { { PCMCIA_CARD(EDIMAX, EP4000A, 0), 0}, { PCMCIA_CARD(EPSON, EEN10B, 0), 0}, { PCMCIA_CARD(EXP, THINLANCOMBO, 0), 0}, + { PCMCIA_CARD(IBM, HOME_AND_AWAY, 0), 0}, { PCMCIA_CARD(IBM, INFOMOVER, 0), 0}, { PCMCIA_CARD(IODATA3, PCLAT, 0), 0}, { PCMCIA_CARD(KINGSTON, KNE2, 0), 0}, @@ -200,7 +201,6 @@ ed_pccard_match(device_t dev) if ((pp = (const struct ed_product *) pccard_product_lookup(dev, (const struct pccard_product *) ed_pccard_products, sizeof(ed_pccard_products[0]), NULL)) != NULL) { - pp - ed_pccard_products, pp->flags); if (pp->prod.pp_name != NULL) device_set_desc(dev, pp->prod.pp_name); return (0); |
