From owner-cvs-all@FreeBSD.ORG Tue Oct 21 01:53:31 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 F2E2916A4B3; Tue, 21 Oct 2003 01:53:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DEE43FA3; Tue, 21 Oct 2003 01:53:30 -0700 (PDT) (envelope-from sos@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 h9L8rUXJ047500; Tue, 21 Oct 2003 01:53:30 -0700 (PDT) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9L8rUjd047499; Tue, 21 Oct 2003 01:53:30 -0700 (PDT) (envelope-from sos) Message-Id: <200310210853.h9L8rUjd047499@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 21 Oct 2003 01:53:30 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.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, 21 Oct 2003 08:53:31 -0000 sos 2003/10/21 01:53:30 PDT FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs and then some of its Cyrix inheritance. Set the max_iosize for the Cyrix to 63K as the SC1100. Revision Changes Path 1.40 +4 -2 src/sys/dev/ata/ata-chipset.c