diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/LinuxBIOS-AMD64.tex | 2 | ||||
-rw-r--r-- | documentation/RFC/config.tex | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/LinuxBIOS-AMD64.tex b/documentation/LinuxBIOS-AMD64.tex index 788faa4f9e..6fce3cfe67 100644 --- a/documentation/LinuxBIOS-AMD64.tex +++ b/documentation/LinuxBIOS-AMD64.tex @@ -724,7 +724,7 @@ the case, the \texttt{superio} section will be a subsection of the Example: \begin{verbatim} -superio NSC/pc87360 link 1 +superio nsc/pc87360 link 1 pnp 2e.0 pnp 2e.1 pnp 2e.2 diff --git a/documentation/RFC/config.tex b/documentation/RFC/config.tex index fe58b5046b..b238f2fa21 100644 --- a/documentation/RFC/config.tex +++ b/documentation/RFC/config.tex @@ -58,7 +58,7 @@ default ::= 'default' ID '=' (``value'' | term) # as they are specified. To attach a superio to a southbridge, for # example, one would do this: # southbridge acer/5432 -# superio NSC/123 +# superio nsc/123 # end # end # the tool generates static initializers for this hierarchy. @@ -234,7 +234,7 @@ end southbridge amd/amd8111 end #mainboardinit arch/i386/smp/secondary.inc -superio NSC/pc87360 +superio nsc/pc87360 register "com1={1} com2={0} floppy=1 lpt=1 keyboard=1" end dir /pc80 |