AMD Rev F support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2435 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -48,14 +48,14 @@ struct bus {
|
||||
device_t children; /* devices behind this bridge */
|
||||
unsigned bridge_ctrl; /* Bridge control register */
|
||||
unsigned char link; /* The index of this link */
|
||||
unsigned char secondary; /* secondary bus number */
|
||||
unsigned char subordinate; /* max subordinate bus number */
|
||||
uint16_t secondary; /* secondary bus number */
|
||||
uint16_t subordinate; /* max subordinate bus number */
|
||||
unsigned char cap; /* PCi capability offset */
|
||||
unsigned reset_needed : 1;
|
||||
unsigned disable_relaxed_ordering : 1;
|
||||
};
|
||||
|
||||
#define MAX_RESOURCES 12
|
||||
#define MAX_RESOURCES 12
|
||||
#define MAX_LINKS 8
|
||||
/*
|
||||
* There is one device structure for each slot-number/function-number
|
||||
|
||||
Reference in New Issue
Block a user