OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Jonathan Gray (jsgcvs.openbsd.org)
Date: Mon Sep 05 2005 - 08:21:49 CDT


CVSROOT: /cvs
Module name: src
Changes by: jsgcvs.openbsd.org 2005/09/05 07:21:49

Modified files:
        sys/dev/pci : pciide.c

Log message:
If we have a match for the PCI ID we don't care what the PCI class is.
It is often not mass storage anyway. Remove IDE_PCI_CLASS_OVERRIDE
which forced matching when class was not mass storage, just use PCI ID.
ok grange