From owner-freebsd-mobile Mon Apr 2 14:30:12 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from tabby.kudra.com (gw.kudra.com [199.6.32.20]) by hub.freebsd.org (Postfix) with ESMTP id BB82937B719; Mon, 2 Apr 2001 14:30:08 -0700 (PDT) (envelope-from robert@tabby.kudra.com) Received: (from robert@localhost) by tabby.kudra.com (8.11.3/8.11.1) id f32LU8K56703; Mon, 2 Apr 2001 17:30:08 -0400 (EDT) (envelope-from robert) Date: Mon, 2 Apr 2001 17:30:07 -0400 From: Robert Sexton To: Mike Smith Cc: freebsd-mobile@freebsd.org Subject: Re: Cardbus bridge doesn't attach anymore. Message-ID: <20010402173007.A56573@tabby.kudra.com> References: <20010328104832.A93680@tabby.kudra.com> <200103282118.f2SLINX01791@mass.dis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <200103282118.f2SLINX01791@mass.dis.org>; from Mike Smith on Wed, Mar 28, 2001 at 01:18:23PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It turns out that it was user error. I forgot that I had patched the patch :-) The following works with my 6872: -------------------------------------- diff -c -r pccbb/pccbb.c pccbb.mn/pccbb.c *** pccbb/pccbb.c Fri Feb 9 07:08:52 2001 --- pccbb.mn/pccbb.c Wed Mar 7 15:40:10 2001 *************** *** 173,178 **** --- 173,180 ---- CB_CIRRUS, PCCBB_PCIC_MEM_32}, {PCI_DEVICE_ID_PCIC_CLPD6833, "CLPD6833 PCI-CardBus Bridge", CB_CIRRUS, PCCBB_PCIC_MEM_32}, + {PCI_DEVICE_ID_PCIC_OZ6872, "OZ6872 PCI-CardBus Bridge", + CB_CIRRUS, PCCBB_PCIC_MEM_32}, /* sentinel */ {0 /* null id */, "unknown", diff -c -r pccbb/pccbbreg.h pccbb.mn/pccbbreg.h *** pccbb/pccbbreg.h Wed Oct 18 05:25:13 2000 --- pccbb.mn/pccbbreg.h Wed Mar 7 15:38:38 2001 *************** *** 160,165 **** --- 160,166 ---- /* Vendor/Device IDs */ #define PCI_DEVICE_ID_PCIC_OZ6729 0x67291217ul #define PCI_DEVICE_ID_PCIC_OZ6730 0x673A1217ul + #define PCI_DEVICE_ID_PCIC_OZ6872 0x68721217ul #define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul #define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul #define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul -- Robert Sexton - robert@kudra.com, Cincinnati OH, USA Build a man a fire, and he's warm for the rest of the night. Set a man on fire, and he's warm for the rest of his life - Terry Pratchett, "Jingo" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message