From owner-cvs-share Thu Sep 4 11:53:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16524 for cvs-share-outgoing; Thu, 4 Sep 1997 11:53:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16405; Thu, 4 Sep 1997 11:51:55 -0700 (PDT) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA29655; Thu, 4 Sep 1997 11:49:53 -0700 (PDT) Date: Thu, 4 Sep 1997 11:49:53 -0700 (PDT) Message-Id: <199709041849.LAA29655@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/sys/pci ide_pci.c src/sys/i386/isa wd.c wdreg.h src/sys/i386/conf LINT src/share/man/man4/man4.i386 wd.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1997/09/04 11:49:53 PDT Modified files: sys/pci ide_pci.c sys/i386/isa wd.c wdreg.h sys/i386/conf LINT share/man/man4/man4.i386 wd.4 Log: Upgrade of EIDE DMA support, Johns comments: * lots of fixes to error handling-- mostly works now * improve DMA timing config for Triton chipsets-- PIIX4 and UDMA drive still untested * generally improve DMA config in many ways-- mostly cleanup * clean up boot-time messages * rewrite PRD generation algorithm * first wd timeout is now longer, to handle drive spinup Submitted by: John Hood Revision Changes Path 1.3 +389 -247 src/sys/pci/ide_pci.c 1.136 +62 -29 src/sys/i386/isa/wd.c 1.19 +10 -10 src/sys/i386/isa/wdreg.h 1.361 +5 -4 src/sys/i386/conf/LINT 1.7 +4 -1 src/share/man/man4/man4.i386/wd.4