From owner-cvs-all Sun Jan 16 18: 4:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB35153FE; Sun, 16 Jan 2000 18:04:21 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23470; Sun, 16 Jan 2000 18:04:21 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <200001170204.SAA23470@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 16 Jan 2000 18:04:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c atapi-all.c atapi-cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 2000/01/16 18:04:20 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c atapi-all.c atapi-cd.c Log: Add support for the Intel 810 chipset (ICH type of chips) Prober support for the VIA 82C686, I finally got the right datasheet. Get rid of atapi_wait, merge it into ata_wait. Avoid a couple of races by using asleep instead of tsleep. Always use 16bit transfers on ISA systems. Clear up the atapi_read/write functions. Revision Changes Path 1.40 +53 -21 src/sys/dev/ata/ata-all.c 1.18 +2 -1 src/sys/dev/ata/ata-all.h 1.50 +19 -19 src/sys/dev/ata/ata-disk.c 1.26 +48 -16 src/sys/dev/ata/ata-dma.c 1.34 +36 -71 src/sys/dev/ata/atapi-all.c 1.34 +5 -2 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message