From 7288540da2686ce6b25abb3e29642dfaa33940a2 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 1 May 2005 17:01:28 +0000 Subject: * New upstream CVS snapshot. - debian/patches/12_fixes_gcc-3.4.patch: Remove upstream integrated patch. - debian/patches/14_disable_fpe.patch: Likewise. - debian/patches/15_disable_qlogic_firmware.patch: Likewise. - debian/patches/16_enable_debug.patch: Likewise. - debian/patches/17_fix_double_free.patch: Likewise. - debian/patches/18_linux_printk_buffer_overrun.patch: Likewise. - debian/patches/19_cpu_detect.patch: Likewise. - debian/patches/20_glue_block_assert.patch: Likewise. - debian/patches/10_cdromlock.patch: Rediff. - debian/patches/90_autoconf_autogen.patch: Regenerate. * Add suport for SiS 900 NIC. - debian/patches/12_sis900.patch: New file. Thanks to Andreas B. Mundt . --- debian/patches/10_cdromlock.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'debian/patches/10_cdromlock.patch') diff --git a/debian/patches/10_cdromlock.patch b/debian/patches/10_cdromlock.patch index de01b56..a86893e 100644 --- a/debian/patches/10_cdromlock.patch +++ b/debian/patches/10_cdromlock.patch @@ -2,7 +2,7 @@ --- gnumach-20040229.orig/linux/dev/glue/block.c +++ gnumach-20040229/linux/dev/glue/block.c -@@ -797,6 +797,7 @@ +@@ -789,6 +789,7 @@ extern struct device_emulation_ops linux_block_emulation_ops; static io_return_t device_close (void *); @@ -10,7 +10,7 @@ /* Return a send right for block device BD. */ static ipc_port_t -@@ -1172,6 +1173,7 @@ +@@ -1164,6 +1165,7 @@ { ipc_kobject_set (bd->port, IKO_NULL, IKOT_NONE); ipc_port_dealloc_kernel (bd->port); @@ -18,7 +18,7 @@ } kfree ((vm_offset_t) bd, sizeof (struct block_data)); bd = NULL; -@@ -1182,18 +1184,16 @@ +@@ -1174,18 +1176,16 @@ bd->open_count = 1; bd->next = open_list; open_list = bd; @@ -41,7 +41,7 @@ { struct block_data *bd = d, *bdp, **prev; struct device_struct *ds = bd->ds; -@@ -1210,7 +1210,7 @@ +@@ -1202,7 +1202,7 @@ } ds->busy = 1; @@ -50,7 +50,7 @@ { /* Wait for pending I/O to complete. */ while (bd->iocount > 0) -@@ -1253,6 +1253,13 @@ +@@ -1245,6 +1245,13 @@ return D_SUCCESS; } @@ -64,7 +64,7 @@ #define MAX_COPY (VM_MAP_COPY_PAGE_LIST_MAX << PAGE_SHIFT) /* Check block BN and size COUNT for I/O validity -@@ -1712,6 +1719,16 @@ +@@ -1704,6 +1711,16 @@ return D_SUCCESS; } @@ -81,7 +81,7 @@ struct device_emulation_ops linux_block_emulation_ops = { NULL, -@@ -1727,7 +1744,7 @@ +@@ -1719,7 +1736,7 @@ device_get_status, NULL, NULL, -- cgit v1.2.3