* [PATCH] almost forgot this one
@ 2001-06-01 2:38 Tim Hockin
2001-06-01 8:46 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Tim Hockin @ 2001-06-01 2:38 UTC (permalink / raw)
To: alan, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
Add a rwproc entry to the ide structure, for recalling what happened last
time!
Please let me knwo if there are any problems with this patch (some of the
patches I sent earlier depend on this).
Tim
--
Tim Hockin
Systems Software Engineer
Sun Microsystems, Cobalt Server Appliances
thockin@sun.com
[-- Attachment #2: ide-rwproc.diff --]
[-- Type: text/plain, Size: 631 bytes --]
diff -ruN dist-2.4.5/include/linux/ide.h ../cobalt-2.4.5/include/linux/ide.h
--- dist-2.4.5/include/linux/ide.h Thu May 31 18:22:46 2001
+++ ../cobalt-2.4.5/include/linux/ide.h Thu May 31 14:33:16 2001
@@ -284,6 +284,7 @@
unsigned long service_time; /* service time of last request */
unsigned long timeout; /* max time to wait for irq */
special_t special; /* special action flags */
+ void *rwproc_cache; /* last rwproc update */
byte keep_settings; /* restore settings after drive reset */
byte using_dma; /* disk is using dma for read/write */
byte waiting_for_dma; /* dma currently in progress */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-06-01 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-01 2:38 [PATCH] almost forgot this one Tim Hockin
2001-06-01 8:46 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox