Hey Andrea:

It looks like the patch was applied incorrectly.  My patch actually
contains two patches, to pci.lst and pci-26.lst, can you please revert
the change and re-apply?  All you need to do is run my patch in the
SVN checkout and it should do the right thing.

Thanks!

Bernard

On 12/17/06, Andrea Righi <[EMAIL PROTECTED]> wrote:
> RPMs of r3831 uploaded on
> http://download.systemimager.org/~arighi/systemimager/
>
> Cheers,
> -Andrea
>
> Andrea Righi wrote:
> > Thank you Bernard! and sorry for the late... I've just checked it in the
> > trunk, now I'm going to test it and rebuild the RPMs. They'll be
> > available soon at:
> >
> > http://download.systemimager.org/~arighi/systemimager/
> >
> > Cheers,
> > -Andrea
> >
> > Bernard Li wrote:
> >> The attached patch against trunk r3830 adds support to the following
> >> hardware:
> >>
> >> SAS1064E PCI-Express Fusion-MPT SAS
> >> 631xESB/632xESB/3100 Chipset SATA Storage Controller IDE
> >> 80003ES2LAN Gigabit Ethernet Controller (Copper)
> >>
> >> Thanks to Chris Heller for providing the PCI hardware list.
> >>
> >> Hopefully someone can build the RPMs so that Chris can confirm that
> >> this solves the problem with his particular hardware.
> >>
> >> Thanks,
> >>
> >> Bernard
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >> Index: patches/discover-data.pci-26.lst.patch
> >> ===================================================================
> >> --- patches/discover-data.pci-26.lst.patch   (revision 0)
> >> +++ patches/discover-data.pci-26.lst.patch   (revision 0)
> >> @@ -0,0 +1,20 @@
> >> +--- discover-data-2.2006.10.29/pci-26.lst.orig      2006-12-12 
> >> 17:36:24.000000000 -0800
> >> ++++ discover-data-2.2006.10.29/pci-26.lst   2006-12-14 12:44:00.000000000 
> >> -0800
> >> +@@ -68,7 +68,7 @@
> >> +    10000040        scsi    mptscsih        53c1035 PCI-X Fusion-MPT Dual 
> >> Ultra320 SCSI
> >> +    10000050        scsi    mptscsih        SAS1064 PCI-X Fusion-MPT SAS
> >> +    10000054        scsi    mptscsih        SAS1068 PCI-X Fusion-MPT SAS
> >> +-   10000056        unknown mptsas  SAS1064E PCI-Express Fusion-MPT SAS
> >> ++   10000056        scsi    mptsas  SAS1064E PCI-Express Fusion-MPT SAS
> >> +    10000058        unknown mptsas  SAS1068E PCI-Express Fusion-MPT SAS
> >> +    1000005a        unknown mptsas  SAS1066E PCI-Express Fusion-MPT SAS
> >> +    1000005e        unknown mptsas  SAS1066 PCI-X Fusion-MPT SAS
> >> +@@ -1997,7 +1997,7 @@
> >> +    8086266d        modem   snd-intel8x0m   82801FB/FBM/FR/FW/FRW (ICH6 
> >> Family) AC'97 Modem Controller
> >> +    8086266e        sound   snd-intel8x0    82801FB/FBM/FR/FW/FRW (ICH6 
> >> Family) AC'97 Audio Controller
> >> +    8086266f        ide     piix    82801FB/FBM/FR/FW/FRW (ICH6 Family) 
> >> IDE Controller
> >> +-   80862680        unknown ata_piix        631xESB/632xESB/3100 Chipset 
> >> SATA Storage Controller IDE
> >> ++   80862680        scsi    ata_piix        631xESB/632xESB/3100 Chipset 
> >> SATA Storage Controller IDE
> >> +    80862681        unknown ahci    631xESB/632xESB SATA Storage 
> >> Controller AHCI
> >> +    80862682        unknown ahci    631xESB/632xESB SATA Storage 
> >> Controller RAID
> >> +    80862683        unknown ahci    631xESB/632xESB SATA Storage 
> >> Controller RAID
> >> Index: patches/discover-data.pci.lst.patch
> >> ===================================================================
> >> --- patches/discover-data.pci.lst.patch      (revision 3830)
> >> +++ patches/discover-data.pci.lst.patch      (working copy)
> >> @@ -1,6 +1,6 @@
> >> ---- discover1-data-1.2006.01.14ubuntu2/pci.lst.orig 2006-10-30 
> >> 18:47:11.000000000 +0100
> >> -+++ discover1-data-1.2006.01.14ubuntu2/pci.lst      2006-10-30 
> >> 18:48:57.000000000 +0100
> >> -@@ -149,13 +149,13 @@
> >> +--- discover-data-2.2006.10.29/pci.lst.orig 2006-10-26 01:06:27.000000000 
> >> -0700
> >> ++++ discover-data-2.2006.10.29/pci.lst      2006-12-14 12:43:26.000000000 
> >> -0800
> >> +@@ -188,13 +188,13 @@
> >>      10000013        scsi    sym53c8xx_2     53c875a
> >>      10000020        scsi    sym53c8xx_2     53c1010 Ultra3 SCSI Adapter
> >>      10000021        scsi    sym53c8xx_2     53c1010 66MHz  Ultra3 SCSI 
> >> Adapter
> >> @@ -16,3 +16,12 @@
> >>      10000054        scsi    mptscsih        SAS1068 PCI-X Fusion-MPT SAS
> >>      10000056        unknown unknown SAS1064E PCI-Express Fusion-MPT SAS
> >>      10000058        unknown unknown SAS1068E PCI-Express Fusion-MPT SAS
> >> +@@ -7151,7 +7151,7 @@
> >> +    80861093        unknown unknown PRO/100 VM Network Connection
> >> +    80861094        unknown unknown PRO/100 VE Network Connection
> >> +    80861095        unknown unknown PRO/100 VE Network Connection
> >> +-   80861096        unknown unknown 80003ES2LAN Gigabit Ethernet 
> >> Controller (Copper)
> >> ++   80861096        ethernet        e1000   80003ES2LAN Gigabit Ethernet 
> >> Controller (Copper)
> >> +    80861097        unknown unknown 631xESB/632xESB DPT LAN Controller 
> >> (Fiber)
> >> +    80861098        unknown unknown 80003ES2LAN Gigabit Ethernet 
> >> Controller (Serdes)
> >> +    80861099        ethernet        unknown 82546GB Gigabit Ethernet 
> >> Controller (Copper)
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >> -------------------------------------------------------------------------
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to share 
> >> your
> >> opinions on IT & business topics through brief surveys - and earn cash
> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >> _______________________________________________
> >> sisuite-devel mailing list
> >> sisuite-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/sisuite-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to