Bug 217
Summary: | compile failure in drivers/scsi/dpt_i2o.c | ||
---|---|---|---|
Product: | SCSI Drivers | Reporter: | John Kim (john) |
Component: | Other | Assignee: | Adrian Bunk (bunk) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | bugme, robe, vasquez |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | --- | Bisected commit-id: |
Description
John Kim
2002-12-30 12:41:58 UTC
This driver still does not compile correctly under 2.5.62 Driver does not compile in 2.5.74 CC [M] drivers/scsi/dpt_i2o.o drivers/scsi/dpt_i2o.c:32:2: #error Please convert me to Documentation/DMA-mapping.txt drivers/scsi/dpt_i2o.c: In function `adpt_install_hba': drivers/scsi/dpt_i2o.c:977: warning: passing arg 2 of `request_irq' from incompatible pointer type drivers/scsi/dpt_i2o.c: In function `adpt_scsi_to_i2o': drivers/scsi/dpt_i2o.c:2118: structure has no member named `address' make[2]: *** [drivers/scsi/dpt_i2o.o] Error 1 make[1]: *** [drivers/scsi] Error 2 make: *** [drivers] Error 2 And it doesn't compile in 2.6.0_test1 The Adaptec programmer responsible for this driver told me Adaptec will only let him make drivers for stable kernels. Today I was told the driver update is nearing completion. Will report back when I have more info. Still not compiling on 2.6.0-test2 still does not compile in 2.6.0-test4 Not working in 2.6.0-test6. Bugged Adaptec. Not working in 2.6.0-test9 Peder Well, 2.6 is out. This means we have a new "stable" kernel :) Who @ Adaptec do we have to bug ? :) Mark Salyzyn of Adaptec is working on it very hard. Check out the archives: http://marc.theaimsgroup.com/?l=linux-scsi&m=106191846824480&w=2 He attached a version for 2.6.0-test2, I couldn't test it yet. the "current" version (as of around march this year) can be found at http://amd.co.at/data/dpt_i2o-2.5.0-2326.tgz. works for me so far. apparently this is fixed in 2.6.7-rc3 see http://linux.bkbits.net:8080/linux-2.6/diffs/drivers/scsi/dpt_i2o.c@1.38?nav=index.html|src/|src/drivers|src/drivers/scsi|hist/drivers/scsi/dpt_i2o.c for further information. can anybody test this? The compilation of dpt_i2o.c is fixed in 2.6.7 . The compilation of dpt_i2o.c is fixed in 2.6.7 . |