1203_hcdn.diff:
store every HT device unit id base and pass those info to acpi https://openbios.org/roundup/linuxbios/issue46 Note: This version drops the two scripts a and c and creates the dsdt on the fly from Config.lb using makerule git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2134 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <device/hypertransport_def.h>
|
||||
|
||||
unsigned int hypertransport_scan_chain(struct bus *bus,
|
||||
unsigned min_devfn, unsigned max_devfn, unsigned int max, unsigned offset_unitid);
|
||||
unsigned min_devfn, unsigned max_devfn, unsigned int max, unsigned *ht_unit_base, unsigned offset_unitid);
|
||||
unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
|
||||
extern struct device_operations default_ht_ops_bus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user