Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 1999 19:17:22 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata ata-all.c src/sys/pci pcisupport.c
Message-ID:  <199910070217.TAA84349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910070217.TAA84349>