diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-03-06 08:15:18 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-03-06 08:15:18 +0400 |
commit | 41eb852ffc40da743c2f504479f3b0eb7a5804f6 (patch) | |
tree | 80e27b95c63098502d3184184a91269669eeb7a2 | |
parent | ddf88053687866ed428ee27b0d0091eca9e6d9a8 (diff) | |
download | driverdb-41eb852ffc40da743c2f504479f3b0eb7a5804f6.tar.gz |
cpqary3 class is scsi
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/db/etc/driver_classes | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b3368c2..6724574 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +driverdb (4.4) UNRELEASED; urgency=medium + + * cpqary3 class is scsi, not scsi-self-identifying (illumos bug 4669) + + -- Igor Pashev <pashev.igor@gmail.com> Thu, 06 Mar 2014 08:14:58 +0400 + driverdb (4.3) unstable; urgency=medium * Bump version to reflect illumos diff --git a/debian/db/etc/driver_classes b/debian/db/etc/driver_classes index 16e81eb..e36a49d 100644 --- a/debian/db/etc/driver_classes +++ b/debian/db/etc/driver_classes @@ -6,7 +6,7 @@ arcmsr scsi ata dada ata scsi bcm_sata scsi-self-identifying -cpqary3 scsi-self-identifying +cpqary3 scsi emlxs fibre-channel glm scsi isa sysbus |