[PATCH] aic byteorder fixes after recent cleanup

2005-07-19 Thread Olaf Hering
aic doesnt work anymore after this change which appeared int 2.6.13-rc1: [SCSI] aic7xxx/aic79xx: remove useless byte order macro cruft 2 files did not include byteorder.h, aic died with panic Unknown opcode encountered in seq program This patch fixes it for me. SCSI subsystem initialized

RE: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-19 Thread Moore, Eric Dean
On Tuesday, July 12, 2005 8:17 PM, Matt Domsch wrote: In general, this construct: -#if (LINUX_VERSION_CODE KERNEL_VERSION(2,6,6)) -static int inline scsi_device_online(struct scsi_device *sdev) -{ - return sdev-online; -} -#endif is better tested as: #ifndef

Re: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-19 Thread Matt Domsch
On Tue, Jul 19, 2005 at 06:07:41PM -0600, Moore, Eric Dean wrote: On Tuesday, July 12, 2005 8:17 PM, Matt Domsch wrote: In general, this construct: -#if (LINUX_VERSION_CODE KERNEL_VERSION(2,6,6)) -static int inline scsi_device_online(struct scsi_device *sdev) -{ -

Re: Kernel 2.4.26 cannot umount CD: device or resource busy (no fuser)

2005-07-19 Thread Douglas Gilbert
Jim wrote: Symptom: Cannot umount a CD-Rom in my CD-Roaster/Burner/Toaster whatever Reason to write to ide AND Scsi-List: Its an IDE - Drive, but with scsi-emulation running. So my 4 questions: WHY is the drive locked? And HOW to work arround it other than to reboot the system? Can't a forced

Re: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-19 Thread Stephen Rothwell
On Tue, 19 Jul 2005 22:12:49 -0500 Matt Domsch [EMAIL PROTECTED] wrote: Sure it does, function names are defined symbols. I'm doing exactly this in my backport of the openipmi drivers to RHEL4 and SLES9. I missed the smiley, right :-) -- Cheers, Stephen Rothwell[EMAIL