Skip to content

Commit

Permalink
[PATCH 1/3] cciss: bug fix for hpacucli
Browse files Browse the repository at this point in the history
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 <mikem@beardog.cca.cpqcorp.net>
Signed-off-by: Jens Axboe <axboe@suse.de>
  • Loading branch information
mikem authored and Jens Axboe committed Nov 18, 2005
1 parent eb97b73 commit 7f0d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/cciss_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7f0d503

Please sign in to comment.