Re: CDROMPLAYTRKIND causes an oops on aic7xxx

2000-11-27 Thread Brian Gerst
Jens Axboe wrote: > > On Sun, Nov 26 2000, Brian Gerst wrote: > > I get an oops from aic7xxx_buildscb() when CDROMPLAYTRKIND is used. > > I've tracked it down to sr_audio_ioctl() using SCSI_DATA_NONE for the > > direction of the command, which gets changed to PCI_DMA_NONE, which then > >

Re: CDROMPLAYTRKIND causes an oops on aic7xxx

2000-11-26 Thread Jens Axboe
On Sun, Nov 26 2000, Brian Gerst wrote: > I get an oops from aic7xxx_buildscb() when CDROMPLAYTRKIND is used. > I've tracked it down to sr_audio_ioctl() using SCSI_DATA_NONE for the > direction of the command, which gets changed to PCI_DMA_NONE, which then > triggers a BUG() in pci_map_single().

CDROMPLAYTRKIND causes an oops on aic7xxx

2000-11-26 Thread Brian Gerst
I get an oops from aic7xxx_buildscb() when CDROMPLAYTRKIND is used. I've tracked it down to sr_audio_ioctl() using SCSI_DATA_NONE for the direction of the command, which gets changed to PCI_DMA_NONE, which then triggers a BUG() in pci_map_single(). Is SCSI_DATA_NONE the correct direction code,

CDROMPLAYTRKIND causes an oops on aic7xxx

2000-11-26 Thread Brian Gerst
I get an oops from aic7xxx_buildscb() when CDROMPLAYTRKIND is used. I've tracked it down to sr_audio_ioctl() using SCSI_DATA_NONE for the direction of the command, which gets changed to PCI_DMA_NONE, which then triggers a BUG() in pci_map_single(). Is SCSI_DATA_NONE the correct direction code,

Re: CDROMPLAYTRKIND causes an oops on aic7xxx

2000-11-26 Thread Jens Axboe
On Sun, Nov 26 2000, Brian Gerst wrote: I get an oops from aic7xxx_buildscb() when CDROMPLAYTRKIND is used. I've tracked it down to sr_audio_ioctl() using SCSI_DATA_NONE for the direction of the command, which gets changed to PCI_DMA_NONE, which then triggers a BUG() in pci_map_single(). Is