diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-04-11 20:22:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-04-11 20:22:16 +0000 |
| commit | a17e1baffd127485c4b16ead0996a14384c64348 (patch) | |
| tree | e56ae40431142db1037bdef2abb87c3d1c0d07ee /sys/dev/pcic | |
| parent | 40829dd2dcb38f57658be9d07fb7c4a90562be39 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pcic')
| -rw-r--r-- | sys/dev/pcic/i82365_isa.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c index e71b87fc0925..fc065bb0736f 100644 --- a/sys/dev/pcic/i82365_isa.c +++ b/sys/dev/pcic/i82365_isa.c @@ -111,12 +111,13 @@ int pcicisa_debug = PCICISADEBUG; #endif static struct isa_pnp_id pcic_ids[] = { + {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ + {PCIC_PNP_IBM3765, NULL}, /* IBM3765 */ {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ - {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ - {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ + {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ {0} }; |
