Re: builds on chlamydia are not updated since 21nd Sep

看板DFBSD_kernel作者時間21年前 (2004/09/26 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/7 (看更多)
On Sat, Sep 25, 2004 at 09:34:33PM +0200, Toma韪Bor韪煸nar wrote: > YONETANI Tomokazu wrote: > >>p.s. > >>Still waiting for build that would let me recognize ServeRAID-6M (at > >>least like it did around 9nd Sep) :) > >Please give us detailed information about your problem. > > Your patch helped me see the RAID card and volume via kldload. But later > commit to recognize the card directly via kernel broke that. So now I > have state as of before 7th Sep (or something like that) when card was > shown under unrecognized PCI devices. If I do kldload ips.ko I see lines > for USB chipset. Ok, vendor ID was accidentally replaced with non-adaptec one. Index: ips_pci.c =================================================================== RCS file: /home/source/dragonfly/cvs/src/sys/dev/raid/ips/ips_pci.c,v retrieving revision 1.7 diff -u -r1.7 ips_pci.c --- ips_pci.c 8 Sep 2004 03:21:14 -0000 1.7 +++ ips_pci.c 26 Sep 2004 04:39:54 -0000 @@ -46,8 +46,9 @@ { IPS_VENDOR_ID, IPS_COPPERHEAD_DEVICE_ID, "IBM ServeRAID Adapter", ips_copperhead_reinit, ips_copperhead_intr, ips_issue_copperhead_cmd }, - { IPS_VENDOR_ID, IPS_MARCO_DEVICE_ID, "Adaptec ServeRAID Adapter", - ips_morpheus_reinit, ips_morpheus_intr, ips_issue_morpheus_cmd }, + { IPS_VENDOR_ID_ADAPTEC, IPS_MARCO_DEVICE_ID, + "Adaptec ServeRAID Adapter", ips_morpheus_reinit, ips_morpheus_intr, + ips_issue_morpheus_cmd }, { 0, 0, NULL } };
文章代碼(AID): #11LcbF00 (DFBSD_kernel)
討論串 (同標題文章)
文章代碼(AID): #11LcbF00 (DFBSD_kernel)