Re: O2Micro success
Masahide -mac- NODA <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Hi, mobilers. From: "M. Warner Losh" <[email protected]> Subject: Re: O2Micro success Date: Mon, 28 Apr 2003 21:43:12 -0600 (MDT) Message-ID: <[email protected]> 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. -- [email protected]/[email protected] --- 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}, _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"