From owner-freebsd-mobile Fri Mar 9 3:52:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 06EEF37B71A for ; Fri, 9 Mar 2001 03:52:26 -0800 (PST) (envelope-from martin@svenskabutiker.se) Received: from svenskabutiker.se (t4o79p54.telia.com [62.20.201.174]) by mailf.telia.com (8.9.3/8.9.3) with ESMTP id MAA29801; Fri, 9 Mar 2001 12:52:17 +0100 (CET) Message-ID: <3AA8C3B4.3D8B6F79@svenskabutiker.se> Date: Fri, 09 Mar 2001 12:51:16 +0100 From: Martin Nilsson X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-mobile@FreeBSD.ORG" Cc: Warner Losh Subject: PCI id for O2 Micro Cardbus bridge Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This patch against current activates the O2Micro 6832 Cardbus controller in my Siemens M350. It works well together with an Intel Pro100 Cardbus adapter. How it works with other cards is unknown as this is the only card i have. /Martin 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_OZ6832, "OZ6832 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_OZ6832 0x68321217ul #define PCI_DEVICE_ID_PCIC_CLPD6729 0x11001013ul #define PCI_DEVICE_ID_PCIC_CLPD6832 0x11101013ul #define PCI_DEVICE_ID_PCIC_CLPD6833 0x11131013ul -- Martin Nilsson, Civilingenjör M.Sc. CS&E Svenska Butiker AB, S:t Larsväg 44 222 70 Lund, SWEDEN martin@svenskabutiker.se Tel: 046-304130 www.svenskabutiker.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message