summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-05-29 02:44:33 +0000
committerimp <imp@FreeBSD.org>2000-05-29 02:44:33 +0000
commit56d75049903a85d97e061d56e8c2e5bed9452f68 (patch)
tree8f9530a8048ea7d6dc279e16d6a22e67bae4f464 /sys/pccard/pcic.c
parent7832cdab03065ebfd87033f4feb86c83cd3cab73 (diff)
downloadFreeBSD-src-56d75049903a85d97e061d56e8c2e5bed9452f68.zip
FreeBSD-src-56d75049903a85d97e061d56e8c2e5bed9452f68.tar.gz
Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARD
for this card. Submitted by: Kazuya Kodama <kodama@rd.nacsis.ac.jp>
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 18606d6..7fb7d7d 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -89,7 +89,7 @@ static struct isa_pnp_id pcic_ids[] = {
{PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */
{PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */
{PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */
- {0x1802a904, NULL},
+ {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */
{0}
};
OpenPOWER on IntegriCloud