Hi, Jens Schmalzing writes:
> It seems that the above-mentioned revision of kernel-source, which > is currently in incoming, won't build at all (see below). The attached patch seems to fix the issue; could someone have a look at it, please? Regards, Jens.
--- ./drivers/scsi/scsi_ioctl.c.orig 2004-08-14 07:38:04.000000000 +0200 +++ ./drivers/scsi/scsi_ioctl.c 2004-08-26 09:16:16.682243588 +0200 @@ -6,6 +6,7 @@ */ #include <linux/module.h> #include <linux/blkdev.h> +#include <linux/cdrom.h> #include <linux/interrupt.h> #include <linux/errno.h> #include <linux/kernel.h> --- ./include/linux/cdrom.h.orig 2004-08-26 09:15:56.891296646 +0200 +++ ./include/linux/cdrom.h 2004-08-26 09:14:34.434684402 +0200 @@ -468,6 +468,7 @@ #define GPCMD_RESERVE_RZONE_TRACK 0x53 #define GPCMD_SCAN 0xba #define GPCMD_SEEK 0x2b +#define GPCMD_SEND_CUE_SHEET 0x5d #define GPCMD_SEND_DVD_STRUCTURE 0xad #define GPCMD_SEND_EVENT 0xa2 #define GPCMD_SEND_KEY 0xa3 --- ./include/scsi/scsi.h.orig 2004-08-25 19:55:21.000000000 +0200 +++ ./include/scsi/scsi.h 2004-08-26 09:12:24.594594554 +0200 @@ -111,6 +111,7 @@ #define WRITE_LONG_2 0xea #define READ_16 0x88 #define WRITE_16 0x8a +#define VERIFY_16 0x8f #define SERVICE_ACTION_IN 0x9e /* values for service action in */ #define SAI_READ_CAPACITY_16 0x10
-- J'qbpbe, le m'en fquz pe j'qbpbe! Le veux aimeb et mqubib panz je p�zqbpbe je djuz tqtaj!

