From owner-cvs-all@FreeBSD.ORG Mon Dec 8 20:36:32 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 61C2F16A4CE; Mon, 8 Dec 2003 20:36:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333BA43D1F; Mon, 8 Dec 2003 20:36:31 -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 hB94aVXJ047182; Mon, 8 Dec 2003 20:36:31 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB94aUPL047181; Mon, 8 Dec 2003 20:36:30 -0800 (PST) (envelope-from imp) Message-Id: <200312090436.hB94aUPL047181@repoman.freebsd.org> From: Warner Losh Date: Mon, 8 Dec 2003 20:36:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/isa stallion.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: Tue, 09 Dec 2003 04:36:32 -0000 imp 2003/12/08 20:36:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/isa stallion.c Log: Update the Stallion driver to 5.6.0b1 (the latest one on the web site). This only updates the stallion (stl) driver. The stli driver isn't updated because the driver is corrupt on the stallion web site :-(. This fixes my EC8/32-AT card, which worked with the 1.0.0 driver, but not the 2.0.0 driver. It also fails to break my EasyIO-8 PCI card (well, I can't completely test it just yet). This is being committed directly to stable because this driver doesn't compile in current. I'm doing a current port, but it will commit that later. Also, 2.0.0 hasn't made it into current either. Revision Changes Path 1.39.2.3 +2091 -2209 src/sys/i386/isa/stallion.c