mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
883f3caa13
commit
6a2b5130e3
3 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue