Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68097
b: refs/heads/master
c: e2d352a
h: refs/heads/master
i:
  68095: 0004d0f
v: v3
  • Loading branch information
Jason Gaston authored and Jeff Garzik committed Oct 12, 2007
1 parent 38cafe1 commit ee29c5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 7120165cf31e989baf7836218ca0a13643074735
refs/heads/master: e2d352af6d8f1734394bc1bcf0afe345cc3ef235
18 changes: 9 additions & 9 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,15 +437,15 @@ static const struct piix_map_db ich8_map_db = {
};

static const struct piix_map_db tolapai_map_db = {
.mask = 0x3,
.port_enable = 0x3,
.map = {
/* PM PS SM SS MAP */
{ P0, NA, P1, NA }, /* 00b */
{ RV, RV, RV, RV }, /* 01b */
{ RV, RV, RV, RV }, /* 10b */
{ RV, RV, RV, RV },
},
.mask = 0x3,
.port_enable = 0x3,
.map = {
/* PM PS SM SS MAP */
{ P0, NA, P1, NA }, /* 00b */
{ RV, RV, RV, RV }, /* 01b */
{ RV, RV, RV, RV }, /* 10b */
{ RV, RV, RV, RV },
},
};

static const struct piix_map_db *piix_map_db_table[] = {
Expand Down

0 comments on commit ee29c5e

Please sign in to comment.