ia64/xen-unstable
changeset 3706:396d0cbdc29b
bitkeeper revision 1.1159.212.119 (42080936hYySAGh0O5TePVvGrzAKtA)
Enable PCI.
Signed-off-by: Xin B Li <xin.b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
Enable PCI.
Signed-off-by: Xin B Li <xin.b.li@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: ian@xensource.com
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue Feb 08 00:35:02 2005 +0000 (2005-02-08) |
parents | e1632e7fbc88 |
children | ef5e5cd10778 |
files | tools/examples/bochsrc tools/ioemu/include/config.h |
line diff
1.1 --- a/tools/examples/bochsrc Tue Feb 08 00:32:45 2005 +0000 1.2 +++ b/tools/examples/bochsrc Tue Feb 08 00:35:02 2005 +0000 1.3 @@ -6,6 +6,8 @@ floppyb: 1_44=b.img, status=inserted 1.4 # if you don't use absolute paths below, bochs looks under the cwd of xend, 1.5 # which is usually "/" 1.6 #ata0-master: type=disk, path=/var/images/min-el3-i386.img, cylinders=800, heads=4, spt=32 1.7 +i440fxsupport: enabled=1 1.8 +ne2k: ioaddr=0x300, irq=9, mac=b0:c4:22:01:00:00, ethmod=linux, ethdev=eth0 1.9 ata0-master: type=disk, path=/var/images/1g-el3-i386.img, mode=flat, cylinders=2048, heads=16, spt=63 1.10 boot: c 1.11
2.1 --- a/tools/ioemu/include/config.h Tue Feb 08 00:32:45 2005 +0000 2.2 +++ b/tools/ioemu/include/config.h Tue Feb 08 00:35:02 2005 +0000 2.3 @@ -687,13 +687,13 @@ typedef 2.4 #define BX_NUM_SIMULATORS 1 2.5 2.6 // limited i440FX PCI support 2.7 -#define BX_PCI_SUPPORT 0 2.8 +#define BX_PCI_SUPPORT 1 2.9 2.10 // Experimental VGA on PCI 2.11 #define BX_PCI_VGA_SUPPORT 1 2.12 2.13 // limited USB on PCI 2.14 -#define BX_PCI_USB_SUPPORT 0 2.15 +#define BX_PCI_USB_SUPPORT 1 2.16 2.17 #if (BX_PCI_USB_SUPPORT && !BX_PCI_SUPPORT) 2.18 #error To enable USB, you must also enable PCI