Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47806
b: refs/heads/master
c: 5504802
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and James Bottomley committed Feb 7, 2007
1 parent c0c7275 commit 34e1ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2065e310cc116e4b2b0f42faaf27f0c9baaca9cd
refs/heads/master: 55048021177eee956af88333ec4565919c8567e4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aic7xxx/aic79xx_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)

#define SUBID_9005_LEGACYCONN_FUNC(id) ((id) & 0x20)

#define SUBID_9005_SEEPTYPE(id) ((id) & 0x0C0) >> 6)
#define SUBID_9005_SEEPTYPE(id) (((id) & 0x0C0) >> 6)
#define SUBID_9005_SEEPTYPE_NONE 0x0
#define SUBID_9005_SEEPTYPE_4K 0x1

Expand Down

0 comments on commit 34e1ad1

Please sign in to comment.