diff options
author | Marc Jones <marcj303@gmail.com> | 2011-02-28 02:36:15 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-02-28 02:36:15 +0000 |
commit | 9cbcf1ada4ac32b3fb638b0a002f9cb7ae003072 (patch) | |
tree | 8d8b794064669785ffe64722e89e8c7cafcd153a /src/mainboard | |
parent | e485aa496b2230226abf2255837b9e1d422e9b42 (diff) | |
download | coreboot-9cbcf1ada4ac32b3fb638b0a002f9cb7ae003072.tar.xz |
Kino devicetree.cb SIO PNP devices were not matched up with the
actual SIO. This fixes the serial device being disabled during PNP
init.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Scott Duplichan <scott@notabs.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6400 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/iei/kino-780am2-fam10/devicetree.cb | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/src/mainboard/iei/kino-780am2-fam10/devicetree.cb b/src/mainboard/iei/kino-780am2-fam10/devicetree.cb index 894335c154..3f0b361484 100644 --- a/src/mainboard/iei/kino-780am2-fam10/devicetree.cb +++ b/src/mainboard/iei/kino-780am2-fam10/devicetree.cb @@ -51,32 +51,10 @@ chip northbridge/amd/amdfam10/root_complex device pci 14.2 on end # HDA 0x4383 device pci 14.3 on # LPC 0x439d chip superio/fintek/f71859 - device pnp 2e.0 off # Floppy - io 0x60 = 0x3f0 - irq 0x70 = 6 - drq 0x74 = 2 - end - device pnp 2e.1 on # Com1 + device pnp 2e.3 on # Com1 io 0x60 = 0x3f8 irq 0x70 = 4 end - device pnp 2e.2 off # Com2 - io 0x60 = 0x2f8 - irq 0x70 = 3 - end - device pnp 2e.3 off # Parallel Port - io 0x60 = 0x378 - irq 0x70 = 7 - end - device pnp 2e.4 off end # EC - device pnp 2e.5 on # Keyboard - io 0x60 = 0x60 - io 0x62 = 0x64 - irq 0x70 = 1 - end - device pnp 2e.6 on # Mouse - irq 0x70 = 12 - end end #SIO end #LPC device pci 14.4 on end # PCI 0x4384 |