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>
This commit is contained in:
Warner Losh 2000-05-29 02:44:33 +00:00
parent 883f3caa13
commit 6a2b5130e3
3 changed files with 3 additions and 1 deletions

View File

@ -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}
};

View File

@ -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 */

View File

@ -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}
};