cvs commit: src/sys/dev/uart uart_bus_pccard.c src/sys/modules/uart Makefile

M. Warner Losh imp at bsdimp.com
Mon Sep 15 08:02:59 PDT 2003


In message: <20030915145126.1c3ea0ca.nork at FreeBSD.org>
            Norikatsu Shigemura <nork at FreeBSD.org> writes:
: On Sun, 14 Sep 2003 09:21:06 -0700 (PDT)
: Takanori Watanabe <takawata at freebsd.org> wrote:
: > takawata    2003/09/14 09:21:06 PDT
: >   FreeBSD src repository
: >   Modified files:
: >     sys/modules/uart     Makefile 
: >   Added files:
: >     sys/dev/uart         uart_bus_pccard.c 
: >   Log:
: >   Add uart pccard bus attachment,based on sio_pccard.c .
: >   Wrote at: Hakone.
: >   Powered by: Warner Losh's scotch whisky.
: >   Tested by: nork
: >   Revision  Changes    Path
: >   1.1       +109 -0    src/sys/dev/uart/uart_bus_pccard.c (new)
: >   1.4       +4 -4      src/sys/modules/uart/Makefile
: 
: 	Adios! > sio(4)  Welcome! > uart(4)
: 	Thanks! > marcel, imp, takawata!

Hopefully we can get a i8251 module that's suitable for the enhanced
8251 that's in the PC98 machines.  I've been translating some japanese
documents for him, but I don't know what he'll be able to do.  The
current i8251 driver is literally the ns8250 module with the only the
name change (the two parts are radically different, so there's no
chance this will work).

Warner



More information about the cvs-src mailing list