Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41483
b: refs/heads/master
c: 2bc35c1
h: refs/heads/master
i:
  41481: c9702ec
  41479: 9ac0cad
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Dec 2, 2006
1 parent 26482cf commit dad39c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 070f6ffbb8ed5c398e84f1508752b8fd15b05cf2
refs/heads/master: 2bc35c1078fdfe7bb2a849c2d1bee8d9d5fea4a7
8 changes: 5 additions & 3 deletions trunk/drivers/net/e1000/e1000_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@ typedef enum {
/* PCI bus widths */
typedef enum {
e1000_bus_width_unknown = 0,
/* These PCIe values should literally match the possible return values
* from config space */
e1000_bus_width_pciex_1 = 1,
e1000_bus_width_pciex_2 = 2,
e1000_bus_width_pciex_4 = 4,
e1000_bus_width_32,
e1000_bus_width_64,
e1000_bus_width_pciex_1,
e1000_bus_width_pciex_2,
e1000_bus_width_pciex_4,
e1000_bus_width_reserved
} e1000_bus_width;

Expand Down

0 comments on commit dad39c4

Please sign in to comment.