Mark devices which are not available on the board with "N/A" to
make it clearer why they are disabled (trivial). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2978 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f811edefd9
commit
33715eb95c
|
@ -247,7 +247,7 @@ chip northbridge/amd/amdk8/root_complex
|
|||
end
|
||||
device pci 2.0 on # LPC
|
||||
chip superio/ite/it8716f
|
||||
device pnp 2e.0 off # Floppy
|
||||
device pnp 2e.0 off # Floppy (N/A)
|
||||
io 0x60 = 0x3f0
|
||||
irq 0x70 = 6
|
||||
drq 0x74 = 2
|
||||
|
@ -256,11 +256,11 @@ chip northbridge/amd/amdk8/root_complex
|
|||
io 0x60 = 0x3f8
|
||||
irq 0x70 = 4
|
||||
end
|
||||
device pnp 2e.2 off # Com2
|
||||
device pnp 2e.2 off # Com2 (N/A)
|
||||
io 0x60 = 0x2f8
|
||||
irq 0x70 = 3
|
||||
end
|
||||
device pnp 2e.3 off # Parallel Port
|
||||
device pnp 2e.3 off # Parallel port (N/A)
|
||||
io 0x60 = 0x378
|
||||
irq 0x70 = 7
|
||||
end
|
||||
|
@ -269,22 +269,22 @@ chip northbridge/amd/amdk8/root_complex
|
|||
io 0x62 = 0x230
|
||||
irq 0x70 = 9
|
||||
end
|
||||
device pnp 2e.5 off # Keyboard
|
||||
device pnp 2e.5 off # PS/2 keyboard (N/A)
|
||||
io 0x60 = 0x60
|
||||
io 0x62 = 0x64
|
||||
irq 0x70 = 1
|
||||
end
|
||||
device pnp 2e.6 off # Mouse
|
||||
device pnp 2e.6 off # Mouse (N/A)
|
||||
irq 0x70 = 12
|
||||
end
|
||||
device pnp 2e.8 off # MIDI
|
||||
device pnp 2e.8 off # MIDI (N/A)
|
||||
io 0x60 = 0x300
|
||||
irq 0x70 = 10
|
||||
end
|
||||
device pnp 2e.9 off # GAME
|
||||
device pnp 2e.9 off # GAME (N/A)
|
||||
io 0x60 = 0x220
|
||||
end
|
||||
device pnp 2e.a off end # CIR
|
||||
device pnp 2e.a off end # CIR (N/A)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue