Bugzilla – Bug 102543
OOPS with SATA CDROMS/Burner
Last modified: 2005-08-18 08:05:35 UTC
With beta1, the kernel OOPS during an installation on a machine with SATA DVD-Burner. OOPS has been taken by Hannes.
Created attachment 45121 [details] dmesg.out dmesg output from garbarek.
The ATAPI support got confused. There was a patch on the scsi mailinglist by Tejun Heo which fixed the sg handling in ATAPI: for atapi request each sg buffer has to be 4-byte aligned. These patches have been added to our kernel CVS; appearently they fix this problem.
I still have this problem with beta2.
Doubled error handling. With the latest git updates another atapi error handler went in which clashed with ours. I've removed the old one in CVS. Sorry for that. Still need to undergo proper testing before we can set this to fixed.
Works. Closing bug.