rpms/kernel/devel linux-2.6.12rc-ac-ide-fixes.patch, NONE, 1.1 kernel-2.6.spec, 1.1276, 1.1277

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 30 19:32:27 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28210

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6.12rc-ac-ide-fixes.patch 
Log Message:
-ac ide fixes.


linux-2.6.12rc-ac-ide-fixes.patch:
 drivers/cdrom/cdrom.c          |    3 
 drivers/ide/Kconfig            |   13 
 drivers/ide/Makefile           |    2 
 drivers/ide/arm/icside.c       |    6 
 drivers/ide/cris/ide-v10.c     |    6 
 drivers/ide/ide-cd.c           |  132 +++++-
 drivers/ide/ide-default.c      |  256 ++++++++++++
 drivers/ide/ide-disk.c         |   58 ++
 drivers/ide/ide-dma.c          |   13 
 drivers/ide/ide-floppy.c       |   16 
 drivers/ide/ide-io.c           |   65 +++
 drivers/ide/ide-iops.c         |  165 +++++---
 drivers/ide/ide-pnp.c          |    7 
 drivers/ide/ide-probe.c        |    5 
 drivers/ide/ide-proc.c         |  176 +++++---
 drivers/ide/ide-tape.c         |   16 
 drivers/ide/ide-taskfile.c     |   12 
 drivers/ide/ide.c              |  489 +++++++++++++++++++-----
 drivers/ide/legacy/ide-cs.c    |   28 -
 drivers/ide/pci/Makefile       |    2 
 drivers/ide/pci/alim15x3.c     |    2 
 drivers/ide/pci/cs5520.c       |   11 
 drivers/ide/pci/delkin_cb.c    |  140 +++++++
 drivers/ide/pci/generic.c      |   86 +++-
 drivers/ide/pci/hpt366.c       |  474 +++++++++++------------
 drivers/ide/pci/it821x.c       |  812 +++++++++++++++++++++++++++++++++++++++++
 drivers/ide/pci/ns87415.c      |    2 
 drivers/ide/pci/pdc202xx_old.c |    2 
 drivers/ide/pci/sgiioc4.c      |    4 
 drivers/ide/pci/siimage.c      |    8 
 drivers/ide/pci/sl82c105.c     |    2 
 drivers/ide/pci/trm290.c       |    7 
 drivers/ide/ppc/pmac.c         |    6 
 drivers/ide/setup-pci.c        |   83 ++++
 drivers/macintosh/mediabay.c   |    5 
 drivers/scsi/ide-scsi.c        |    4 
 drivers/scsi/nsp32.h           |    1 
 include/asm-i386/ide.h         |   14 
 include/linux/ide.h            |   47 +-
 include/linux/irq.h            |    2 
 include/linux/pci_ids.h        |    6 
 41 files changed, 2561 insertions(+), 627 deletions(-)

--- NEW FILE linux-2.6.12rc-ac-ide-fixes.patch ---
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/drivers/cdrom/cdrom.c linux-2.6.12rc3/drivers/cdrom/cdrom.c
--- linux.vanilla-2.6.12rc3/drivers/cdrom/cdrom.c	2005-04-27 15:59:27.000000000 +0100
+++ linux-2.6.12rc3/drivers/cdrom/cdrom.c	2005-04-28 23:48:18.000000000 +0100
@@ -1131,7 +1131,8 @@
 	This ensures that the drive gets unlocked after a mount fails.  This 
 	is a goto to avoid bloating the driver with redundant code. */ 
 clean_up_and_return:
