Bug 2129
Summary: | Drivers for AHA152x and others appear to have disapeared | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | joseph.derosajr |
Component: | distribution | Assignee: | Matt Wilson <msw> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-04-12 17:18:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
joseph.derosajr
1999-04-11 18:51:57 UTC
Here is a little snippet from misc\src\install\devices.c --------------------------------------------------------------- #endif /* DISABLE_NETWORK */ { "Adaptec 152x", "aha152x", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, { "Adaptec 1542", "aha1542", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, { "Adaptec 1740", "aha1740", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, #endif { "Adaptec 2740, 2840, 2940", "aic7xxx", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, #ifndef __sparc__ { "AdvanSys Adapters", "advansys", 0, checkSCSIDev, --------------------------------------------------------------- My guess is that it should read: --------------------------------------------------------------- #endif /* DISABLE_NETWORK */ #endif { "Adaptec 152x", "aha152x", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, { "Adaptec 1542", "aha1542", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, { "Adaptec 1740", "aha1740", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, { "Adaptec 2740, 2840, 2940", "aic7xxx", 0, checkSCSIDev, DRIVER_SCSI, DRIVER_MINOR_NONE }, #ifndef __sparc__ { "AdvanSys Adapters", "advansys", 0, checkSCSIDev, --------------------------------------------------------------- assigned to msw You are correct! Thanks for the sharp eyes. Will be fixed in a future release. Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/41cd5f40fe33ba286367c98b50959dd9f3a3ac89 Merge pull request #2296 from sdodson/issue2129 Add nfs group to OSEv3:vars |