Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 17:30:07 -0400
From:      Robert Sexton <robert@kudra.com>
To:        Mike Smith <msmith@freebsd.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Cardbus bridge doesn't attach anymore.
Message-ID:  <20010402173007.A56573@tabby.kudra.com>
In-Reply-To: <200103282118.f2SLINX01791@mass.dis.org>; from Mike Smith on Wed, Mar 28, 2001 at 01:18:23PM -0800
References:  <20010328104832.A93680@tabby.kudra.com> <200103282118.f2SLINX01791@mass.dis.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010402173007.A56573>