Date: Tue, 29 Apr 2003 00:00:01 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: mac@clave.gr.jp Cc: freebsd-mobile@freebsd.org Subject: Re: O2Micro success Message-ID: <20030429.000001.11597408.imp@bsdimp.com> In-Reply-To: <20030429.140308.74693432.mac@clave.gr.jp> References: <20030428.211034.02881728.imp@bsdimp.com> <20030428.214312.69698966.imp@bsdimp.com> <20030429.140308.74693432.mac@clave.gr.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20030429.140308.74693432.mac@clave.gr.jp> Masahide -mac- NODA <mac@clave.gr.jp> writes: : 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}, You are correct. I've committed this fix. Thank you for sending it in. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429.000001.11597408.imp>