Author: wmb Date: 2009-01-04 00:31:04 +0100 (Sun, 04 Jan 2009) New Revision: 1059
Modified: cpu/x86/pc/emu/emuofw.bth Log: Emulator ROM build - added VMware SVGA driver to the dropin set.
Modified: cpu/x86/pc/emu/emuofw.bth =================================================================== --- cpu/x86/pc/emu/emuofw.bth 2009-01-03 23:29:47 UTC (rev 1058) +++ cpu/x86/pc/emu/emuofw.bth 2009-01-03 23:31:04 UTC (rev 1059) @@ -22,6 +22,7 @@ in: ${BP}/dev/pci/build/pcibridg.fc in: ${BP}/dev/ide/build/leghier.fc in: ${BP}/dev/video/build/cirrus.fc +in: ${BP}/dev/video/build/vmsvga.fc in: ${BP}/dev/ne2000/build/ne2kpci.fc in: ${BP}/dev/amd79970/build/vmlance.fc \ in: ${BP}/dev/video/build/video.fc @@ -56,6 +57,7 @@
\ Just use a driver targeted at the specific chipset that QEMU emulates " ${BP}/dev/video/build/cirrus.fc" " pci1013,b8" $add-deflated-dropin + " ${BP}/dev/video/build/vmsvga.fc" " pci15ad,405" $add-deflated-dropin
" ${BP}/dev/ne2000/build/ne2kpci.fc" " pci10ec,8029" $add-deflated-dropin " ${BP}/dev/amd79970/build/vmlance.fc" " pci1022,2000" $add-deflated-dropin
openfirmware@openfirmware.info