Yes, I agree...  pci.txt says it should end in a zero..   

I will include that change in my future updates as well... 

                -----Original Message-----
                From:   Marcus Meissner [mailto:[EMAIL PROTECTED]]
                Sent:   Thursday, June 28, 2001 10:34 AM
                To:     White, Charles; [EMAIL PROTECTED]; Alan
Cox; Arrays
                Subject:        PATCH: cciss small pci id table patch

                Hi,

                The cciss driver in 2.4.5-ac19 is missing the terminating
{0,}.

                Ciao, Marcus

                Index: drivers/block/cciss.c
        
===================================================================
                RCS file:
/build/mm/work/repository/linux-mm/drivers/block/cciss.c,v
                retrieving revision 1.23
                diff -u -r1.23 cciss.c
                --- drivers/block/cciss.c       2001/05/27 18:05:54     1.23
                +++ drivers/block/cciss.c       2001/06/28 15:27:34
                @@ -63,6 +63,7 @@
                                         0x0E11, 0x4080, 0, 0, 0},
                        { PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
                                         0x0E11, 0x4082, 0, 0, 0},
                +       {0,}
                 };
                 MODULE_DEVICE_TABLE(pci, cciss_pci_device_id);
                 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to