-	cdinfo(CD_WARNING, "open failed.\n"); 
+	/* Don't log this, its a perfectly normal user occurence */
+	/* cdinfo(CD_WARNING, "open failed.\n");  */
 	if (CDROM_CAN(CDC_LOCK) && cdi->options & CDO_LOCK) {
 			cdo->lock_door(cdi, 0);
 			cdinfo(CD_OPEN, "door unlocked.\n");
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/drivers/ide/arm/icside.c linux-2.6.12rc3/drivers/ide/arm/icside.c
--- linux.vanilla-2.6.12rc3/drivers/ide/arm/icside.c	2005-04-27 16:01:29.000000000 +0100
+++ linux-2.6.12rc3/drivers/ide/arm/icside.c	2005-04-27 16:16:07.000000000 +0100
@@ -502,9 +502,9 @@
 	hwif->ide_dma_off_quietly = icside_dma_off_quietly;
 	hwif->ide_dma_host_on	= icside_dma_host_on;
 	hwif->ide_dma_on	= icside_dma_on;
-	hwif->dma_setup		= icside_dma_setup;
-	hwif->dma_exec_cmd	= icside_dma_exec_cmd;
-	hwif->dma_start		= icside_dma_start;
+	hwif->ide_dma_setup	= icside_dma_setup;
+	hwif->ide_dma_exec_cmd	= icside_dma_exec_cmd;
+	hwif->ide_dma_start	= icside_dma_start;
 	hwif->ide_dma_end	= icside_dma_end;
 	hwif->ide_dma_test_irq	= icside_dma_test_irq;
 	hwif->ide_dma_timeout	= icside_dma_timeout;
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/drivers/ide/cris/ide-v10.c linux-2.6.12rc3/drivers/ide/cris/ide-v10.c
--- linux.vanilla-2.6.12rc3/drivers/ide/cris/ide-v10.c	2005-04-27 15:59:28.000000000 +0100
+++ linux-2.6.12rc3/drivers/ide/cris/ide-v10.c	2005-04-27 16:16:07.000000000 +0100
@@ -332,9 +332,9 @@
                 hwif->atapi_output_bytes = &e100_atapi_output_bytes;
                 hwif->ide_dma_check = &e100_dma_check;
                 hwif->ide_dma_end = &e100_dma_end;
-		hwif->dma_setup = &e100_dma_setup;
-		hwif->dma_exec_cmd = &e100_dma_exec_cmd;
-		hwif->dma_start = &e100_dma_start;
+		hwif->ide_dma_setup = &e100_dma_setup;
+		hwif->ide_dma_exec_cmd = &e100_dma_exec_cmd;
+		hwif->ide_dma_start = &e100_dma_start;
 		hwif->OUTB = &etrax100_ide_outb;
 		hwif->OUTW = &etrax100_ide_outw;
 		hwif->OUTBSYNC = &etrax100_ide_outbsync;
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/drivers/ide/ide.c linux-2.6.12rc3/drivers/ide/ide.c
--- linux.vanilla-2.6.12rc3/drivers/ide/ide.c	2005-04-27 16:01:29.000000000 +0100
+++ linux-2.6.12rc3/drivers/ide/ide.c	2005-04-29 00:00:38.000000000 +0100
@@ -175,6 +175,7 @@
 static int initializing;	/* set while initializing built-in drivers */
 
 DECLARE_MUTEX(ide_cfg_sem);
+EXPORT_SYMBOL_GPL(ide_cfg_sem);
  __cacheline_aligned_in_smp DEFINE_SPINLOCK(ide_lock);
 
 #ifdef CONFIG_BLK_DEV_IDEPCI
@@ -196,19 +197,20 @@
 
 EXPORT_SYMBOL(ide_hwifs);
 
-static struct list_head ide_drives = LIST_HEAD_INIT(ide_drives);
-
+extern ide_driver_t idedefault_driver;
 /*
  * Do not even *think* about calling this!
  */
 static void init_hwif_data(ide_hwif_t *hwif, unsigned int index)
 {
 	unsigned int unit;
+	unsigned int key = hwif->key;
 
 	/* bulk initialize hwif & drive info with zeros */
 	memset(hwif, 0, sizeof(ide_hwif_t));
 
 	/* fill in any non-zero initial values */
+	hwif->key	= key + 1;	/* Protected by ide_cfg_sem */
 	hwif->index	= index;
 	hwif->major	= ide_hwif_to_major[index];
 
@@ -245,6 +247,7 @@
 		drive->max_failures		= IDE_DEFAULT_MAX_FAILURES;
 		drive->using_dma		= 0;
 		drive->is_flash			= 0;
+		drive->driver			= &idedefault_driver;
 		drive->vdma			= 0;
 		INIT_LIST_HEAD(&drive->list);
 		sema_init(&drive->gendev_rel_sem, 0);
@@ -316,6 +319,92 @@
 #endif
 }
 
+/*
+ *	ide_drive_from_key	-	turn key into drive
+ *	@kval: persistent key
+ *
+ *	Convert a key into a drive. Currently the key is packed as
+ *	[keyval] << 16 | hwif << 8 | drive_num. Caller must hold 
+ *	ide_settings_sem for the duration of the returned reference
+ */
+
+ide_drive_t *ide_drive_from_key(void *kval)
+{
+	unsigned long key = (unsigned long) kval;
+	int idx = (key >> 8) & 0xFF;
+	int drive = key & 3;
+	ide_hwif_t *hwif = &ide_hwifs[idx];
+	ide_drive_t *ret;
+
+	key >>= 16;
+
+	if(hwif->configured == 0 || hwif->present == 0 || hwif->drives[drive].dead || hwif->key != key)
+		ret = NULL;
+	else
+		ret = &ide_hwifs[idx].drives[drive];
+
+	return ret;
+}
+
+EXPORT_SYMBOL_GPL(ide_drive_from_key);
+
+/*
+ *	ide_drive_to_key	-	turn drive to persistent key
+ *	@drive: drive to use
+ *
+ *	Convert drive into a key. Currently the key is packed as
+ *	[keyval] << 16 | hwif << 8 | drive_num. Caller must hold 
+ *	ide_settings_sem for the duration of the returned reference
+ */
+
+void *ide_drive_to_key(ide_drive_t *drive)
+{
+	ide_hwif_t *hwif = HWIF(drive);
+	unsigned long val;
+
+	val = (hwif->index << 8) | (hwif->key << 16) | drive->select.b.unit;
+	return (void *)val;
+}
+
+/*
+ *	ide_hwif_from_key	-	turn key into hwif
+ *	@kval: persistent key
+ *
+ *	Convert a key into a drive. Currently the key is packed as
+ *	[keyval] << 16 | hwif << 8 | drive_num. Caller must hold 
+ *	ide_settings_sem for the duration of the returned reference
+ */
+
+ide_hwif_t *ide_hwif_from_key(void *kval)
+{
+	unsigned long key = (unsigned long) kval;
+	int idx = (key >> 8) & 0xFF;
+	ide_hwif_t *hwif = &ide_hwifs[idx];
+
+	key >>= 16;
+
+	if(hwif->configured == 0 || hwif->present == 0 || hwif->key != key)
+		return NULL;
+	return hwif;
+}
+
+/*
+ *	ide_hwif_to_key	-	turn drive to persistent key
+ *	@hwif: hwif to use
+ *
+ *	Convert drive into a key. Currently the key is packed as
+ *	[keyval] << 16 | hwif << 8 | drive_num. Caller must hold 
+ *	ide_settings_sem for the duration of the returned reference
+ */
+
+void *ide_hwif_to_key(ide_hwif_t *hwif)
+{
+	unsigned long val;
+
+	val = (hwif->index << 8) | (hwif->key << 16);
+	return (void *)val;
+}
+
 /**
  *	ide_system_bus_speed	-	guess bus speed
  *
@@ -359,11 +448,16 @@
 }
 
 /*
- *	drives_lock protects the list of drives, drivers_lock the
- *	list of drivers.  Currently nobody takes both at once.
+ *	drives_lock protects the list of drives, drivers lock the
+ *	list of drivers. Currently nobody takes both at once.
+ *	drivers_sem guards the drivers_list for readers that may
+ *	sleep. It must be taken before drivers_lock. Take drivers_sem
+ *	before ide_setting_sem and idecfg_sem before either of the
+ *	others.
  */
 
 static DEFINE_SPINLOCK(drives_lock);
+static DECLARE_MUTEX(drivers_sem);
 static DEFINE_SPINLOCK(drivers_lock);
 static LIST_HEAD(drivers);
 
[...4916 lines suppressed...]
 #define WAIT_WORSTCASE	(30*HZ)	/* 30sec  - worst case when spinning up */
-#define WAIT_CMD	(10*HZ)	/* 10sec  - maximum wait for an IRQ to happen */
+#define WAIT_CMD	(15*HZ)	/* 15sec  - maximum wait for an IRQ to happen */
 #define WAIT_MIN_SLEEP	(2*HZ/100)	/* 20msec - minimum sleep time */
 
 #define HOST(hwif,chipset)					\
@@ -748,6 +748,7 @@
 	unsigned int	usage;		/* current "open()" count for drive */
 	unsigned int	failures;	/* current failure count */
 	unsigned int	max_failures;	/* maximum allowed failure count */
+	u64		probed_capacity;/* initial reported media capacity (ide-cd only currently) */
 
 	u64		capacity64;	/* total number of sectors */
 
@@ -763,6 +764,7 @@
 #define IDE_CHIPSET_IS_PCI(c)	((IDE_CHIPSET_PCI_MASK >> (c)) & 1)
 
 struct ide_pci_device_s;
+struct ide_task_s;
 
 typedef struct hwif_s {
 	struct hwif_s *next;		/* for linked-list in ide_hwgroup_t */
@@ -770,6 +772,7 @@
 	struct hwgroup_s *hwgroup;	/* actually (ide_hwgroup_t *) */
 	struct proc_dir_entry *proc;	/* /proc/ide/ directory entry */
 
+	u16		key;		/* /proc persistent keying */
 	char name[6];			/* name of interface, eg. "ide0" */
 
 		/* task file registers for pata and sata */
@@ -825,6 +828,8 @@
 //	u8	(*ratemask)(ide_drive_t *);
 //	/* device rate limiter */
 //	u8	(*ratefilter)(ide_drive_t *, u8);
+	/* hwif remove hook, called on unload/pci remove paths*/
+	void	(*remove)(struct hwif_s *);
 #endif
 
 	void (*ata_input_data)(ide_drive_t *, void *, u32);
@@ -833,9 +838,9 @@
 	void (*atapi_input_bytes)(ide_drive_t *, void *, u32);
 	void (*atapi_output_bytes)(ide_drive_t *, void *, u32);
 
-	int (*dma_setup)(ide_drive_t *);
-	void (*dma_exec_cmd)(ide_drive_t *, u8);
-	void (*dma_start)(ide_drive_t *);
+	int (*ide_dma_setup)(ide_drive_t *);
+	void (*ide_dma_exec_cmd)(ide_drive_t *, u8);
+	void (*ide_dma_start)(ide_drive_t *);
 	int (*ide_dma_end)(ide_drive_t *drive);
 	int (*ide_dma_check)(ide_drive_t *drive);
 	int (*ide_dma_on)(ide_drive_t *drive);
@@ -896,7 +901,9 @@
 
 	unsigned	noprobe    : 1;	/* don't probe for this interface */
 	unsigned	present    : 1;	/* this interface exists */
+	unsigned	configured : 1;	/* this hwif exists and is set up (may not be "present") */
 	unsigned	hold       : 1; /* this interface is always present */
+	unsigned	user_dev   : 1; /* user ioctl created device */
 	unsigned	serialized : 1;	/* serialized all channel operation */
 	unsigned	sharing_irq: 1;	/* 1 = sharing irq with another hwif */
 	unsigned	reset      : 1;	/* reset after probe */
@@ -907,6 +914,7 @@
 	unsigned	no_dsc     : 1;	/* 0 default, 1 dsc_overlap disabled */
 	unsigned	auto_poll  : 1; /* supports nop auto-poll */
 	unsigned	sg_mapped  : 1;	/* sg_table and sg_nents are ready */
+	unsigned 	polling    : 1; /* doing a polled command ignore irqs */
 
 	struct device	gendev;
 	struct semaphore gendev_rel_sem; /* To deal with device release() */
@@ -1001,6 +1009,11 @@
 extern int ide_write_setting(ide_drive_t *drive, ide_settings_t *setting, int val);
 extern void ide_add_generic_settings(ide_drive_t *drive);
 
+extern void *ide_drive_to_key(ide_drive_t *drive);
+extern ide_drive_t *ide_drive_from_key(void *);
+extern void *ide_hwif_to_key(ide_hwif_t *hwif);
+extern ide_hwif_t *ide_hwif_from_key(void *);
+
 /*
  * /proc/ide interface
  */
@@ -1017,11 +1030,11 @@
 extern void proc_ide_create(void);
 extern void proc_ide_destroy(void);
 extern void create_proc_ide_interfaces(void);
-void destroy_proc_ide_interface(ide_hwif_t *);
+extern void destroy_proc_ide_interface(ide_hwif_t *);
 extern void ide_add_proc_entries(struct proc_dir_entry *, ide_proc_entry_t *, void *);
 extern void ide_remove_proc_entries(struct proc_dir_entry *, ide_proc_entry_t *);
-read_proc_t proc_ide_read_capacity;
-read_proc_t proc_ide_read_geometry;
+extern read_proc_t proc_ide_read_capacity;
+extern read_proc_t proc_ide_read_geometry;
 
 #ifdef CONFIG_BLK_DEV_IDEPCI
 void ide_pci_create_host_proc(const char *, get_info_t *);
@@ -1125,6 +1138,7 @@
 
 extern int ide_end_request (ide_drive_t *drive, int uptodate, int nrsecs);
 extern int __ide_end_request (ide_drive_t *drive, struct request *rq, int uptodate, int nrsecs);
+extern int ide_end_dequeued_request (ide_drive_t *drive, struct request *rq, int uptodate, int nrsecs);
 
 /*
  * This is used on exit from the driver to designate the next irq handler
@@ -1335,18 +1349,18 @@
 extern void ide_scan_pcibus(int scan_direction) __init;
 extern int ide_pci_register_driver(struct pci_driver *driver);
 extern void ide_pci_unregister_driver(struct pci_driver *driver);
-void ide_pci_setup_ports(struct pci_dev *, struct ide_pci_device_s *, int, ata_index_t *);
+extern void ide_pci_setup_ports(struct pci_dev *, struct ide_pci_device_s *, int, ata_index_t *);
 extern void ide_setup_pci_noise (struct pci_dev *dev, struct ide_pci_device_s *d);
 
 extern void default_hwif_iops(ide_hwif_t *);
 extern void default_hwif_mmiops(ide_hwif_t *);
 extern void default_hwif_transport(ide_hwif_t *);
 
-int ide_register_driver(ide_driver_t *driver);
-void ide_unregister_driver(ide_driver_t *driver);
-int ide_register_subdriver(ide_drive_t *, ide_driver_t *);
-int ide_unregister_subdriver (ide_drive_t *drive);
-int ide_replace_subdriver(ide_drive_t *drive, const char *driver);
+extern int ide_register_driver(ide_driver_t *driver);
+extern void ide_unregister_driver(ide_driver_t *driver);
+extern int ide_register_subdriver(ide_drive_t *, ide_driver_t *);
+extern int ide_unregister_subdriver (ide_drive_t *drive);
+extern int ide_replace_subdriver(ide_drive_t *drive, const char *driver);
 
 #define ON_BOARD		1
 #define NEVER_BOARD		0
@@ -1439,14 +1453,15 @@
 
 extern int ide_hwif_request_regions(ide_hwif_t *hwif);
 extern void ide_hwif_release_regions(ide_hwif_t* hwif);
-extern void ide_unregister (unsigned int index);
+extern int ide_unregister_hwif(ide_hwif_t *hwif);
+extern int __ide_unregister_hwif(ide_hwif_t *hwif);
 
 void ide_register_region(struct gendisk *);
 void ide_unregister_region(struct gendisk *);
 
-void ide_undecoded_slave(ide_hwif_t *);
+extern void ide_undecoded_slave(ide_hwif_t *);
 
-int probe_hwif_init_with_fixup(ide_hwif_t *, void (*)(ide_hwif_t *));
+extern int probe_hwif_init_with_fixup(ide_hwif_t *, void (*)(ide_hwif_t *));
 extern int probe_hwif_init(ide_hwif_t *);
 
 static inline void *ide_get_hwifdata (ide_hwif_t * hwif)
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/include/linux/irq.h linux-2.6.12rc3/include/linux/irq.h
--- linux.vanilla-2.6.12rc3/include/linux/irq.h	2005-04-27 15:59:49.000000000 +0100
+++ linux-2.6.12rc3/include/linux/irq.h	2005-04-27 16:22:06.000000000 +0100
@@ -83,7 +83,7 @@
 extern fastcall int handle_IRQ_event(unsigned int irq, struct pt_regs *regs,
 				       struct irqaction *action);
 extern fastcall unsigned int __do_IRQ(unsigned int irq, struct pt_regs *regs);
-extern void note_interrupt(unsigned int irq, irq_desc_t *desc, int action_ret);
+extern void note_interrupt(unsigned int irq, irq_desc_t *desc, int action_ret, struct pt_regs *regs);
 extern void report_bad_irq(unsigned int irq, irq_desc_t *desc, int action_ret);
 extern int can_request_irq(unsigned int irq, unsigned long irqflags);
 
diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/drivers/scsi/nsp32.h linux-2.6.12rc3/drivers/scsi/nsp32.h
--- linux.vanilla-2.6.12rc3/drivers/scsi/nsp32.h	2005-04-27 15:59:38.000000000 +0100
+++ linux-2.6.12rc3/drivers/scsi/nsp32.h	2005-04-27 16:19:52.000000000 +0100
@@ -22,7 +22,6 @@
  * VENDOR/DEVICE ID
  */
 #define PCI_VENDOR_ID_IODATA  0x10fc
-#define PCI_VENDOR_ID_WORKBIT 0x1145
 
 #define PCI_DEVICE_ID_NINJASCSI_32BI_CBSC_II   0x0005
 #define PCI_DEVICE_ID_NINJASCSI_32BI_KME       0xf007

diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.12rc3/include/linux/pci_ids.h linux-2.6.12rc3/include/linux/pci_ids.h
--- linux.vanilla-2.6.12rc3/include/linux/pci_ids.h	2005-04-27 16:01:41.000000000 +0100
+++ linux-2.6.12rc3/include/linux/pci_ids.h	2005-04-27 17:31:29.000000000 +0100
@@ -1502,6 +1502,9 @@
 #define PCI_DEVICE_ID_ALLIANCE_AT24	0x6424
 #define PCI_DEVICE_ID_ALLIANCE_AT3D	0x643d
 
+#define PCI_VENDOR_ID_WORKBIT		0x1145
+#define PCI_DEVICE_ID_WORKBIT_CB	0xf021
+
 #define PCI_VENDOR_ID_SYSKONNECT	0x1148
 #define PCI_DEVICE_ID_SYSKONNECT_FP	0x4000
 #define PCI_DEVICE_ID_SYSKONNECT_TR	0x4200
@@ -1802,6 +1805,8 @@
 #define PCI_VENDOR_ID_ITE		0x1283
 #define PCI_DEVICE_ID_ITE_IT8172G	0x8172
 #define PCI_DEVICE_ID_ITE_IT8172G_AUDIO 0x0801
+#define PCI_DEVICE_ID_ITE_8211		0x8211
+#define PCI_DEVICE_ID_ITE_8212		0x8212
 #define PCI_DEVICE_ID_ITE_8872		0x8872
 #define PCI_DEVICE_ID_ITE_IT8330G_0	0xe886
 
@@ -2591,3 +2596,4 @@
 #define PCI_DEVICE_ID_ARK_STING		0xa091
 #define PCI_DEVICE_ID_ARK_STINGARK	0xa099
 #define PCI_DEVICE_ID_ARK_2000MT	0xa0a1
+


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1276
retrieving revision 1.1277
diff -u -r1.1276 -r1.1277
--- kernel-2.6.spec	29 Apr 2005 05:26:51 -0000	1.1276
+++ kernel-2.6.spec	30 Apr 2005 19:32:24 -0000	1.1277
@@ -322,7 +322,7 @@
 Patch1640: linux-2.6.11-panic-stackdump.patch
 Patch1650: linux-2.6.11-acpi-thinkpad-c2c3.patch
 Patch1700: linux-2.6.10-revert-module-invalidparam.patch
-Patch1710: linux-2.6.9-ide-cd-early-EOF.patch
+Patch1710: linux-2.6.12rc-ac-ide-fixes.patch
 Patch1720: linux-2.6.9-module_version.patch
 Patch1730: linux-2.6.9-spinlock-debug-panic.patch
 Patch1740: linux-2.6.11-default-elevator.patch
@@ -727,7 +727,7 @@
 %patch1650 -p1
 # Don't barf on obsolete module parameters.
 %patch1700 -p1
-# Handle early EOF on CD's.
+# Numerous IDE fixes.
 %patch1710 -p1
 # Add missing MODULE_VERSION tags to some modules.
 %patch1720 -p1
@@ -1189,6 +1189,9 @@
 %endif
 
 %changelog
+* Sat Apr 30 2005 Dave Jones <davej at redhat.com>
+- Numerous IDE layer fixes from Alan Cox.
+
 * Fri Apr 29 2005 Roland McGrath <roland at redhat.com>
 - Fix the 32bit emulation on x86-64 segfaults.
 




More information about the fedora-cvs-commits mailing list