Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217012 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.24.4/drivers/block/cciss.c.orig (+1 lines)
Lines 49-54 Link Here
49
#include <scsi/sg.h>
49
#include <scsi/sg.h>
50
#include <scsi/scsi_ioctl.h>
50
#include <scsi/scsi_ioctl.h>
51
#include <linux/cdrom.h>
51
#include <linux/cdrom.h>
52
#include <linux/scatterlist.h>
52
53
53
#define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
54
#define CCISS_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
54
#define DRIVER_NAME "HP CISS Driver (v 3.6.14)"
55
#define DRIVER_NAME "HP CISS Driver (v 3.6.14)"

Return to bug 217012