Date: Sat, 6 Sep 2003 16:23:26 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.alpha files.amd64 files.i386 files.ia64 files.pc98 files.sparc64 kmod.mk src/sys/modules Makefile src/sys/modules/uart Makefile Message-ID: <200309062323.h86NNQMK082717@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/09/06 16:23:26 PDT
FreeBSD src repository
Modified files:
sys/conf files files.alpha files.amd64 files.i386
files.ia64 files.pc98 files.sparc64
kmod.mk
sys/modules Makefile
Added files:
sys/modules/uart Makefile
Log:
Hook-up the uart(4) driver to the build. For a detailed description
of what uart(4) is and/or is not see the initial commit log of one
of the files in sys/dev/uart (or see share/man/man4/uart.4).
Note that currently pc98 shares the MD file with i386. This needs
to change when pc98 support is fleshed-out to properly support the
various UARTs. A good example is sparc64 in this respect.
We build uart(4) as a module on all platforms. This may break
the ppc port. That depends on whether they do actually build
modules.
To use uart(4) on alpha, one must use the NO_SIO option.
Revision Changes Path
1.819 +12 -0 src/sys/conf/files
1.106 +1 -0 src/sys/conf/files.alpha
1.23 +1 -0 src/sys/conf/files.amd64
1.454 +1 -0 src/sys/conf/files.i386
1.58 +1 -0 src/sys/conf/files.ia64
1.278 +1 -0 src/sys/conf/files.pc98
1.46 +1 -0 src/sys/conf/files.sparc64
1.141 +1 -1 src/sys/conf/kmod.mk
1.347 +2 -1 src/sys/modules/Makefile
1.1 +12 -0 src/sys/modules/uart/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309062323.h86NNQMK082717>
