lkml.org 
[lkml]   [1999]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectSolved: Need help with scsi-generic
    On Wed, 24 Mar 1999, David Miller wrote:

    > Hi all:)
    >
    > I'm trying to make a Vela scsi decoder be recognized as a generic scsi
    > device under RH 5.2 (2.0.36)
    [snip]

    >
    > So far I've:

    [snip]

    > In sg.c I added TYPE_VELA to:
    >
    > static int sg_detect(Scsi_Device * SDp){
    >
    > switch (SDp->type) {
    > case TYPE_DISK:

    Mistake -> case TYPE_VELA:

    > case TYPE_MOD:
    > case TYPE_ROM:
    > case TYPE_WORM:
    > case TYPE_TAPE: break;
    > default:
    > printk("Detected scsi generic sg%c at scsi%d, channel %d, id %d,
    > lun %d\n",

    Uhm, I'd like to formally apologize for my public display of sleep
    deprivation.....

    The code above says to *not* assign sgN if it's type tape, disk, VELA,
    etc. Oops:(

    Sorry to waste everyone's time and bandwidth.

    --- David Miller


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:51    [W:6.922 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site