From owner-cvs-all@FreeBSD.ORG Sat Mar 13 22:48:36 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 8DF5716A4CE; Sat, 13 Mar 2004 22:48:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863F343D39; Sat, 13 Mar 2004 22:48:36 -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 i2E6maGe008567; Sat, 13 Mar 2004 22:48:36 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2E6maVS008566; Sat, 13 Mar 2004 22:48:36 -0800 (PST) (envelope-from imp) Message-Id: <200403140648.i2E6maVS008566@repoman.freebsd.org> From: Warner Losh Date: Sat, 13 Mar 2004 22:48:36 -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/i386/conf NOTES src/sys/conf files.i386 files.pc98 src/sys/i386/isa README.stl istallion.c stallion.c src/sys/i386/include cdk.h 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 06:48:36 -0000 imp 2004/03/13 22:48:36 PST FreeBSD src repository Modified files: sys/i386/conf NOTES sys/conf files.i386 files.pc98 Removed files: sys/i386/isa README.stl istallion.c stallion.c sys/i386/include cdk.h Log: stl and stli use the old COMPAT_ISA api. slt also uses the really old COMPAT_PCI api. This API is going away, so this driver is going away also. If users are interested in updating this, please contact the author since he has some preliminary work to move this to newer APIs. Revision Changes Path 1.473 +0 -2 src/sys/conf/files.i386 1.288 +0 -2 src/sys/conf/files.pc98 1.1141 +0 -27 src/sys/i386/conf/NOTES 1.6 +0 -495 src/sys/i386/include/cdk.h (dead) 1.5 +0 -536 src/sys/i386/isa/README.stl (dead) 1.57 +0 -3850 src/sys/i386/isa/istallion.c (dead) 1.62 +0 -3072 src/sys/i386/isa/stallion.c (dead)