summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
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/dev/pcic
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/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365_isa.c1
-rw-r--r--sys/dev/pcic/i82365reg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c
index e4a98c3..f399521 100644
--- a/sys/dev/pcic/i82365_isa.c
+++ b/sys/dev/pcic/i82365_isa.c
@@ -119,6 +119,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 */
+ {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */
{0}
};
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h
index 1edfdcd..c26b3f9 100644
--- a/sys/dev/pcic/i82365reg.h
+++ b/sys/dev/pcic/i82365reg.h
@@ -347,3 +347,4 @@
#define PCIC_PNP_CL_PD6720 0x010ED041 /* PNP0E01 */
#define PCIC_PNP_VLSI_82C146 0x020ED041 /* PNP0E02 */
#define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */
+#define PCIC_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */
OpenPOWER on IntegriCloud