diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-24 23:00:42 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-10-24 23:00:42 +0000 |
commit | d86417bfa379de85ba7a52ba626bbdfbed389438 (patch) | |
tree | 81ba50b7be89a1349a721d69ec13a8bc579aa30b /documentation | |
parent | f327e655ce3bb6f9569b57d7a5ab28a9eab18ca2 (diff) |
Change all occurences of NSC to nsc in the code. The next commit
will then rename the src/superio/NSC directory to src/superio/nsc.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |