From owner-cvs-all@FreeBSD.ORG Sat Nov 20 23:38:49 2004 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 377CF16A4CE; Sat, 20 Nov 2004 23:38:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D2A43D48; Sat, 20 Nov 2004 23:38:49 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAKNcmI6005240; Sat, 20 Nov 2004 23:38:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAKNcmGT005239; Sat, 20 Nov 2004 23:38:48 GMT (envelope-from marcel) Message-Id: <200411202338.iAKNcmGT005239@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 20 Nov 2004 23:38:48 +0000 (UTC) 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 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, 20 Nov 2004 23:38:49 -0000 marcel 2004-11-20 23:38:48 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/uart Makefile Log: Stop building uart_dev_i8251.c. It was copied from uart_dev_ns8250.c without ever being changed to actually work with an i8251. Nobody is working on this either at the moment, so it's not about to change soon. When the code necessary to support the i8251 is committed, this can be reverted again. Revision Changes Path 1.972 +0 -1 src/sys/conf/files 1.13 +2 -2 src/sys/modules/uart/Makefile