Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249155
b: refs/heads/master
c: b68692e
h: refs/heads/master
i:
  249153: 1d91c10
  249151: e6ec034
v: v3
  • Loading branch information
Stanislav Fomichev authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent aa6bf8e commit f7e2bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 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: 85633f62b5693e6c7b56d1b3db83bd5e56776ae3
refs/heads/master: b68692e795dc0e4f52139c2840a3c2f88a8d2e7f
50 changes: 0 additions & 50 deletions trunk/drivers/staging/brcm80211/include/pcicfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,56 +52,6 @@ typedef struct _pci_config_regs {
} pci_config_regs;

#define SZPCR (sizeof (pci_config_regs))
#define MINSZPCR 64 /* offsetof (dev_dep[0] */

/* Classes and subclasses */

/* Overlay for a PCI-to-PCI bridge */

#define PPB_RSVDA_MAX 2
#define PPB_RSVDD_MAX 8

typedef struct _ppb_config_regs {
u16 vendor;
u16 device;
u16 command;
u16 status;
u8 rev_id;
u8 prog_if;
u8 sub_class;
u8 base_class;
u8 cache_line_size;
u8 latency_timer;
u8 header_type;
u8 bist;
u32 rsvd_a[PPB_RSVDA_MAX];
u8 prim_bus;
u8 sec_bus;
u8 sub_bus;
u8 sec_lat;
u8 io_base;
u8 io_lim;
u16 sec_status;
u16 mem_base;
u16 mem_lim;
u16 pf_mem_base;
u16 pf_mem_lim;
u32 pf_mem_base_hi;
u32 pf_mem_lim_hi;
u16 io_base_hi;
u16 io_lim_hi;
u16 subsys_vendor;
u16 subsys_id;
u32 rsvd_b;
u8 rsvd_c;
u8 int_pin;
u16 bridge_ctrl;
u8 chip_ctrl;
u8 diag_ctrl;
u16 arb_ctrl;
u32 rsvd_d[PPB_RSVDD_MAX];
u8 dev_dep[192];
} ppb_config_regs;

/* Everything below is BRCM HND proprietary */

Expand Down

0 comments on commit f7e2bd7

Please sign in to comment.