From 9d1efefd213698f352761efed6b6c58f444fa8f7 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 3 Nov 2001 16:45:31 +0000 Subject: [PATCH] Add PCIC_TI4410 (patch probably from imp@, can't remember figuring this out myself.) --- sys/dev/pccbb/pccbb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index e79007239abd..364bd21f8569 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -146,6 +146,8 @@ struct yenta_chipinfo { PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32}, {PCI_DEVICE_ID_PCIC_TI1451, "TI1451 PCI-CardBus Bridge", CB_TI12XX, PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32}, + {PCI_DEVICE_ID_PCIC_TI4410, "TI4410 PCI-CardBus Bridge", CB_TI12XX, + PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32}, {PCI_DEVICE_ID_PCIC_TI4451, "TI4451 PCI-CardBus Bridge", CB_TI12XX, PCCBB_PCIC_IO_RELOC | PCCBB_PCIC_MEM_32},