public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] cciss: bug fix for hpacucli
@ 2005-11-18 16:33 mikem
  2005-11-18 20:49 ` Jens Axboe
  2005-11-18 21:45 ` Philippe Pegon
  0 siblings, 2 replies; 8+ messages in thread
From: mikem @ 2005-11-18 16:33 UTC (permalink / raw)
  To: akpm, axboe; +Cc: linux-kernel, linux-scsi, hpa, sitniko

Patch 1 of 3

This patch fixes a bug that breaks hpacucli, a command line interface
for the HP Array Config Utility. Without this fix the utility will
not detect any controllers in the system. I thought I had already fixed
this, but I guess not.

Thanks to all who reported the issue. Please consider this this inclusion.

Signed-off-by: Mike Miller

--------------------------------------------------------------------------------

 include/linux/cciss_ioctl.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/cciss_ioctl.h~cciss_fix_for_cli include/linux/cciss_ioctl.h
--- linux-2.6.14.2/include/linux/cciss_ioctl.h~cciss_fix_for_cli	2005-11-18 10:20:38.692304096 -0600
+++ linux-2.6.14.2-mikem/include/linux/cciss_ioctl.h	2005-11-18 10:21:14.112919344 -0600
@@ -10,8 +10,8 @@
 typedef struct _cciss_pci_info_struct
 {
 	unsigned char 	bus;
-	unsigned short	domain;
 	unsigned char 	dev_fn;
+	unsigned short	domain;
 	__u32 		board_id;
 } cciss_pci_info_struct; 
 
_

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-11-21 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 16:33 [PATCH 1/3] cciss: bug fix for hpacucli mikem
2005-11-18 20:49 ` Jens Axboe
2005-11-21  8:28   ` Jens Axboe
2005-11-21 16:46     ` mikem
2005-11-21 17:23       ` Jens Axboe
2005-11-21 17:37       ` H. Peter Anvin
2005-11-21 17:45         ` Jens Axboe
2005-11-18 21:45 ` Philippe Pegon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox