O2Micro success
M. Warner Losh
imp at bsdimp.com
Mon Apr 28 23:00:16 PDT 2003
In message: <20030429.140308.74693432.mac at clave.gr.jp>
Masahide -mac- NODA <mac at clave.gr.jp> writes:
: BTW, I found small typo in sys/dev/pccbb/pccbb.c.
: Please apply this patch, Warner-san.
:
: Regard.
: --
: mac at clave.gr.jp/mac at 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
More information about the freebsd-mobile
mailing list