All of lore.kernel.org
 help / color / mirror / Atom feed
* question about drivers/scsi/aic7xxx/aic79xx_pci.c
@ 2009-07-29 17:09 Julia Lawall
  2009-07-29 17:27 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2009-07-29 17:09 UTC (permalink / raw)
  To: hare, linux-scsi

In the file drivers/scsi/aic7xxx/aic79xx_pci.c, the function 
ahd_aic790X_setup contains the code:

                ahd->features |= AHD_RTI|AHD_NEW_IOCELL_OPTS
                              |  AHD_NEW_DFCNTRL_OPTS|AHD_FAST_CDB_DELIVERY
                              |  AHD_BUSFREEREV_BUG;
                ahd->bugs |= AHD_LQOOVERRUN_BUG|AHD_EARLY_REQ_BUG;

Should AHD_BUSFREEREV_BUG be moved from ahd->features to ahd->bugs?

julia

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-10 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 17:09 question about drivers/scsi/aic7xxx/aic79xx_pci.c Julia Lawall
2009-07-29 17:27 ` James Bottomley
2009-08-10 11:10   ` Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.