diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-04 21:52:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-04 21:52:58 +0000 |
commit | bbdd8f4a9f206ca40dea2b15d9458ac048de6c64 (patch) | |
tree | b384ee864e61387679ce31c484090d641d225e30 /src/include/device | |
parent | e38a19372009f39a8814cdee05faf0251640489c (diff) |
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
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/hypertransport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/hypertransport.h b/src/include/device/hypertransport.h index 8eba981745..6a350f8232 100644 --- a/src/include/device/hypertransport.h +++ b/src/include/device/hypertransport.h @@ -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; |