From owner-cvs-all@FreeBSD.ORG Sat Sep 6 16:23:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3432D16A4BF; Sat, 6 Sep 2003 16:23:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC8343FE9; Sat, 6 Sep 2003 16:23:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h86NNQ0U082718; Sat, 6 Sep 2003 16:23:26 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h86NNQMK082717; Sat, 6 Sep 2003 16:23:26 -0700 (PDT) Message-Id: <200309062323.h86NNQMK082717@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 6 Sep 2003 16:23:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 23:23:28 -0000 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)