From 564f10917b933c2bd8ea0292d538b9bfd63d3597 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 8 Oct 2011 22:07:08 +0200 Subject: Add sym53c8xx driver from linux 2.2 This driver supports qemu's SCSI host device. Unfortunately it seems to be breaking the network device, so test with care. * linux/Makefrag.am (liblinux_a_SOURCES): Add linux/src/drivers/scsi/sym53c8xx{.c,_comm.h,.h,_defs.h} * linux/configfrag.ac: Add AC_Linux_DRIVER([sym53c8xx] to enable CONFIG_SCSI_SYM53C8XX. * linux/dev/glue/kmem.c (MEM_CHUNKS): Increase to 16. * linux/src/drivers/scsi/hosts.c [CONFIG_SCSI_SYM53C8XX]: Include "sym53c8xx.h". (builtin_scsi_hosts): include SYM53C8XX. --- linux/src/drivers/scsi/ncr53c8xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/src/drivers/scsi/ncr53c8xx.h') diff --git a/linux/src/drivers/scsi/ncr53c8xx.h b/linux/src/drivers/scsi/ncr53c8xx.h index cc009ca..0342438 100644 --- a/linux/src/drivers/scsi/ncr53c8xx.h +++ b/linux/src/drivers/scsi/ncr53c8xx.h @@ -81,7 +81,7 @@ #endif #if LINUX_VERSION_CODE >= LinuxVersionCode(1,3,0) -# define SCSI_NCR_PROC_INFO_SUPPORT +//# define SCSI_NCR_PROC_INFO_SUPPORT #endif #if LINUX_VERSION_CODE >= LinuxVersionCode(1,3,72) -- cgit v1.2.3