mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 10:01:25 +00:00
[PATCH 1/3] cciss: bug fix for hpacucli
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>
This commit is contained in:
parent
eb97b73d75
commit
7f0d50391a
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@
|
||||||
typedef struct _cciss_pci_info_struct
|
typedef struct _cciss_pci_info_struct
|
||||||
{
|
{
|
||||||
unsigned char bus;
|
unsigned char bus;
|
||||||
unsigned short domain;
|
|
||||||
unsigned char dev_fn;
|
unsigned char dev_fn;
|
||||||
|
unsigned short domain;
|
||||||
__u32 board_id;
|
__u32 board_id;
|
||||||
} cciss_pci_info_struct;
|
} cciss_pci_info_struct;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue