From owner-cvs-all@FreeBSD.ORG Sat Dec 6 19:51:21 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 1724416A4CE; Sat, 6 Dec 2003 19:51:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6170B43FB1; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73pKXJ013788; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73pJL7013787; Sat, 6 Dec 2003 19:51:19 -0800 (PST) (envelope-from imp) Message-Id: <200312070351.hB73pJL7013787@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 19:51:19 -0800 (PST) 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.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i386/isa loran.c 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: Sun, 07 Dec 2003 03:51:21 -0000 imp 2003/12/06 19:51:19 PST FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 sys/i386/conf NOTES Removed files: sys/i386/isa loran.c Log: First part of the removal of drivers for hardware that isn't relevant or whose drivers haven't even compiled for years. The loran hardware was very unique, and only a few copies of it ever existed. It used the old COMPAT_ISA_DRIVER and when the author was contacted, he indicated that he had no intention of ever updating this driver and it was no longer relevant to the FreeBSD world and can be removed without impact to anybody. Approved by: phk Revision Changes Path 1.458 +0 -1 src/sys/conf/files.i386 1.282 +0 -1 src/sys/conf/files.pc98 1.1109 +0 -4 src/sys/i386/conf/NOTES 1.44 +0 -633 src/sys/i386/isa/loran.c (dead)