Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9695
b: refs/heads/master
c: e382eb1
h: refs/heads/master
i:
  9693: 95cfdda
  9691: 7287b11
  9687: c4f9cc0
  9679: b855107
  9663: da7b33b
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Aug 17, 2005
1 parent 23ec97c commit 866994f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4f50c3cbb4b608ae4d8ee73ce273d819d901a83f
refs/heads/master: e382eb1dbdb2dec69806a72551bcb4a736142f6d
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ enum {
PORT_CS_DEV_RST = (1 << 1), /* device reset */
PORT_CS_INIT = (1 << 2), /* port initialize */
PORT_CS_IRQ_WOC = (1 << 3), /* interrupt write one to clear */
PORT_CS_RESUME = (1 << 4), /* port resume */
PORT_CS_32BIT_ACTV = (1 << 5), /* 32-bit activation */
PORT_CS_PM_EN = (1 << 6), /* port multiplier enable */
PORT_CS_RDY = (1 << 7), /* port ready to accept commands */
PORT_CS_RESUME = (1 << 6), /* port resume */
PORT_CS_32BIT_ACTV = (1 << 10), /* 32-bit activation */
PORT_CS_PM_EN = (1 << 13), /* port multiplier enable */
PORT_CS_RDY = (1 << 31), /* port ready to accept commands */

/* PORT_IRQ_STAT/ENABLE_SET/CLR */
/* bits[11:0] are masked */
Expand Down

0 comments on commit 866994f

Please sign in to comment.