chip northbridge/amd/gx1		# Northbridge
  device domain 0 on
    device pci 0.0 on end		# Host bridge
    chip southbridge/amd/cs5530		# Southbridge
      device pci 0f.0 off end		# Ethernet (Realtek RTL8139B)
      device pci 12.0 on		# ISA bridge
        chip superio/nsc/pc87351	# Super I/O
        end
      end
      device pci 12.1 off end		# SMI
      device pci 12.2 on  end		# IDE
      device pci 12.3 on  end		# Audio
      device pci 12.4 on  end		# VGA (onboard)
      device pci 13.0 on end		# USB
      register "ide0_enable" = "1"
      register "ide1_enable" = "0"
    end
  end
  chip cpu/amd/geode_gx1		# CPU
  end
end

