Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29509
b: refs/heads/master
c: b477257
h: refs/heads/master
i:
  29507: 91b3a35
v: v3
  • Loading branch information
Alexey Dobriyan authored and Jeff Garzik committed Jun 12, 2006
1 parent f881c31 commit c4727a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fec69a97489f961026e24536dbb7b86ac663948c
refs/heads/master: b47725743cc53203d275ede5c54985ad92c15f42
16 changes: 8 additions & 8 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
* Port request block (PRB) 32 bytes
*/
struct sil24_prb {
u16 ctrl;
u16 prot;
u32 rx_cnt;
__le16 ctrl;
__le16 prot;
__le32 rx_cnt;
u8 fis[6 * 4];
};

/*
* Scatter gather entry (SGE) 16 bytes
*/
struct sil24_sge {
u64 addr;
u32 cnt;
u32 flags;
__le64 addr;
__le32 cnt;
__le32 flags;
};

/*
* Port multiplier
*/
struct sil24_port_multiplier {
u32 diag;
u32 sactive;
__le32 diag;
__le32 sactive;
};

enum {
Expand Down

0 comments on commit c4727a0

Please sign in to comment.