[LinuxBIOS] [PATCH] Tyan S1846: Device tree fixes

Corey Osgood corey_osgood at verizon.net
Tue May 29 09:47:14 CEST 2007


Uwe Hermann wrote:
> +      device pci 7.1 on end		# IDE
> +      device pci 7.2 on end		# USB
> +      device pci 7.3 on end		# ACPI
> +      register "ide0_enable" = "1"
> +      register "ide1_enable" = "1"

Shouldn't this be

device pci 7.1 on 		# IDE
     register "ide0_enable" = "1"
     register "ide1_enable" = "1"
end
device pci 7.2 on end		# USB
device pci 7.3 on end		# ACPI

?

-corey




More information about the coreboot mailing list