diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-09-20 18:03:07 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-09-20 18:03:07 +0000 |
| commit | 1bbd0d401069f499761659ba49b95d3702e51c5b (patch) | |
| tree | c830d2252b6e84d99d37ab1e827fefbbf661472d /sys/dev/ed | |
| parent | 37c3193030c6eb05cf59109de2696059af8e9824 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index a3c3a338aadeb..1930b1f38b05b 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -148,6 +148,7 @@ static const struct ed_product { { PCMCIA_CARD(DYNALINK, L10C, 0), 0}, { PCMCIA_CARD(EDIMAX, EP4000A, 0), 0}, { PCMCIA_CARD(EPSON, EEN10B, 0), 0}, + { PCMCIA_CARD(EXP, THINLANCOMBO, 0), 0}, { PCMCIA_CARD(IBM, INFOMOVER, 0), 0}, { PCMCIA_CARD(IODATA, PCLAT, 0), 0}, { PCMCIA_CARD(IODATA, PCLATE, 0), 0}, @@ -416,7 +417,8 @@ ed_pccard_ax88190(device_t dev) sc->chip_type = ED_CHIP_TYPE_AX88190; /* - * Set Attribute Memory IOBASE Register + * Set Attribute Memory IOBASE Register. Is this a deficiency in + * the PC Card layer, or an ax88190 specific issue? xxx */ iobase = rman_get_start(sc->port_res); ed_pccard_memwrite(dev, ED_AX88190_IOBASE0, iobase & 0xff); |
