Bug 2129

Summary: Drivers for AHA152x and others appear to have disapeared
Product: [Retired] Red Hat Linux Reporter: joseph.derosajr
Component: distributionAssignee: 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
Drivers for AHA152x and others appear to have disapeared
from the scsi select screen. The one other I noticed was the
adaptec 1542.

Comment 1 joseph.derosajr 1999-04-12 16:24:59 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,
---------------------------------------------------------------

Comment 2 Cristian Gafton 1999-04-12 16:27:59 UTC
assigned to msw

Comment 3 Matt Wilson 1999-04-12 17:18:59 UTC
You are correct!  Thanks for the sharp eyes.  Will be fixed in a
future release.

Comment 4 openshift-github-bot 2016-08-15 15:20:55 UTC
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