From owner-cvs-all Wed Oct 6 19:17:46 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 A7E8914EB8; Wed, 6 Oct 1999 19:17:42 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84349; Wed, 6 Oct 1999 19:17:22 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199910070217.TAA84349@freefall.freebsd.org> From: Mike Smith Date: Wed, 6 Oct 1999 19:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/10/06 19:17:22 PDT Modified files: sys/dev/ata ata-all.c sys/pci pcisupport.c Log: Be much more selective in claiming devices that might be IDE controllers. The old algorithm was: if class == storage and subclass != SCSI device must be IDE This results in claiming 'raid' and 'other' storage devices as IDE, which is typically not the case. Reviewed by: sos Revision Changes Path 1.23 +31 -37 src/sys/dev/ata/ata-all.c 1.128 +28 -32 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message