Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-24

Creator:  Yinghai Lu <yhlu@tyan.com>

AMD MB IDE enable in Config.lb 


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1940 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
arch import user (historical)
2005-07-06 17:03:05 +00:00
parent 0b78ea7a28
commit b47a4d3347
3 changed files with 6 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ chip northbridge/amd/amdk8/root_complex
device pci 1.3 on end device pci 1.3 on end
device pci 1.5 on end device pci 1.5 on end
device pci 1.6 on end device pci 1.6 on end
register "ide0_enable" = "1"
register "ide1_enable" = "1"
end # 8111 end # 8111
end # device pci 18.0 end # device pci 18.0
device pci 18.1 on end device pci 18.1 on end

View File

@@ -184,6 +184,8 @@ chip northbridge/amd/amdk8/root_complex
device pci 1.3 on end device pci 1.3 on end
device pci 1.5 off end device pci 1.5 off end
device pci 1.6 off end device pci 1.6 off end
register "ide0_enable" = "1"
register "ide1_enable" = "1"
end end
end # device pci 18.0 end # device pci 18.0

View File

@@ -199,6 +199,8 @@ chip northbridge/amd/amdk8/root_complex
end end
device pci 1.5 off end device pci 1.5 off end
device pci 1.6 on end device pci 1.6 on end
register "ide0_enable" = "1"
register "ide1_enable" = "1"
end end
end # device pci 18.0 end # device pci 18.0