login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
11
Re: INITIO scsi driver fails to work properly
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Filippos Papadopoulos <psybases@...>
To: James Bottomley <James.Bottomley@...>
Cc: <linux-scsi@...>, Chuck Ebbert <cebbert@...>, Boaz Harrosh <bharrosh@...>, Andrew Morton <akpm@...>, <linux-kernel@...>
Subject:
Re: INITIO scsi driver fails to work properly
Date: Friday, January 11, 2008 - 5:54 am
On Jan 11, 2008 7:16 AM, James Bottomley <James.Bottomley@hansenpartnership.com> wrote:
quoted text
> > On Fri, 2008-01-04 at 02:18 +0200, Filippos Papadopoulos wrote: > > First of all let me wish a happy new year. > > I come back from the vacations and i compiled the initio driver with > > > > #define DEBUG_INTERRUPT 1 > > #define DEBUG_QUEUE 1 > > #define DEBUG_STATE 1 > > #define INT_DISC 1 > > > > I used the sources from 2.6.24-rc6-git9 kernel. At kernel boot time the initio > > driver prints the following: > > > > " scsi: Initio INI-9X00U/UW SCSI device driver > > Find scb at c0c00000 > > Append pend scb c0c00000;" > > > > After 3 seconds the whole system freezes there and i have to reboot. > > > > > > > > P.S here is the info from 'lspci -vv' running 2.6.16.13 kernel: > > > > "00:08.0 SCSI storage controller: Initio Corporation 360P (rev 02) > > Subsystem: Unknown device 9292:0202 > > Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- > > ParErr- Stepping- SERR- FastB2B- > > Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium > > >TAbort- <TAbort- <MAbort- >SERR- <PERR- > > Latency: 32, Cache Line Size 08 > > Interrupt: pin A routed to IRQ 11 > > Region 0: I/O ports at d000 [size=256] > > This proves the BAR0 to be non zero, but I also take it from your report > that the > > initio: I/O port range 0x0 is busy. > > message is also gone? >
I havent reported "initio: I/O port range 0x0 is busy."
quoted text
> > Region 1: Memory at ef000000 (32-bit, non-prefetchable) [size=4K] > > [virtual] Expansion ROM at 50000000 [disabled] [size=128K] > > " > > I think there's still one remaining bug from the sg_list conversion, > namely that cblk->sglen is never set, but it is used to count the number > of elements in the sg array. Could you try this patch (on top of > everything else) and see if the problem is finally fixed? >
I applied the patch on 2.6.24-rc6-git9 but unfortunatelly same thing happens.
quoted text
> Thanks, > > James > > --- > diff --git a/drivers/scsi/initio.c b/drivers/scsi/initio.c > index 01bf018..d038459 100644 > --- a/drivers/scsi/initio.c > +++ b/drivers/scsi/initio.c > @@ -2603,6 +2603,7 @@ static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * c > nseg = scsi_dma_map(cmnd); > BUG_ON(nseg < 0); > if (nseg) { > + cblk->sglen = nseg; > dma_addr = dma_map_single(&host->pci_dev->dev, &cblk->sglist[0], > sizeof(struct sg_entry) * TOTAL_SG_ENTRY, > DMA_BIDIRECTIONAL); > > >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Wed Dec 19, 4:48 am)
Re: INITIO scsi driver fails to work properly
, Chuck Ebbert
, (Fri Dec 21, 3:30 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Dec 21, 5:03 pm)
Re: INITIO scsi driver fails to work properly
, Chuck Ebbert
, (Fri Dec 21, 6:43 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Dec 21, 6:49 pm)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Thu Jan 3, 8:18 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Jan 11, 1:16 am)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Fri Jan 11, 5:54 am)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Jan 11, 11:44 am)
Re: INITIO scsi driver fails to work properly
, Chuck Ebbert
, (Fri Jan 11, 1:52 pm)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Fri Jan 11, 12:44 pm)
Re: INITIO scsi driver fails to work properly
, Alan Cox
, (Fri Jan 11, 1:01 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Jan 11, 1:33 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Jan 11, 1:01 pm)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Sun Jan 13, 8:28 am)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Tue Jan 15, 11:16 am)
Re: INITIO scsi driver fails to work properly
, FUJITA Tomonori
, (Wed Jan 16, 1:59 am)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Wed Jan 16, 10:57 am)
Re: INITIO scsi driver fails to work properly
, Alan Cox
, (Mon Jan 21, 6:20 pm)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Tue Jan 22, 1:50 pm)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Fri Jan 25, 12:49 pm)
Re: INITIO scsi driver fails to work properly
, Filippos Papadopoulos
, (Fri Jan 25, 5:04 pm)
Re: INITIO scsi driver fails to work properly
, Matthew Wilcox
, (Wed Dec 19, 9:29 am)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Wed Dec 19, 12:50 pm)
Re: INITIO scsi driver fails to work properly
, Matthew Wilcox
, (Wed Dec 19, 1:05 pm)
Re: INITIO scsi driver fails to work properly
, Natalie Protasevich
, (Thu Dec 20, 5:32 am)
Re: INITIO scsi driver fails to work properly
, James Bottomley
, (Thu Dec 20, 11:08 am)
Re: INITIO scsi driver fails to work properly
, Theodore Tso
, (Thu Dec 20, 11:14 am)
Re: INITIO scsi driver fails to work properly
, Boaz Harrosh
, (Wed Dec 19, 6:08 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Linus Torvalds
Re: LSM conversion to static interface
Ingo Molnar
[patch 03/13] syslets: generic kernel bits
Ingo Molnar
Re: [PATCH 6/6] sched: disabled rt-bandwidth by default
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
linux-netdev
:
David Miller
[GIT]: Networking
Gregory Haskins
[RFC PATCH 00/17] virtual-bus
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
1048 guests
online.
Online users
phyli
Nelson
Syndicate