[LinuxBIOS] LinuxBIOS and VMWare

Lu, Yinghai yinghai.lu at amd.com
Wed Feb 28 19:07:29 CET 2007


chip northbridge/intel/i440bx

 device pci_domain 0 on 
  device pci 0.0 on end     # host bridge
  device pci 1.0 on end     # PCI bridge
  device pci 10.0 on end     # SCSI storage controller
  device pci 11.0 on end     # Ethernet controller 
  device pci 12.0 on end     # Audio controller
  
  device pci f.0 on       # VGA controller
   chip drivers/pci/onboard
    device pci f.0 on end
    register "rom_address" = "0xfff80000" 
   end
  end
  
  device pci 7.0 on      # ISA bridge  
  end
 end

 

===>

 

 

chip northbridge/intel/i440bx

 device pci_domain 0 on 
  device pci 0.0 on end     # host bridge
  device pci 1.0 on end     # PCI bridge


    device pci 7.0 on      # ISA bridge  
  end


chip drivers/pci/onboard
    device pci f.0 on end
    register "rom_address" = "0xfff80000" 
   end


  device pci 10.0 on end     # SCSI storage controller
  device pci 11.0 on end     # Ethernet controller 
  device pci 12.0 on end     # Audio controller

     end

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070228/b23871d8/attachment.html>


More information about the coreboot mailing list