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
This commit is contained in:
@@ -724,7 +724,7 @@ the case, the \texttt{superio} section will be a subsection of the
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
superio NSC/pc87360 link 1
|
superio nsc/pc87360 link 1
|
||||||
pnp 2e.0
|
pnp 2e.0
|
||||||
pnp 2e.1
|
pnp 2e.1
|
||||||
pnp 2e.2
|
pnp 2e.2
|
||||||
|
@@ -58,7 +58,7 @@ default ::= 'default' ID '=' (``value'' | term)
|
|||||||
# as they are specified. To attach a superio to a southbridge, for
|
# as they are specified. To attach a superio to a southbridge, for
|
||||||
# example, one would do this:
|
# example, one would do this:
|
||||||
# southbridge acer/5432
|
# southbridge acer/5432
|
||||||
# superio NSC/123
|
# superio nsc/123
|
||||||
# end
|
# end
|
||||||
# end
|
# end
|
||||||
# the tool generates static initializers for this hierarchy.
|
# the tool generates static initializers for this hierarchy.
|
||||||
@@ -234,7 +234,7 @@ end
|
|||||||
southbridge amd/amd8111
|
southbridge amd/amd8111
|
||||||
end
|
end
|
||||||
#mainboardinit arch/i386/smp/secondary.inc
|
#mainboardinit arch/i386/smp/secondary.inc
|
||||||
superio NSC/pc87360
|
superio nsc/pc87360
|
||||||
register "com1={1} com2={0} floppy=1 lpt=1 keyboard=1"
|
register "com1={1} com2={0} floppy=1 lpt=1 keyboard=1"
|
||||||
end
|
end
|
||||||
dir /pc80
|
dir /pc80
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#include "pc80/serial.c"
|
#include "pc80/serial.c"
|
||||||
#include "arch/i386/lib/console.c"
|
#include "arch/i386/lib/console.c"
|
||||||
#include "ram/ramtest.c"
|
#include "ram/ramtest.c"
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
#include "cpu/x86/msr.h"
|
#include "cpu/x86/msr.h"
|
||||||
#include <cpu/amd/gx2def.h>
|
#include <cpu/amd/gx2def.h>
|
||||||
|
@@ -137,7 +137,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
device pci 1.0 on end
|
device pci 1.0 on end
|
||||||
end
|
end
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87360
|
chip superio/nsc/pc87360
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -145,7 +145,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
device pci 1.0 off end
|
device pci 1.0 off end
|
||||||
end
|
end
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87360
|
chip superio/nsc/pc87360
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -228,7 +228,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
end
|
end
|
||||||
# LPC bridge
|
# LPC bridge
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87360
|
chip superio/nsc/pc87360
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
#include "lib/delay.c"
|
#include "lib/delay.c"
|
||||||
#include "cpu/x86/lapic/boot_cpu.c"
|
#include "cpu/x86/lapic/boot_cpu.c"
|
||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
#include "arch/i386/lib/console.c"
|
#include "arch/i386/lib/console.c"
|
||||||
#include "ram/ramtest.c"
|
#include "ram/ramtest.c"
|
||||||
#include "southbridge/intel/i82371eb/i82371eb_early_smbus.c"
|
#include "southbridge/intel/i82371eb/i82371eb_early_smbus.c"
|
||||||
#include "superio/NSC/pc87351/pc87351_early_serial.c"
|
#include "superio/nsc/pc87351/pc87351_early_serial.c"
|
||||||
#include "northbridge/intel/i440bx/raminit.h"
|
#include "northbridge/intel/i440bx/raminit.h"
|
||||||
#include "cpu/x86/mtrr/earlymtrr.c"
|
#include "cpu/x86/mtrr/earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
@@ -217,7 +217,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
end
|
end
|
||||||
device pci 1.1 on end # IDE 0x0214
|
device pci 1.1 on end # IDE 0x0214
|
||||||
device pci 1.2 on # LPC 0x0234
|
device pci 1.2 on # LPC 0x0234
|
||||||
chip superio/NSC/pc87417
|
chip superio/nsc/pc87417
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -47,7 +47,7 @@ static void post_code(uint8_t value) {
|
|||||||
#include "cpu/x86/lapic/boot_cpu.c"
|
#include "cpu/x86/lapic/boot_cpu.c"
|
||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include "superio/NSC/pc87417/pc87417_early_serial.c"
|
#include "superio/nsc/pc87417/pc87417_early_serial.c"
|
||||||
|
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
@@ -147,7 +147,7 @@ chip northbridge/intel/E7520 # mch
|
|||||||
|
|
||||||
# -> ISA
|
# -> ISA
|
||||||
device pci 1f.0 on
|
device pci 1f.0 on
|
||||||
chip superio/NSC/pc8374
|
chip superio/nsc/pc8374
|
||||||
device pnp 2e.0 off end
|
device pnp 2e.0 off end
|
||||||
device pnp 2e.1 off end
|
device pnp 2e.1 off end
|
||||||
device pnp 2e.2 off end
|
device pnp 2e.2 off end
|
||||||
|
@@ -130,7 +130,7 @@ chip northbridge/amd/gx1
|
|||||||
device pci 0.0 on end
|
device pci 0.0 on end
|
||||||
chip southbridge/amd/cs5530
|
chip southbridge/amd/cs5530
|
||||||
device pci 12.0 on
|
device pci 12.0 on
|
||||||
chip superio/NSC/pc97317
|
chip superio/nsc/pc97317
|
||||||
device pnp 2e.0 on # Keyboard
|
device pnp 2e.0 on # Keyboard
|
||||||
io 0x60 = 0x60
|
io 0x60 = 0x60
|
||||||
io 0x62 = 0x64
|
io 0x62 = 0x64
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
#include "arch/i386/lib/console.c"
|
#include "arch/i386/lib/console.c"
|
||||||
#include "ram/ramtest.c"
|
#include "ram/ramtest.c"
|
||||||
//#include "southbridge/intel/i440bx/i440bx_early_smbus.c"
|
//#include "southbridge/intel/i440bx/i440bx_early_smbus.c"
|
||||||
#include "superio/NSC/pc97317/pc97317_early_serial.c"
|
#include "superio/nsc/pc97317/pc97317_early_serial.c"
|
||||||
//#include "northbridge/intel/i440bx/raminit.h"
|
//#include "northbridge/intel/i440bx/raminit.h"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -147,7 +147,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
device pci 1.0 off end
|
device pci 1.0 off end
|
||||||
end
|
end
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87366
|
chip superio/nsc/pc87366
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
#include "superio/NSC/pc87366/pc87366_early_serial.c"
|
#include "superio/nsc/pc87366/pc87366_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -157,7 +157,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87366
|
chip superio/nsc/pc87366
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
#include "superio/NSC/pc87366/pc87366_early_serial.c"
|
#include "superio/nsc/pc87366/pc87366_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -163,7 +163,7 @@ chip northbridge/intel/E7520
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.0 on
|
device pci 1f.0 on
|
||||||
chip superio/NSC/pc87427
|
chip superio/nsc/pc87427
|
||||||
device pnp 2e.0 off end
|
device pnp 2e.0 off end
|
||||||
device pnp 2e.2 on
|
device pnp 2e.2 on
|
||||||
# io 0x60 = 0x2f8
|
# io 0x60 = 0x2f8
|
||||||
|
@@ -12,14 +12,14 @@
|
|||||||
#include "ram/ramtest.c"
|
#include "ram/ramtest.c"
|
||||||
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
|
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
|
||||||
#include "northbridge/intel/E7520/raminit.h"
|
#include "northbridge/intel/E7520/raminit.h"
|
||||||
#include "superio/NSC/pc87427/pc87427.h"
|
#include "superio/nsc/pc87427/pc87427.h"
|
||||||
#include "cpu/x86/lapic/boot_cpu.c"
|
#include "cpu/x86/lapic/boot_cpu.c"
|
||||||
#include "cpu/x86/mtrr/earlymtrr.c"
|
#include "cpu/x86/mtrr/earlymtrr.c"
|
||||||
#include "watchdog.c"
|
#include "watchdog.c"
|
||||||
#include "reset.c"
|
#include "reset.c"
|
||||||
#include "power_reset_check.c"
|
#include "power_reset_check.c"
|
||||||
#include "jarrell_fixups.c"
|
#include "jarrell_fixups.c"
|
||||||
#include "superio/NSC/pc87427/pc87427_early_init.c"
|
#include "superio/nsc/pc87427/pc87427_early_init.c"
|
||||||
#include "northbridge/intel/E7520/memory_initialized.c"
|
#include "northbridge/intel/E7520/memory_initialized.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
|
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ chip northbridge/motorola/mpc107
|
|||||||
device pci 0.0 on end
|
device pci 0.0 on end
|
||||||
device pci b.0 on
|
device pci b.0 on
|
||||||
chip southbridge/winbond/w83c553
|
chip southbridge/winbond/w83c553
|
||||||
chip superio/NSC/pc97307
|
chip superio/nsc/pc97307
|
||||||
device pnp 15c.0 on end # Kyeboard
|
device pnp 15c.0 on end # Kyeboard
|
||||||
device pnp 15c.1 on end # Mouse
|
device pnp 15c.1 on end # Mouse
|
||||||
device pnp 15c.2 on end # Real-time Clock
|
device pnp 15c.2 on end # Real-time Clock
|
||||||
|
@@ -148,7 +148,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||||||
device pci 1.0 on end
|
device pci 1.0 on end
|
||||||
end
|
end
|
||||||
device pci 1.0 on
|
device pci 1.0 on
|
||||||
chip superio/NSC/pc87360
|
chip superio/nsc/pc87360
|
||||||
device pnp 2e.0 off # Floppy
|
device pnp 2e.0 off # Floppy
|
||||||
io 0x60 = 0x3f0
|
io 0x60 = 0x3f0
|
||||||
irq 0x70 = 6
|
irq 0x70 = 6
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
#include "northbridge/amd/amdk8/reset_test.c"
|
#include "northbridge/amd/amdk8/reset_test.c"
|
||||||
#include "northbridge/amd/amdk8/debug.c"
|
#include "northbridge/amd/amdk8/debug.c"
|
||||||
#include <cpu/amd/model_fxx_rev.h>
|
#include <cpu/amd/model_fxx_rev.h>
|
||||||
#include "superio/NSC/pc87360/pc87360_early_serial.c"
|
#include "superio/nsc/pc87360/pc87360_early_serial.c"
|
||||||
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
#include "cpu/amd/mtrr/amd_earlymtrr.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -167,7 +167,7 @@ chip northbridge/intel/E7520 # MCH
|
|||||||
|
|
||||||
|
|
||||||
device pci 1f.0 on # ISA bridge
|
device pci 1f.0 on # ISA bridge
|
||||||
chip superio/NSC/pc87427
|
chip superio/nsc/pc87427
|
||||||
device pnp 2e.0 off end
|
device pnp 2e.0 off end
|
||||||
device pnp 2e.2 on
|
device pnp 2e.2 on
|
||||||
io 0x60 = 0x3f8
|
io 0x60 = 0x3f8
|
||||||
|
@@ -12,14 +12,14 @@
|
|||||||
#include "ram/ramtest.c"
|
#include "ram/ramtest.c"
|
||||||
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
|
#include "southbridge/intel/i82801er/i82801er_early_smbus.c"
|
||||||
#include "northbridge/intel/E7520/raminit.h"
|
#include "northbridge/intel/E7520/raminit.h"
|
||||||
#include "superio/NSC/pc87427/pc87427.h"
|
#include "superio/nsc/pc87427/pc87427.h"
|
||||||
#include "cpu/x86/lapic/boot_cpu.c"
|
#include "cpu/x86/lapic/boot_cpu.c"
|
||||||
#include "cpu/x86/mtrr/earlymtrr.c"
|
#include "cpu/x86/mtrr/earlymtrr.c"
|
||||||
#include "debug.c"
|
#include "debug.c"
|
||||||
#include "watchdog.c"
|
#include "watchdog.c"
|
||||||
#include "reset.c"
|
#include "reset.c"
|
||||||
#include "x6dhe_g2_fixups.c"
|
#include "x6dhe_g2_fixups.c"
|
||||||
#include "superio/NSC/pc87427/pc87427_early_init.c"
|
#include "superio/nsc/pc87427/pc87427_early_init.c"
|
||||||
#include "northbridge/intel/E7520/memory_initialized.c"
|
#include "northbridge/intel/E7520/memory_initialized.c"
|
||||||
#include "cpu/x86/bist.h"
|
#include "cpu/x86/bist.h"
|
||||||
|
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
struct chip_operations;
|
struct chip_operations;
|
||||||
extern struct chip_operations superio_NSC_pc8374_ops;
|
extern struct chip_operations superio_nsc_pc8374_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc8374_config {
|
struct superio_nsc_pc8374_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc8374_config *conf;
|
struct superio_nsc_pc8374_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -67,7 +67,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc8374_ops = {
|
struct chip_operations superio_nsc_pc8374_ops = {
|
||||||
CHIP_NAME("NSC 8374")
|
CHIP_NAME("NSC 8374")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
struct chip_operations;
|
struct chip_operations;
|
||||||
extern struct chip_operations superio_NSC_pc87351_ops;
|
extern struct chip_operations superio_nsc_pc87351_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc87351_config {
|
struct superio_nsc_pc87351_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc87351_config *conf;
|
struct superio_nsc_pc87351_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -74,7 +74,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc87351_ops = {
|
struct chip_operations superio_nsc_pc87351_ops = {
|
||||||
CHIP_NAME("NSC 87351")
|
CHIP_NAME("NSC 87351")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
struct chip_operations;
|
struct chip_operations;
|
||||||
extern struct chip_operations superio_NSC_pc87360_ops;
|
extern struct chip_operations superio_nsc_pc87360_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc87360_config {
|
struct superio_nsc_pc87360_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc87360_config *conf;
|
struct superio_nsc_pc87360_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -70,7 +70,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc87360_ops = {
|
struct chip_operations superio_nsc_pc87360_ops = {
|
||||||
CHIP_NAME("NSC 87360")
|
CHIP_NAME("NSC 87360")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
extern struct chip_operations superio_NSC_pc87366_ops;
|
extern struct chip_operations superio_nsc_pc87366_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc87366_config {
|
struct superio_nsc_pc87366_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc87366_config *conf;
|
struct superio_nsc_pc87366_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -70,7 +70,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc87366_ops = {
|
struct chip_operations superio_nsc_pc87366_ops = {
|
||||||
CHIP_NAME("NSC 87366")
|
CHIP_NAME("NSC 87366")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
extern struct chip_operations superio_NSC_pc87417_ops;
|
extern struct chip_operations superio_nsc_pc87417_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc87417_config {
|
struct superio_nsc_pc87417_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc87417_config *conf;
|
struct superio_nsc_pc87417_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -71,7 +71,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc87417_ops = {
|
struct chip_operations superio_nsc_pc87417_ops = {
|
||||||
CHIP_NAME("NSC pc87417")
|
CHIP_NAME("NSC pc87417")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
extern struct chip_operations superio_NSC_pc87427_ops;
|
extern struct chip_operations superio_nsc_pc87427_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc87427_config {
|
struct superio_nsc_pc87427_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc87427_config *conf;
|
struct superio_nsc_pc87427_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
/* Wishlist handle well known programming interfaces more
|
/* Wishlist handle well known programming interfaces more
|
||||||
* generically.
|
* generically.
|
||||||
@@ -71,7 +71,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc87427_ops = {
|
struct chip_operations superio_nsc_pc87427_ops = {
|
||||||
CHIP_NAME("NSC 87427")
|
CHIP_NAME("NSC 87427")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -8,12 +8,12 @@
|
|||||||
#define PNP_DATA_REG 0x15D
|
#define PNP_DATA_REG 0x15D
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern struct chip_operations superio_NSC_pc97307_ops;
|
extern struct chip_operations superio_nsc_pc97307_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc97307_config {
|
struct superio_nsc_pc97307_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc97307_config *conf;
|
struct superio_nsc_pc97307_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
|
|
||||||
if (!dev->enabled) {
|
if (!dev->enabled) {
|
||||||
@@ -82,7 +82,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc97307_ops = {
|
struct chip_operations superio_nsc_pc97307_ops = {
|
||||||
CHIP_NAME("NSC 97307")
|
CHIP_NAME("NSC 97307")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
@@ -8,12 +8,12 @@
|
|||||||
#define PNP_DATA_REG 0x15D
|
#define PNP_DATA_REG 0x15D
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern struct chip_operations superio_NSC_pc97317_ops;
|
extern struct chip_operations superio_nsc_pc97317_ops;
|
||||||
|
|
||||||
#include <pc80/keyboard.h>
|
#include <pc80/keyboard.h>
|
||||||
#include <uart8250.h>
|
#include <uart8250.h>
|
||||||
|
|
||||||
struct superio_NSC_pc97317_config {
|
struct superio_nsc_pc97317_config {
|
||||||
struct uart8250 com1, com2;
|
struct uart8250 com1, com2;
|
||||||
struct pc_keyboard keyboard;
|
struct pc_keyboard keyboard;
|
||||||
};
|
};
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
static void init(device_t dev)
|
static void init(device_t dev)
|
||||||
{
|
{
|
||||||
struct superio_NSC_pc97317_config *conf;
|
struct superio_nsc_pc97317_config *conf;
|
||||||
struct resource *res0, *res1;
|
struct resource *res0, *res1;
|
||||||
|
|
||||||
if (!dev->enabled) {
|
if (!dev->enabled) {
|
||||||
@@ -84,7 +84,7 @@ static void enable_dev(struct device *dev)
|
|||||||
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations superio_NSC_pc97317_ops = {
|
struct chip_operations superio_nsc_pc97317_ops = {
|
||||||
CHIP_NAME("NSC 97317")
|
CHIP_NAME("NSC 97317")
|
||||||
.enable_dev = enable_dev,
|
.enable_dev = enable_dev,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user