From owner-cvs-all Tue Jul 20 16: 1: 8 1999 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 0204F15140; Tue, 20 Jul 1999 16:00:56 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86174; Tue, 20 Jul 1999 15:58:21 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <199907202258.PAA86174@freefall.freebsd.org> From: Julian Elischer Date: Tue, 20 Jul 1999 15:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ide_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/07/20 15:58:21 PDT Modified files: (Branch: RELENG_3) sys/pci ide_pci.c Log: MFC: 1.36 Allow Cyrix 5530 based UltraDMA IDE controllers to co-exist with other devices on the PCI bus. This is a workaround for a bug in the Cx5530 PCI bus logic that will hog the PCI bus if the disk is fast enough. UDMA mode 2 is fast enough to make this happen so limit the drives to mode 1. The symptom is missed interrupts and sio silo overflows at high async speeds. Revision Changes Path 1.28.2.1 +125 -100 src/sys/pci/ide_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message