diff options
author | 2001-04-06 18:02:58 +0000 | |
---|---|---|
committer | 2001-04-06 18:02:58 +0000 | |
commit | 7a9bcc65c62efa5a8c131057784d2b685e588814 (patch) | |
tree | 2932f3c30c91f88d46973334a0713dd86e538ba7 | |
parent | regen (diff) | |
download | wireguard-openbsd-7a9bcc65c62efa5a8c131057784d2b685e588814.tar.xz wireguard-openbsd-7a9bcc65c62efa5a8c131057784d2b685e588814.zip |
Match the Cisco Aironet 350 card; from NetBSD.
-rw-r--r-- | sys/dev/pcmcia/if_an_pcmcia.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_an_pcmcia.c b/sys/dev/pcmcia/if_an_pcmcia.c index 21a2cd9f0d0..c12691e2688 100644 --- a/sys/dev/pcmcia/if_an_pcmcia.c +++ b/sys/dev/pcmcia/if_an_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_pcmcia.c,v 1.3 2000/06/23 16:12:35 aaron Exp $ */ +/* $OpenBSD: if_an_pcmcia.c,v 1.4 2001/04/06 18:02:58 aaron Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -86,6 +86,7 @@ an_pcmcia_match(parent, match, aux) switch (pa->product) { case PCMCIA_PRODUCT_AIRONET_PC4500: case PCMCIA_PRODUCT_AIRONET_PC4800: + case PCMCIA_PRODUCT_AIRONET_350: return 1; } } |