summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-11 20:22:16 +0000
committerimp <imp@FreeBSD.org>2001-04-11 20:22:16 +0000
commit7ae2f6eb4831c0e552c6edc281cfdc0bc02785e5 (patch)
tree0bee1cd9ea88d3605285681e3a9b0d11050a1f65 /sys
parentab04223ac6ec30f893dd3f72211a06ddad8c429c (diff)
downloadFreeBSD-src-7ae2f6eb4831c0e552c6edc281cfdc0bc02785e5.zip
FreeBSD-src-7ae2f6eb4831c0e552c6edc281cfdc0bc02785e5.tar.gz
Add IBM3765 to newcard's pcic pnp device list
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pcic/i82365_isa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c
index e71b87f..fc065bb 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}
};
OpenPOWER on IntegriCloud