From owner-cvs-all@FreeBSD.ORG Sun Mar 14 15:03:58 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 5F83416A4CE; Sun, 14 Mar 2004 15:03:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3E043D1D; Sun, 14 Mar 2004 15:03:58 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2EN3wGe053770; Sun, 14 Mar 2004 15:03:58 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2EN3vvP053769; Sun, 14 Mar 2004 15:03:57 -0800 (PST) (envelope-from imp) Message-Id: <200403142303.i2EN3vvP053769@repoman.freebsd.org> From: Warner Losh Date: Sun, 14 Mar 2004 15:03:57 -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 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/isa isa_compat.c isa_device.h pcf.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, 14 Mar 2004 23:03:58 -0000 imp 2004/03/14 15:03:57 PST FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 options.i386 options.pc98 sys/i386/conf NOTES sys/i386/isa pcf.c Removed files: sys/i386/isa isa_compat.c isa_device.h Log: Remove isa compat stuff. Only cy, bs and wd in the tree still use it. I have a replacement for cy that I need to test on ISA and PCI cards. bs and wd are pc98 only drivers that appear to no longer be necessary. I'll be removing them when I hear back from the pc98 people. Revision Changes Path 1.478 +0 -2 src/sys/conf/files.i386 1.289 +0 -2 src/sys/conf/files.pc98 1.212 +0 -1 src/sys/conf/options.i386 1.175 +0 -1 src/sys/conf/options.pc98 1.1147 +0 -1 src/sys/i386/conf/NOTES 1.31 +0 -324 src/sys/i386/isa/isa_compat.c (dead) 1.78 +0 -118 src/sys/i386/isa/isa_device.h (dead) 1.22 +0 -2 src/sys/i386/isa/pcf.c