summaryrefslogtreecommitdiff
path: root/src/arch/x86/bios/IntelMP.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bios/IntelMP.py')
-rw-r--r--src/arch/x86/bios/IntelMP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bios/IntelMP.py b/src/arch/x86/bios/IntelMP.py
index 21f93eaad..a39061f23 100644
--- a/src/arch/x86/bios/IntelMP.py
+++ b/src/arch/x86/bios/IntelMP.py
@@ -115,7 +115,7 @@ class X86IntelMPBus(X86IntelMPBaseConfigEntry):
bus_id = Param.UInt8(0, 'bus id assigned by the bios')
bus_type = Param.String("", 'string that identify the bus type')
- # Legal values for bus_type are:
+ # Legal values for bus_type are [space padded to 6 bytes]:
#
# "CBUS", "CBUSII", "EISA", "FUTURE", "INTERN", "ISA", "MBI", "MBII",
# "MCA", "MPI", "MPSA", "NUBUS", "PCI", "PCMCIA", "TC", "VL", "VME",