DragonFly BSD
DragonFly kernel List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Sun, 26 Sep 2004 13:42:39 +0900

On Sat, Sep 25, 2004 at 09:34:33PM +0200, Toma?Ťö Bor?ŤŢtnar 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 }
 };
 



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]