From d6e2c387b3da57ec9c8282c0a88d3fddb613e709 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Tue, 23 Mar 2004 03:25:47 +0000 Subject: Add TI 1510 to recognized list of chips to configure. ok deraadt@ --- sys/arch/macppc/macppc/rbus_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/macppc/macppc/rbus_machdep.c b/sys/arch/macppc/macppc/rbus_machdep.c index 4a3576e1b30..45b7a34889b 100644 --- a/sys/arch/macppc/macppc/rbus_machdep.c +++ b/sys/arch/macppc/macppc/rbus_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbus_machdep.c,v 1.5 2003/10/25 12:35:32 drahn Exp $ */ +/* $OpenBSD: rbus_machdep.c,v 1.6 2004/03/23 03:25:46 drahn Exp $ */ /* $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 06:43:06 haya Exp $ */ /* @@ -141,7 +141,8 @@ macppc_cardbus_init(pci_chipset_tag_t pc, pcitag_t tag) } if (PCI_VENDOR(x) == PCI_VENDOR_TI && - PCI_PRODUCT(x) == PCI_PRODUCT_TI_PCI1410) { + (PCI_PRODUCT(x) == PCI_PRODUCT_TI_PCI1410 || + PCI_PRODUCT(x) == PCI_PRODUCT_TI_PCI1510)) { /* dont mess with the bus numbers or latency timer */ /* Route INTA to MFUNC0 */ -- cgit v1.2.3