Date: Tue, 29 Apr 2003 14:03:08 +0900 (JST) From: Masahide -mac- NODA <mac@clave.gr.jp> To: freebsd-mobile@freebsd.org Subject: Re: O2Micro success Message-ID: <20030429.140308.74693432.mac@clave.gr.jp> In-Reply-To: <20030428.214312.69698966.imp@bsdimp.com> References: <5498.1051570968@www1.gmx.net> <20030428.211034.02881728.imp@bsdimp.com> <20030428.214312.69698966.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, mobilers. From: "M. Warner Losh" <imp@bsdimp.com> Subject: Re: O2Micro success Date: Mon, 28 Apr 2003 21:43:12 -0600 (MDT) Message-ID: <20030428.214312.69698966.imp@bsdimp.com> imp> NEWCARD forces PCI Yenta devices to use PCI interrupts. So, if you imp> had to use ISA interrupts, that means that O2Micro may have issues. My Lattop, Fujitsu MG10AM(*1), have OZ6933 CardBus birdge. 1 month ago, it didn't work with NEWCARD. But, it work fine with NEWCARD on CURRENT cvsuped 2003/04/26. Its extra configuration is only below. hw.pci.allow_unsupported_io_range="1" *1) This URL is Japanese only http://www.fmworld.net/product/frame/pcpm0205/biblo_loox/mg/index.html imp> O2Micro Laptop owners, please do me a favor: Look on ebay for your imp> EXACT model and send me the URL to the acutions. <DREAM-MODE>Or imp> better yet, send me your laptop</DREAM-MODE> :-). Sorry, I can't find this :-) BTW, I found small typo in sys/dev/pccbb/pccbb.c. Please apply this patch, Warner-san. Regard. -- mac@clave.gr.jp/mac@jp.FreeBSD.org --- pccbb.c.orig Tue Apr 29 03:50:59 2003 +++ pccbb.c Tue Apr 29 14:00:46 2003 @@ -176,8 +176,8 @@ {PCIC_ID_OZ6860, "O2Micro OZ6836/6860 PCI-CardBus Bridge", CB_CIRRUS}, {PCIC_ID_OZ6872, "O2Micro OZ6812/6872 PCI-CardBus Bridge", CB_CIRRUS}, {PCIC_ID_OZ6912, "O2Micro OZ6912/6972 PCI-CardBus Bridge", CB_CIRRUS}, - {PCIC_ID_OZ6922, "O2Micro OZ6822 PCI-CardBus Bridge", CB_CIRRUS}, - {PCIC_ID_OZ6933, "O2Micro OZ6833 PCI-CardBus Bridge", CB_CIRRUS}, + {PCIC_ID_OZ6922, "O2Micro OZ6922 PCI-CardBus Bridge", CB_CIRRUS}, + {PCIC_ID_OZ6933, "O2Micro OZ6933 PCI-CardBus Bridge", CB_CIRRUS}, /* sentinel */ {0 /* null id */, "unknown", CB_UNKNOWN},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429.140308.74693432.mac>